Website logo

Retrieve motorbike makes

Retrieves a list of all motorbike makes. Can be used when searching.

This API is deprecated.

URL: https://api.trademe.co.nz/v1/MotorbikeMakes.{file_format}
HTTP Method: GET
Requires Authentication? No
Permission Required: Public
Supported Formats: XML, JSON
Rate Limited? No

URL parameters

file_format Enumeration (required) The format of the response.
xml Serialize responses into XML.
json Serialize responses into JSON.

Returns

Collection of String

A list of motorbike makes.

Examples

https://api.trademe.co.nz/v1/MotorbikeMakes.xml

Example XML Response (switch to JSON)

<MotorbikeMakeCollection xmlns="http://api.trademe.co.nz/v1">
  <Make>ABC</Make>
  <Make>ABC</Make>
</MotorbikeMakeCollection>

Example JSON Response (switch to XML)

[
  "ABC",
  "ABC"
]