Website logo

Motors Search SEO links

Gets the list of SEO links for the Motors search

URL: https://api.trademe.co.nz/v1/seo/motors/search.{file_format}
HTTP Method: GET
Requires Authentication? Yes
Permission Required: None
Supported Formats: XML, JSON
Rate Limited? Yes

URL parameters

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

Query String parameters

categoryId String (optional)

ID for the Category filter

make String (optional)

Name of the make to filter by

model String (optional)

Name of the model to filter by

Returns

Collection of <SeoLink>

Example XML Response (switch to JSON)

<SeoLinkCollection xmlns="http://api.trademe.co.nz/v1">
  <SeoLink />
  <SeoLink />
</SeoLinkCollection>

Example JSON Response (switch to XML)

[
  {
  },
  {
  }
]