A nested view set for model Variation.

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

{
    "id": 377,
    "url": "https://api.purplme.com/variants/18/variations/377/?format=api",
    "variant": {
        "id": 18,
        "url": "https://api.purplme.com/variants/18/?format=api",
        "name": "Credits"
    },
    "value": "5780 Credits",
    "datetime_created": "2025-08-29T13:17:02.858153Z",
    "datetime_updated": "2025-08-29T13:17:02.858166Z"
}