View set for model Brand.

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

{
    "id": 42,
    "url": "https://api.purplme.com/brands/42/?format=api",
    "name": "Amazon Prime Video",
    "description": "",
    "extra_data": {},
    "images": "https://api.purplme.com/brands/42/images/?format=api",
    "datetime_created": "2025-09-12T12:53:13.175448Z",
    "datetime_updated": "2025-09-12T12:53:13.175463Z"
}