fetch all state
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json {
"status": "string",
"data": [
{
"continent": "string",
"capital": "string",
"languages": "string",
"geonameId": 0,
"south": 0,
"isoAlpha3": "string",
"north": 0,
"fipsCode": "string",
"population": "string",
"east": 0,
"isoNumeric": "string",
"areaInSqKm": "string",
"countryCode": "string",
"west": 0,
"countryName": "string",
"postalCodeFormat": "string",
"continentName": "string",
"currencyCode": "string"
}
]
}
Modified at 2025-07-28 11:43:56