A nested view set for model Variation.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 133,
            "url": "https://api.purplme.com/variants/6/variations/133/?format=api",
            "variant": {
                "id": 6,
                "url": "https://api.purplme.com/variants/6/?format=api",
                "name": "Cryptocurrency"
            },
            "value": "Tether",
            "datetime_created": "2025-08-29T13:15:35.196483Z",
            "datetime_updated": "2025-08-29T13:15:35.196496Z"
        }
    ]
}