The brands
endpoint is a collection that lists all the bra brands on the database.
This endpoint is paginated so check its meta
object to navigate through the pages (Refer to the collection's docs to read how meta
works.).
This endpoint does not have any links
to follow.
collection
Each entry in the collection
array will have the following shape:
{
"bratabase_url": <url>,
"href": <url>,
"name": <string>
}
To reach this endpoint follow the brands
url under the links
section on the API root.
API root -> brands