View set for model Brand.

GET /brands/?format=api&offset=40&ordering=-datetime_updated
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_updated",
    "results": [
        {
            "id": 5,
            "url": "https://api.purplme.com/brands/5/?format=api",
            "name": "Apple",
            "description": "",
            "extra_data": {},
            "images": "https://api.purplme.com/brands/5/images/?format=api",
            "datetime_created": "2025-08-29T13:15:17.332725Z",
            "datetime_updated": "2025-08-29T13:15:17.332738Z"
        },
        {
            "id": 4,
            "url": "https://api.purplme.com/brands/4/?format=api",
            "name": "Anghami",
            "description": "",
            "extra_data": {},
            "images": "https://api.purplme.com/brands/4/images/?format=api",
            "datetime_created": "2025-08-29T13:15:06.647104Z",
            "datetime_updated": "2025-08-29T13:15:06.647115Z"
        },
        {
            "id": 3,
            "url": "https://api.purplme.com/brands/3/?format=api",
            "name": "Amazon",
            "description": "",
            "extra_data": {},
            "images": "https://api.purplme.com/brands/3/images/?format=api",
            "datetime_created": "2025-08-29T10:46:15.099006Z",
            "datetime_updated": "2025-08-29T10:46:15.099020Z"
        }
    ]
}