API endpoint for querying GPSurgeries

GET /api/public/gpsurgeries/3453/?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/3453/?format=api",
    "id": 3453,
    "is_deleted": false,
    "deleted_at": null,
    "ods_code": null,
    "name": "Central Medical Centre",
    "email": null,
    "address1": "42-46 CENTRAL ROAD",
    "address2": "",
    "city": "MORDEN",
    "county": "SURREY",
    "nation": "England",
    "postcode": "SM4 5RT",
    "telephone": "+442086489126"
}