StatsHub Docs
Endpoint referenceCountry

/country

GET
/api/v2/country

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/country"
[  {    "$schema": "https://example.com/schemas/Countries.json",    "alpha2": "string",    "name": "string",    "slug": "string"  }]