Skip to content
Partizap Docs
Search
K
Main Navigation
API Reference
Dev
UI
Guides
Help
Archive
Appearance
Menu
Return to top
List districts in city
GET
/store/geo/cities/{id}/districts
Районы указанного города (кеш 1 ч)
Parameters
Path Parameters
id
*
City ID
Type
integer
Required
Responses
200
404
List of districts
Content-Type
application/json
Schema
JSON
JSON
{
"data"
:
[
{
"id"
:
0
,
"city_id"
:
0
,
"name"
:
"string"
}
]
}
GET
/store/geo/cities/{id}/districts
Playground
Server
Select a server...
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI