A nested view set for model Variation.

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

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