View set for model Variant.

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

{
    "count": 21,
    "next": null,
    "previous": "https://api.purplme.com/variants/?format=api&limit=10&offset=10",
    "results": [
        {
            "id": 4,
            "url": "https://api.purplme.com/variants/4/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "name": "Years",
            "variations": "https://api.purplme.com/variants/4/variations/?format=api",
            "datetime_created": "2025-08-29T10:46:11.252833Z",
            "datetime_updated": "2025-08-29T10:46:11.252845Z"
        }
    ]
}