View set for model Brand.

GET /brands/?format=api&offset=40&ordering=datetime_created
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 43,
    "next": null,
    "previous": "https://api.purplme.com/brands/?format=api&limit=10&offset=30&ordering=datetime_created",
    "results": [
        {
            "id": 41,
            "url": "https://api.purplme.com/brands/41/?format=api",
            "name": "Mobile Legends",
            "description": "",
            "extra_data": {},
            "images": "https://api.purplme.com/brands/41/images/?format=api",
            "datetime_created": "2025-09-12T11:54:51.452656Z",
            "datetime_updated": "2025-09-12T11:54:51.452671Z"
        },
        {
            "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"
        },
        {
            "id": 43,
            "url": "https://api.purplme.com/brands/43/?format=api",
            "name": "Shahid",
            "description": "",
            "extra_data": {},
            "images": "https://api.purplme.com/brands/43/images/?format=api",
            "datetime_created": "2025-09-12T12:58:47.138999Z",
            "datetime_updated": "2025-09-12T12:58:47.139015Z"
        }
    ]
}