GET
/
api
/
v1
/
countries
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "code": "<string>",
  "iso3": "<string>",
  "geoLatLong": "<string>",
  "mapZoom": 123
}

Path Parameters

id
string
required

Country identifier

Response

200
application/ld+json

Country resource