A nested view set for model Variation.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 450,
            "url": "https://api.purplme.com/variants/33/variations/450/?format=api",
            "variant": {
                "id": 33,
                "url": "https://api.purplme.com/variants/33/?format=api",
                "name": "type"
            },
            "value": "bear",
            "datetime_created": "2026-03-31T14:41:15.584114Z",
            "datetime_updated": "2026-03-31T14:41:15.584127Z"
        }
    ]
}