Skip to content
API Colombia
Main Navigation
API Reference
Rate Limiting
MCP Server
GitHub
Appearance
Menu
Return to top
Urban center information by code
GET
/api/v1/UrbanCenter/code/{code}
This endpoint returns a list of urban centers with the provided code
Parameters
Path Parameters
code
*
Type
string
Required
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"cityId"
:
0
,
"code"
:
"string"
,
"name"
:
"string"
,
"type"
:
"string"
,
"longitude"
:
0
,
"latitude"
:
0
}
]
GET
/api/v1/UrbanCenter/code/{code}
Playground
Variables
Key
Value
code
*
Try it out
Samples
Powered by
VitePress OpenAPI