On the API each model is represented as an entity.
All model entities will point its meta.collection
to its brand's models collection.
links
{
"brand": <url>,
"same_cut": <url>,
"related": <url>,
"sizes": <url>
}
body
{
"bratabase_url": <url>,
"code": <string>,
"official_url": <url>,
"main_stock_picture": <url>,
"bra_count": <int>.
"full_name": <string>,
"main_picture": <url>,
"brand_slug": <string>,
"slug": <string>,
"is_discontinued": <boolean>,
"name": <string>,
"last_modified_at": <string>,
"type": <string>,
"manufacturer_stock_pictures": [
{
"url": <url>,
"text": <string>
}
]
}
To reach a model's entity, follow the href
URL on any item on the [models collection endpoint].
API root -> brands -> href -> models -> href