API endpoint for querying GPSurgeries

GET /api/public/gpsurgeries/57/?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/57/?format=api",
    "id": 57,
    "is_deleted": false,
    "deleted_at": null,
    "ods_code": null,
    "name": "Park Lane Surgery",
    "email": null,
    "address1": "REDMARSHALL STREET",
    "address2": "STILLINGTON",
    "city": "STOCKTON-ON-TEES",
    "county": "CLEVELAND",
    "nation": "England",
    "postcode": "TS21 1JS",
    "telephone": "+441740631001"
}