View set for model Brand.

GET /brands/?format=api&offset=40
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",
    "results": [
        {
            "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"
        },
        {
            "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"
        },
        {
            "id": 1,
            "url": "https://api.purplme.com/brands/1/?format=api",
            "name": "Adobe",
            "description": "",
            "extra_data": {},
            "images": "https://api.purplme.com/brands/1/images/?format=api",
            "datetime_created": "2025-08-29T10:46:11.230716Z",
            "datetime_updated": "2025-09-08T07:27:42.369235Z"
        }
    ]
}