Skip to content

List districts in city

GET
/store/geo/cities/{id}/districts

Районы указанного города (кеш 1 ч)

Parameters

Path Parameters

id*

City ID

Type
integer
Required

Responses

List of districts

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": 0,
  
  
  
"city_id": 0,
  
  
  
"name": "string"
  
  
}
  
]
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI