A nested view set for model Variation.

GET /variants/33/variations/450/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "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"
}