API endpoint for querying GPSurgeries

GET /api/public/gpsurgeries/990/?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/990/?format=api",
    "id": 990,
    "is_deleted": false,
    "deleted_at": null,
    "ods_code": null,
    "name": "Narborough Road Surgery",
    "email": null,
    "address1": "193 NARBOROUGH ROAD",
    "address2": "NARBOROUGH",
    "city": "LEICESTER",
    "county": "",
    "nation": "England",
    "postcode": "LE3 0PE",
    "telephone": "+441162915355"
}