View set for model Brand.

GET /brands/2/?format=api
HTTP 200 OK
Allow: GET, PUT, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 2,
    "url": "https://api.purplme.com/brands/2/?format=api",
    "name": "Alfa",
    "description": "",
    "extra_data": {},
    "images": "https://api.purplme.com/brands/2/images/?format=api",
    "datetime_created": "2025-08-29T10:46:14.557819Z",
    "datetime_updated": "2025-09-08T07:29:15.827605Z"
}