Skip to main content
GET
/
v1
/
abc
/
states
List States
curl --request GET \
  --url https://api.nexusfeed.dev/v1/abc/states
{
  "states": [
    {
      "code": "<string>",
      "name": "<string>",
      "agency": "<string>",
      "search_supported": true,
      "lookup_supported": true,
      "notes": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

states
StateMeta · object[]
required