View set for model Variant.

GET /variants/?format=api&offset=20&ordering=id
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&ordering=id",
    "results": [
        {
            "id": 21,
            "url": "https://api.purplme.com/variants/21/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "name": "Validity",
            "variations": "https://api.purplme.com/variants/21/variations/?format=api",
            "datetime_created": "2025-09-15T10:09:45.660529Z",
            "datetime_updated": "2025-09-15T10:09:45.660545Z"
        }
    ]
}