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

County resource

@context
@id
string
@type
string
id
integer
name
string
country
string<iri-reference> | null
Example:

"https://example.com/"

towns
string<iri-reference>[]
code
string | null
state
string | null