January Sale! Get over 30% off when you subscribe to an annual plan!

Motorcycles API

The Motorcycles API provides highly-detailed technical data on tens of thousands of different motorcycle models from hundreds of manufacturers.

Available endpoints:

(4.2)

From 6,281 users

4,600+

Applications using this API

API Status

Online - All Systems Operational

API Response Times

Average
P50
P75
P90
P95
259ms299ms306ms549ms1039ms

Didn't find what you were looking for? Suggest an improvement


/v1/motorcycles GET

https://api.api-ninjas.com/v1/motorcycles

Returns up to 30 motorcycle results matching the input name parameters. For searches that yield more than 30 results, please use the offset parameter.

Parameters

    Either make or model must be set.

  • make  optional

    Name of manufacturer/brand. Supports partial matching (e.g. Harley will match Harley-Davidson).

  • model  optional

    Name of motorcycle model. Supports partial matching (e.g. Ninja will match Ninja 650).

  • year  optional

    Release year of motorcycle model. Must be in the form of YYYY (e.g. 2022).

  • offset  optional premium only

    Number of results to offset for pagination. Default is 0.

Headers

  • X-Api-Key  required

    API Key associated with your account.

Sample Request Live Demo!

make
model
year
offset premium

Try this API endpoint with all available parameters in our API playground

https://api.api-ninjas.com/v1/motorcycles?make=Kawasaki&model=Ninja

Headers

X-Api-KeyLog in or sign up to get your API Key

Sample Response

JSON

Code Examples

1 2 curl -X GET "https://api.api-ninjas.com/v1/motorcycles?make=kawasaki&model=ninja" \ -H "X-Api-Key: YOUR_API_KEY"

If your programming language is not listed in the Code Example above, you can still make API calls by using a HTTP request library written in your programming language and following the above documentation.


/v1/motorcyclemakes GET

Business, Professional, or annual subscriptions only

https://api.api-ninjas.com/v1/motorcyclemakes

Returns a list of all motorcycle makes (manufacturers).

Parameters

None

Headers

  • X-Api-Key  required

    API Key associated with your account.

Response

Returns an array of strings, where each string is a motorcycle manufacturer name.

Sample Request

Try this API endpoint with all available parameters in our API playground

https://api.api-ninjas.com/v1/motorcyclemakes

Headers

X-Api-KeyLog in or sign up to get your API Key

Sample Response

JSON

/v1/motorcyclemodels GET

Business, Professional, or annual subscriptions only

https://api.api-ninjas.com/v1/motorcyclemodels

Returns a list of all motorcycle models for a given make (manufacturer).

Parameters

  • make  required

    Vehicle manufacturer (e.g. kawasaki).

Headers

  • X-Api-Key  required

    API Key associated with your account.

Response

Returns an array of strings, where each string is a motorcycle model name.

Sample Request

make

Try this API endpoint with all available parameters in our API playground

https://api.api-ninjas.com/v1/motorcyclemodels?make=kawasaki

Headers

X-Api-KeyLog in or sign up to get your API Key

Sample Response

JSON