API endpoint for querying GPSurgeries

GET /api/public/gpsurgeries/5/?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/5/?format=api",
    "id": 5,
    "is_deleted": false,
    "deleted_at": null,
    "name": "Spa Medical Centre",
    "email": null,
    "address1": "Snowberry Lane",
    "address2": null,
    "city": "Melksham",
    "county": "Wiltshire",
    "nation": "England",
    "postcode": "SN12 6UN",
    "telephone": null
}