GET
/
api
/
v1
/
counties
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "country": "https://example.com/",
  "towns": [
    "https://example.com/"
  ],
  "code": "<string>",
  "state": "<string>"
}

Path Parameters

id
string
required

County identifier

Response

200
application/ld+json

County resource