The models endpoint is a collection that lists all the models for a given brand.
links
The links
section of the collection will have only one entry:
{
"brand": <url>
}
collection
This is a paginated collection where each entry will have this shape:
{
"bratabase_url": <url>,
"href": <url>,
"name": <string>
}
To reach a brands models collection. follow the link:models
URL on any brand's detail endpoint.
API root -> brands -> href -> models