Power Sport API Specification

A detailed breakdown of the motorcycle, dirt bike and ATV API data offered by Car API.

CarAPIs motorcycle API contains popular makes such as Honda, Harley and more from the 1930s onward. Browse all specifications and sample JSON responses from CarAPIs Motorcycle API. You can also navigate the API using Swagger or Redoc. Be sure to check out our API documentation for information on rate limiting, authentication, advanced search operators and more.

Street Motorcycle Years API

Search by year, make and model. Read the full documentation here.

Sample JSON Motorcycle API Response:

                                
[
    2025,
    2024,
    2023,
    2022,
    2021,
]
                                
                            

Street Motorcycle Makes API

Search by year and make. Read the full documentation here.

Sample JSON Motorcycle API Response:

                                
{
  "collection": {
    "url": "/api/makes/street-motorcycles?sort=name&direction=asc",
    "count": 38,
    "pages": 1,
    "total": 38,
    "next": "",
    "prev": "",
    "first": "/api/makes/street-motorcycles?sort=name&direction=asc",
    "last": ""
  },
  "data": [
    {
      "id": 436,
      "name": "AJP"
    },
    {
      "id": 435,
      "name": "Alta Motors"
    },
    {
      "id": 409,
      "name": "Aprilia"
    }
  ]
}
                                
                            

Street Motorcycle Models API

Search by year, make and model. Read the full documentation here.

Sample JSON Motorcycle API Response:

                                
{
  "collection": {
    "url": "/api/models/street-motorcycles?sort=name&direction=asc",
    "count": 100,
    "pages": 9,
    "total": 857,
    "next": "/api/models/street-motorcycles?page=2&sort=name&direction=asc",
    "prev": "",
    "first": "/api/models/street-motorcycles?sort=name&direction=asc",
    "last": "/api/models/street-motorcycles?page=9&sort=name&direction=asc"
  },
  "data": [
    {
      "id": 10007,
      "oem_make_id": 397,
      "name": "1090 Adventure R",
      "make": "KTM"
    },
    {
      "id": 9681,
      "oem_make_id": 397,
      "name": "1190 Adventure",
      "make": "KTM"
    }
  ]
}
                                
                            

Start developing today, no fees, no signup

CarAPI is developer friendly. Only pay when you're ready to go live. CarAPIs free vehicle data set requires no account.