SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/boatclasses

Description:

Gets information about all country codes available in the system


Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters: None
Request method: GET
Example all boat classes: http://www.sapsailing.com/sailingserver/api/v1/countrycodes
Example answer
     
[
{
"twoLetterIsoCode": "AX",
"threeLetterIocCode": null,
"name": "ÅLAND ISLANDS",
"unIsoNumeric": "248",
"unVehicle": null,
"ianaInternet": "ax",
"threeLetterIsoCode": "ALA"
},
{
"twoLetterIsoCode": "MM",
"threeLetterIocCode": "MYA",
"name": "MYANMAR (formerly Burma)",
"unIsoNumeric": "104",
"unVehicle": "BUR",
"ianaInternet": "mm",
"threeLetterIsoCode": "MMR"
},
{
"twoLetterIsoCode": "PN",
"threeLetterIocCode": null,
"name": "PITCAIRN",
"unIsoNumeric": "612",
"unVehicle": null,
"ianaInternet": "pn",
"threeLetterIsoCode": "PCN"
},
...
]

    
Back to Web Service Overview