API endpoint for querying GPSurgeries

GET /api/public/gpsurgeries/5601/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/gpsurgeries/5601/?format=api",
    "id": 5601,
    "is_deleted": false,
    "deleted_at": null,
    "ods_code": null,
    "name": "Dr Dawoud'S Surgery",
    "email": null,
    "address1": "652 PRESTON ROAD",
    "address2": "CLAYTON-LE-WOODS",
    "city": "CHORLEY",
    "county": "LANCASHIRE",
    "nation": "England",
    "postcode": "PR6 7EH",
    "telephone": "+441772323021"
}