Make, model, year & type reference
Motorcycle Specs & Data API
The Motorcycle Specs & Data API gives you a curated catalogue of motorcycles and scooters through simple GET endpoints. Browse makes and models, then search by make, model, year, type or free text.
Each record carries make, model, submodel, year, vehicle type (Motorcycle / Scooter) and motorcycle type (e.g. Street Motorcycle, Scooter). Read-only and edge-served for fast responses everywhere.
Free tier included, no credit card required. One key works across all 49 APIs.
- Models
- 340+
- Response Time
- <40ms
- Makes
- 30
Key features
- List all motorcycle makes
- List models for a make
- Search by make, model, year, type or free text
- Vehicle type and motorcycle type classification
- Narrowing-query search with clean 400 errors
Built for
- Motorcycle pickers and configurators
- Insurance and registration flows
- Marketplace filters
- Rider and dealer apps
Try it
Build the request for your data
Edit the parameters below and see the exact curl command and JSON response you will get. No key required to preview.
Parameters
GET /motorcycles/v1/search?make=kawasaki&model=ninja HTTP/1.1
Host: api.apicodex.io
Host: api.apicodex.io
X-Api-Key: YOUR_API_KEY
{
"count": 1,
"limit": 20,
"results": [
{
"make": "Kawasaki",
"model": "Ninja 500",
"submodel": "Ninja 500 ABS SE",
"year": 2025,
"vehicle_type": "Motorcycle",
"motorcycle_type": "Street Motorcycle"
}
]
}Documentation
Motorcycle Specs & Data API Documentation
The Motorcycle Specs & Data API gives you a curated catalogue of motorcycles and scooters through simple GET endpoints. Browse makes and models, then search by make, model, year, type or free text.
Base URL
https://api.apicodex.io/motorcyclesAuthentication
Create a free key at dash.apicodex.io and send it on every request: an X-Api-Key header, or an ?apikey= query parameter. Calls without a valid key return 401.
GET /v1/search?make=kawasaki&model=ninja
X-Api-Key: YOUR_API_KEYRequest and response
Illustrative values. Confirm current endpoint behavior, quotas, and data freshness in the API documentation before production use.
GET /v1/search?make=kawasaki&model=ninja HTTP/1.1
Host: api.apicodex.io
X-Api-Key: YOUR_API_KEY{
"count": 1,
"limit": 20,
"results": [
{
"make": "Kawasaki",
"model": "Ninja 500",
"submodel": "Ninja 500 ABS SE",
"year": 2025,
"vehicle_type": "Motorcycle",
"motorcycle_type": "Street Motorcycle"
}
]
}Code examples
curl --request GET \
--url 'https://api.apicodex.io/motorcycles/v1/search?make=kawasaki&model=ninja' \
--header 'X-Api-Key: YOUR_API_KEY'Available Endpoints
GET /v1/makes
List all motorcycle makes.
/v1/makesGET /v1/models
List models for a given make.
/v1/models?make=kawasakiGET /v1/search
Search models. Requires a narrowing query.
/v1/search?make=kawasaki&model=ninjaRequest Parameters
Optional parameters
makeExact make (case-insensitive).modelPartial model match.yearExact model year (1900-2100).typePartial motorcycle-type match (e.g. Scooter, Street Motorcycle).qFree-text match (3+ chars to qualify as narrowing).limitMax results (1-25, default 20).
Choose the right dataset
When to use Motorcycle Specs & Data API
Best fit
Use it for motorcycle and scooter catalogs, fitment tools, and marketplace filters.
Consider an alternative
Choose Advanced Vehicle API when you need more than motorcycle data.
Compare the supported records, quota, and current plan terms in the API catalog.
Pricing
Motorcycle Specs & Data API Pricing
One key, one subscription, all 49 APIs. Start free and upgrade when you grow. No minimums, no lock-in.
This API costs 1 credit per request. Credits are shared across every API on your plan.
Estimate your monthly cost
Drag the slider to match your expected request volume. We will recommend the cheapest plan that covers it.
Recommended plan
Starter
$29.99 /month
Free
- All 49 APIs included
- No credit card required
- Full documentation and examples
Starter
Popular- All 49 APIs included
- Email support
- Usage dashboard and analytics
Pro
- All 49 APIs included
- Priority support
- Up to 5 API keys
Need a different plan?
Tell us about your API, volume, or support requirements.
Coming soon · MCP
Use the Motorcycle Specs & Data API from your AI agent
The API Codex MCP server will expose this API, and the other 39, to Claude, Cursor and any MCP client as tools. Same key, same credits, one config entry.
FAQ
Frequently asked questions
Make, model, submodel, year, vehicle type (Motorcycle or Scooter) and motorcycle type such as Street Motorcycle or Scooter.
Call /motorcycles/v1/search with filters like make, model, year or type. The query must be narrow — a model, a 3+ character q, or at least two filters — otherwise it returns a 400.
A curated sample of about 340 models across 30 makes, model years 1903-2025. List endpoints return up to 25 rows per call.
Pass ?apikey=YOUR_API_KEY, or send an X-Api-Key header. One key works across every API Codex API.
Keep building
Related APIs
Cars, motorcycles, boats and tire fitment in one bundled API behind a single type switch.
Vehicle configurations with make, model, year, trim and full engine details.
Power-boat specs: length, hull, engines, horsepower, weight, beam and fuel.