GET
/
api
/
v1
/
towns
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "nameWithCounty": "<string>",
  "county": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "name": "<string>",
    "code": "<string>",
    "state": "<string>"
  },
  "population": 123,
  "latitude": 123,
  "longitude": 123,
  "region": "<string>",
  "country": "https://example.com/"
}

Path Parameters

id
string
required

Town identifier

Response

200
application/ld+json

Town resource