Skip to main content
GET
/
makemodels
/
{make}
/
{model}
Retrieve a MakeModel
curl --request GET \
  --url https://commerce.driv.ly/api/makemodels/{make}/{model}
{
  "data": {
    "make": "<string>",
    "model": "<string>"
  },
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.driv.ly/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

make
string
required

MakeModel is uniquely identified by Make

model
string
required

MakeModel is uniquely identified by Model

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

MakeModel Found

data
MakeModel · object

Make manufactured Model

Example:
{ "make": "Toyota", "model": "Camry" }
success
boolean