View set for model Variant.

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

{
    "id": 6,
    "url": "https://api.purplme.com/variants/6/?format=api",
    "owner": {
        "id": 30,
        "url": "https://api.purplme.com/partners/30/?format=api",
        "name": "Purpl Marketplace",
        "type": "merchant"
    },
    "name": "Cryptocurrency",
    "variations": "https://api.purplme.com/variants/6/variations/?format=api",
    "datetime_created": "2025-08-29T13:15:35.191288Z",
    "datetime_updated": "2025-08-29T13:15:35.191302Z"
}