GET Ferries API Documentation
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 |
| VesselMMSI |
The MMSI of the ferry vessel |
string |
| VesselName |
The name of the ferry vessel |
string |
| OperatedBy |
Operating entity of the ferry terminal. |
string |
| Website |
The website where more information on the ferry terminal can be found. |
string |
|
X url for the ferry terminal |
string | |
| Status |
Associated with the Id, possible values:In Service, In Service Off Schedule, Out of Service, No Status Available |
string |
| Details |
Additional information about the ferry terminal. |
string |
| EstimatedOutOfServiceTime |
Estimated out of service time |
integer |
| EstimatedReturnToServiceTime |
Estimated return to service time |
integer |
Response Formats
[
{
"Id": 82,
"Latitude": 44.21106738,
"Longitude": -76.45967606,
"LocationDescription": "Wolfe Island Ferry (Kingston - Marysville)",
"Region": "ON-EC",
"VesselMMSI": "2",
"VesselName": "Wolfe Island Ferry III",
"OperatedBy": "Ministry of Transportation",
"Website": "http://www.mto.gov.on.ca/english/ontario-511/ferries.shtml",
"Twitter": "https://twitter.com/WolfeIslander3",
"Status": "In Service",
"Details": "The ferry has returned to regular service",
"EstimatedOutOfServiceTime": 1773156180,
"EstimatedReturnToServiceTime": 1773925200
},
{
"Id": 84,
"Latitude": 44.17211922,
"Longitude": -76.50091956,
"LocationDescription": "Simcoe Island Ferry (Wolfe Island - Simcoe Island)",
"Region": "ON-EC",
"VesselMMSI": null,
"VesselName": null,
"OperatedBy": "Township of Frontenac Islands",
"Website": "http://www.wolfeisland.com/ferry.php#simcoe",
"Twitter": null,
"Status": "No Status Available",
"Details": "None",
"EstimatedOutOfServiceTime": null,
"EstimatedReturnToServiceTime": null
}
]
<FerryTerminalsList>
<FerryTerminals>
<Id>82</Id>
<Latitude>44.21106738</Latitude>
<Longitude>-76.45967606</Longitude>
<LocationDescription>Wolfe Island Ferry (Kingston - Marysville)</LocationDescription>
<Region>ON-EC</Region>
<VesselMMSI>2</VesselMMSI>
<VesselName>Wolfe Island Ferry III</VesselName>
<OperatedBy>Ministry of Transportation</OperatedBy>
<Website>http://www.mto.gov.on.ca/english/ontario-511/ferries.shtml</Website>
<Twitter>https://twitter.com/WolfeIslander3</Twitter>
<Status>In Service</Status>
<Details>The ferry has returned to regular service</Details>
<EstimatedOutOfServiceTime>1773156180</EstimatedOutOfServiceTime>
<EstimatedReturnToServiceTime>1773925200</EstimatedReturnToServiceTime>
</FerryTerminals>
<FerryTerminals>
<Id>84</Id>
<Latitude>44.17211922</Latitude>
<Longitude>-76.50091956</Longitude>
<LocationDescription>Simcoe Island Ferry (Wolfe Island - Simcoe Island)</LocationDescription>
<Region>ON-EC</Region>
<VesselMMSI/>
<VesselName/>
<OperatedBy>Township of Frontenac Islands</OperatedBy>
<Website>http://www.wolfeisland.com/ferry.php#simcoe</Website>
<Twitter/>
<Status>No Status Available</Status>
<Details>None</Details>
<EstimatedOutOfServiceTime/>
<EstimatedReturnToServiceTime/>
</FerryTerminals>
</FerryTerminalsList>