Skip to content

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*
Typeinteger
Required
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"cityId": 0,
"code": "string",
"name": "string",
"type": "string",
"longitude": 0,
"latitude": 0
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License