The developer friendly

power sports API

CarAPIs motorcycle API contains popular makes such as Honda, Harley and more from the 1930s onward.

  • Data from the 1930s onward
  • Year, make & model endpoints

Year / Make / Model APIs

Three endpoints to power your motorcycle data needs.

  • Query by year > make > model or by make > year > model
Documentation
Property Description
model string

Models API

GET /api/models/powersports

200 OK
GET /api/models/powersports?type=street_motorcycle&year=2020&make=kawasaki
{
  "collection": {
    "url": "/api/models/powersports?limit=2&type=street_motorcycle&year=2020&make=kawasaki",
    "count": 2,
    "pages": 24,
    "total": 47,
    "next": "/api/models/powersports?type=street_motorcycle&year=2020&make=kawasaki&page=2&limit=2",
    "prev": "",
    "first": "/api/models/powersports?limit=2&type=street_motorcycle&year=2020&make=kawasaki",
    "last": "/api/models/powersports?type=street_motorcycle&year=2020&make=kawasaki&page=24&limit=2"
  },
  "data": [
    {
      "id": 9110,
      "make_id": 402,
      "make": "Kawasaki",
      "name": "Concours 14 ABS"
    },
    {
      "id": 9784,
      "make_id": 402,
      "make": "Kawasaki",
      "name": "KLX140G"
    }
  ]
}

Designed for production workloads

Every API feature is built with developer experience and production reliability in mind.

Hundreds of Data Points

Hundreds of structured data fields covering the full vehicle profile.

Nearly 100 Years of Data

Data from 1930 to day.

OpenAPI Specification

Machine-readable OpenAPI 3.0 spec for easy SDK generation and API client scaffolding.

Have questions?

We have answers. Contact us anytime.