Transit stop model
camera_headingobject | nullnullable
camera_latnumber | nullnullable
camera_lonnumber | nullnullable
camera_pitchnumber | nullnullable
codestring
Transit stop code
display_namestring
Display name of the stop
extended_namestring
Libpostal name
extended_streetstring
Libpostal street
external_idstring
Arbitrary identifier of the stop
h3string | nullnullable
latnumber
Latitude of the transit stop
lonnumber
Longtitude of the transit stop
namestring
Transit stop name
name_translations object
Additional names in other languages, for example:
{
"jp":"いくつかは停止します"
}
property name*string
point object
Geometry data of the stop
coordinatesnumber[]
typestring
stop_typestring
Stop type (bus stop, taxi stand, etc.)
streetstring
Street name
street_translations object
Additional street name in other languages, for example:
{
"jp":"いくつかは停止します"
}
property name*string
tagsstring[]
Tags of the stop
verifiedboolean
Verification status of the stop
Default value:
falsecreated_atstring<date-time>
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
integer
Can be integer
string
Can be UUID
modified_atstring<date-time>
Last modification timestampo of the object
resource_uristring<uri-reference>
URI of the object instance
Transit stop model
{
"camera_heading": "Unknown Type: object,null",
"camera_lat": 0,
"camera_lon": 0,
"camera_pitch": 0,
"code": "string",
"display_name": "string",
"extended_name": "string",
"extended_street": "string",
"external_id": "string",
"h3": "string",
"lat": 0,
"lon": 0,
"name": "string",
"name_translations": {},
"point": {
"coordinates": [
0
],
"type": "string"
},
"stop_type": "string",
"street": "string",
"street_translations": {},
"tags": [
"string"
],
"verified": false,
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}