Data on the location of city electric and road transport stops
This API provides identification and location data for stops of urban electric and road-based public transport in Ukraine. It covers stops for trams, trolleybuses, and buses, as well as stations and exits of the Kyiv Metro, the Kyiv funicular, and the Kyiv city ring railway (train). The dataset is intended to support mapping and geolocation of transit infrastructure at a national scope, with a focus on Kyiv's transport network. It can be used to identify stop locations and associated transport modes for transit planning, navigation, or transport-related applications.The set contains API endpoints with identification data of electric and road public transport stops, including data on stations and exits of the Kyiv metro, funicular, Kyiv ring train.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (6 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| objectid | oid | Internal record identifier.Internal record identifier. |
| globalidУнікальний ідентифікатор UUID | string | Unique UUID identifier for the stop record.Unique UUID identifier for the stop record. |
| code1Код зупинки | string | Stop code identifying the transport stop.Stop code identifying the transport stop. |
| nameНазва | string | Name of the stop in Ukrainian.Name of the stop in Ukrainian. |
| name_engНазва (транслітерація) | string | Transliterated name of the stop in Latin script.Transliterated name of the stop in Latin script. |
| shape | geometry | Geographic location of the stop as a point geometry.Geographic location of the stop as a point geometry. |
Schema captured from arcgis 21 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (3 records)
| objectid | globalid | code1 | name | name_eng |
|---|---|---|---|---|
| 3778 | {A4AD02A6-6C86-465F-8334-E9DBAA0E649C} | a658 | Пивзавод | Pyvzavod |
| 3781 | {9B46C64D-EFFB-4CFC-81FB-668EAB86F9E1} | a657 | вул. Оленівська | Olenivska St |
| 3782 | {E2FB53CD-66F7-4A52-A63A-69D50C08F050} | a8 | вул. Сержа Лифаря | Serzha Lyfaria St |
Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://gisserver-stage.kyivcity.gov.ua/mayno/rest/services/KYIV_API/transport_public/MapServer/0/query?datumTransformation=&distance=&f=geojson&featureEncoding=esriDefault&gdbVersion=&geometry=&geometryPrecision=&geometryType=esriGeometryEnvelope&groupByFieldsForStatistics=&havingClause=&historicMoment=&inSR=&maxAllowableOffset=&objectIds=&orderByFields=&outFields=*&outSR=&outStatistics=¶meterValues=&quantizationParameters=&rangeValues=&relationParam=&resultOffset=&resultRecordCount=&returnCountOnly=false&returnDistinctValues=false&returnExtentOnly=false&returnGeometry=true&returnIdsOnly=false&returnM=false&returnTrueCurves=false&returnUniqueIdsOnly=false&returnZ=false&spatialRel=esriSpatialRelIntersects&sqlFormat=none&text=&time=&timeRelation=esriTimeRelationOverlaps&uniqueIds=&units=esriSRUnit_Meter&where=1%3D1
Query examples
curl -s 'https://gisserver-stage.kyivcity.gov.ua/mayno/rest/services/KYIV_API/transport_public/MapServer/0?f=json' -H 'Accept: application/json'Layer definition: fields, geometry type, capabilities.