GET Ferries
Returns all ferry terminals.
Request Information
https://511on.ca/api/v2/get/ferryterminals
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
format |
Valid values are 'xml' or 'json', default 'json'. |
string |
Optional |
lang |
Valid values are 'en' or 'fr', default 'en'. |
string |
Optional |
Response Information
Resource Description
Name | Description | Type |
---|---|---|
Id |
A unique identifier. |
integer |
Latitude |
The latitude describing the location. Format: double between -90 and 90. |
double |
Longitude |
The longitude describing the location. Format: double between -180 and 180. |
double |
LocationDescription |
A description of the location. |
string |
Region |
The name of the region of the ferry terminal. |
string |
OperatedBy |
Operating entity of the ferry terminal. |
string |
Website |
The website where more information on the ferry terminal can be found. |
string |
Twitter url for the ferry terminal |
string | |
Open |
The status of the ferry terminal. |
string |
Response Formats
JSON
[ { "Id": 56526967, "Latitude": 44.041603, "Longitude": -77.059729, "LocationDescription": "Glenora Ferry Service - Glenora Dock", "Region": "Eastern", "OperatedBy": "Ministry of Transportation", "Website": "http://www.mto.gov.on.ca/english/ontario-511/ferries.shtml", "Twitter": "https://twitter.com/MTOFerryGlenora", "Open": "Y" }, { "Id": 1201131131, "Latitude": 44.211376, "Longitude": -76.462504, "LocationDescription": "Wolfe Island Ferry - Kingston Dock", "Region": "Eastern", "OperatedBy": "Ministry of Transportation", "Website": "http://www.mto.gov.on.ca/english/ontario-511/ferries.shtml", "Twitter": "https://twitter.com/WolfeIslander3", "Open": "Y" } ]
XML
<FerryTerminalsList> <FerryTerminals> <Id>56526967</Id> <Latitude>44.041603</Latitude> <Longitude>-77.059729</Longitude> <LocationDescription>Glenora Ferry Service - Glenora Dock</LocationDescription> <Region>Eastern</Region> <OperatedBy>Ministry of Transportation</OperatedBy> <Website>http://www.mto.gov.on.ca/english/ontario-511/ferries.shtml</Website> <Twitter>https://twitter.com/MTOFerryGlenora</Twitter> <Open>Y</Open> </FerryTerminals> <FerryTerminals> <Id>1201131131</Id> <Latitude>44.211376</Latitude> <Longitude>-76.462504</Longitude> <LocationDescription>Wolfe Island Ferry - Kingston Dock</LocationDescription> <Region>Eastern</Region> <OperatedBy>Ministry of Transportation</OperatedBy> <Website>http://www.mto.gov.on.ca/english/ontario-511/ferries.shtml</Website> <Twitter>https://twitter.com/WolfeIslander3</Twitter> <Open>Y</Open> </FerryTerminals> </FerryTerminalsList>