Get Voyages
METHOD: GET
Endpoint: /refdata/voyages
Query Parameters
Name | Required | JSON Type | Remarks |
---|---|---|---|
Locale | No | String | The locale to serve the content files in. |
Skip | No | Number | The amount of items to offset the search results by. |
Take | No | Number | The amount of items to include in the returned results. |
Example
Request
curl --location '{:apiBase}/refdata/voyages?locale=nb-NO'
Response
{
"total": 860,
"returned": 20,
"data": [
// ommitted, see note
]
}
note: For details about the voyage payload, see Voyage.