Motorcycle Specs Database
--- DEMO http://api-motorcycle.makingdatameaningful.com/ --- We provide a motorcycle specifications database delivered through API. There are more than 40,000 moto models available along with 20+ technical information fields. One image per model is also included. Our fast API is delivered through several endpoints in order to satisfy different request types. ** REAL-TIME updated ** ** CUSTOM…
Motorcycle Specs Database endpoints
| Method | Endpoint | Description |
|---|---|---|
| Makes & Categories | ||
| GET |
List of all Makes /make |
List of all Makes [MakeAll] Get a list of all makes sample: ``` { "id": "55", "name": "BMW" }, { "id": "60", "name": "BPG" }, { "id": "66", "name": "BSA" } ``` |
| GET |
List of all Categories /category |
Get all Categories: ``` { "id": 3, "name": "ATV" }, { "id": 4, "name": "Allround" }, { "id": 12, "name": "Classic" }, { "id": 8, "name": "Cross / motocross" }, { "id": 7, "name":… |
| Models | ||
| GET |
Models by {Make} /model/make-name/{make} |
Get all models by make name ex: /model/make-name/BMW sample: ``` { "id": 1514, "name": "450 Sports Enduro" }, { "id": 1515, "name": "C 400 GT" }, { "id": 1516, "name": "C 400 X"… |
| GET |
Models by {Make ID} /model/make-id/{id} |
Get all model list by make ID /model/make-id/{id} sample: ``` { "id": 1514, "name": "450 Sports Enduro" }, { "id": 1515, "name": "C 400 GT" }, { "id": 1516, "name": "C 400 X" },… |
| GET |
Models by {Make ID} / {Year} /model/make-id/{make}/{year} |
api/v1/model/make-id/{make}/{year} Get model by make id and year sample: ``` { "modelId": 1515, "modelName": "C 400 GT", "yearName": 2019, "articleId": 2993 }, { "modelId": 1516,… |
| GET |
Models by {Make ID} / {Year} / {Category} /model/make-id/{make}/{year}/{category} |
get model by make ID, year and category: ex: /api/v1/model/make-id/55/2010/Sport |
| GET |
Models by {Make ID} and {Category} /model/make-id/{make}/category/{category} |
Get all models by make ID and category ex: /api/v1/model/make-id/100/category/Sport sample: ``` { "modelId": 2713, "modelName": "Altino 125 ES", "yearName": 2004, "categoryName":… |
| Production | ||
| GET |
Production Years by {Model ID} /model/{modelId}/years |
Get makeName, modelName, years, by model Id |
| GET |
Production Years (grouped) by {Model ID} /model/{modelId}/grouped-models-years |
Get makeName, modelName, years, by model Id |
| Specifications | ||
| GET |
Specifications by {Article ID} /article/{article} |
Get all specifications available by ID [ArticleGetCompleteSpecification] |
| GET |
Specifications by {Make} / {Model} /make/{make}/model/{model} |
Get Specifications by {Make} / {Model} [MakeModelGetCompleteSpecification] |
| GET |
Specifications by {Group} /article/{article}/specs/{specs} |
ArticleGetSpecificationGroup {specs} => engineAndTransmission {specs} => chassisSuspensionBrakesAndWheels {specs} => physicalMeasuresAndCapacities {specs} => otherSpecifications |
| GET |
Specifications by {Year} / {Make} / {Model} /article/{year}/{make}/{model} |
GET /article/{year}/{make}/{model} [ArticleGetByYearMakeModel] |
| Images | ||
| GET |
Image by {Article ID} as Media Content /article/{article}/image/media |
Get article image as media as content. [ArticleGetImageByType] Useful for mobile apps. |
| GET |
Image by {Article ID} as Link /article/{article}/image/link |
/api/v1/article/{article}/image/link [ArticleGetImageByType] Get article image link sample: ``` { "imageName": "BMW HP4 2015.jpg", "link":… |
Motorcycle Specs Database pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $39 / month | — |
|
| ULTRA | $69 / month | — |
|
| MEGA | $99 / month | — |
|