# List Cities **GET /dominios/paises/{pais_id}/estados/{estado_id}/cidades** List all cities of a state or province ## Servers - https://apigateway.vagas.com.br/v1: https://apigateway.vagas.com.br/v1 () ## Authentication methods - O auth2 ## Parameters ### Path parameters - **pais_id** (integer) Country ID - **estado_id** (integer) State ID ### Query parameters - **nome** (string) Search by the name of the city - **nome_exato** (boolean) Search by the exact name of the city - **descricao** (string) Search by the city's description ## Responses ### 200 OK #### Body: application/json (array[object]) - **id** (integer) - **nome** (string) Name - **descricao** (string) Description - **latitude** (number) - **longitude** (number) - **lat** (number) - **lng** (number) - **capital** (boolean) If the city is state capital - **estado_id** (integer) State ID - **pais_id** (integer) Country ID [Powered by Bump.sh](https://bump.sh)