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