/States

Exemplo de requisição para obter a lista de estados existente:

Request:
GET /states
        
Response:
{
  "_pageSize": 10,
  "_page": 1,
  "items": [
    {
      "id": "mZo6ynX51XYlpR4",
      "abreviation": "AC",
      "name": "Acre"
    },
    {
      "id": "9Pp28W3GbO0kwBz",
      "abreviation": "AL",
      "name": "Alagoas"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!