GET /state/{code}

State / region API

State or province lookup. Defaults to US; pass ?country= for others.

$ curl "https://api.parseapi.com/state/nc" \
  -H "X-API-Key: YOUR_API_KEY"

// 200 · ~8ms · USA
{
  "code": "NC",
  "name": "North Carolina",
  "country": "US",
  "latitude": 35.5,
  "longitude": -79.8,
  "timezone": "America/New_York"
}

More APIs: IP · Email · UA · Continent · Country · City · Postal