Skip to content
API Colombia
Main Navigation
API Reference
Rate Limiting
MCP Server
GitHub
Appearance
Menu
Return to top
Urban center information by Id
GET
/api/v1/UrbanCenter/{id}
This endpoint returns the urban center information with the provided id
Parameters
Path Parameters
id
*
Type
integer
Required
Format
"int32"
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/{id}
Playground
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI