View set for the model ProductVariation.

GET /products/30/variations/?format=api&offset=10&ordering=-price__max__currency
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 14,
    "next": null,
    "previous": "https://api.purplme.com/products/30/variations/?format=api&limit=10&ordering=-price__max__currency",
    "results": [
        {
            "id": 276,
            "url": "https://api.purplme.com/products/30/variations/276/?format=api",
            "product": {
                "id": 30,
                "url": "https://api.purplme.com/products/30/?format=api",
                "name": "Connect Recharge",
                "brand": {
                    "id": 8,
                    "url": "https://api.purplme.com/brands/8/?format=api",
                    "name": "Connect",
                    "images": "https://api.purplme.com/brands/8/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Connect Fiber 825 GB",
            "variations": [
                {
                    "id": 151,
                    "url": "https://api.purplme.com/variants/7/variations/151/?format=api",
                    "variant": {
                        "id": 7,
                        "url": "https://api.purplme.com/variants/7/?format=api",
                        "name": "Quota"
                    },
                    "value": "825 GB"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "34.95"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/30/variations/276/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:38.742569Z",
            "datetime_updated": "2025-09-12T07:30:29.990436Z"
        },
        {
            "id": 279,
            "url": "https://api.purplme.com/products/30/variations/279/?format=api",
            "product": {
                "id": 30,
                "url": "https://api.purplme.com/products/30/?format=api",
                "name": "Connect Recharge",
                "brand": {
                    "id": 8,
                    "url": "https://api.purplme.com/brands/8/?format=api",
                    "name": "Connect",
                    "images": "https://api.purplme.com/brands/8/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Connect FWA Freeze",
            "variations": [
                {
                    "id": 141,
                    "url": "https://api.purplme.com/variants/7/variations/141/?format=api",
                    "variant": {
                        "id": 7,
                        "url": "https://api.purplme.com/variants/7/?format=api",
                        "name": "Quota"
                    },
                    "value": "FREEZE"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "8.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/30/variations/279/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:39.266641Z",
            "datetime_updated": "2025-09-18T13:18:57.252647Z"
        },
        {
            "id": 278,
            "url": "https://api.purplme.com/products/30/variations/278/?format=api",
            "product": {
                "id": 30,
                "url": "https://api.purplme.com/products/30/?format=api",
                "name": "Connect Recharge",
                "brand": {
                    "id": 8,
                    "url": "https://api.purplme.com/brands/8/?format=api",
                    "name": "Connect",
                    "images": "https://api.purplme.com/brands/8/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Connect FWA Basic 10Mbps 100 GB",
            "variations": [
                {
                    "id": 152,
                    "url": "https://api.purplme.com/variants/7/variations/152/?format=api",
                    "variant": {
                        "id": 7,
                        "url": "https://api.purplme.com/variants/7/?format=api",
                        "name": "Quota"
                    },
                    "value": "BASIC 10MBPS 100 GB"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "26.87"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/30/variations/278/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:39.102728Z",
            "datetime_updated": "2025-09-18T13:19:09.401624Z"
        },
        {
            "id": 277,
            "url": "https://api.purplme.com/products/30/variations/277/?format=api",
            "product": {
                "id": 30,
                "url": "https://api.purplme.com/products/30/?format=api",
                "name": "Connect Recharge",
                "brand": {
                    "id": 8,
                    "url": "https://api.purplme.com/brands/8/?format=api",
                    "name": "Connect",
                    "images": "https://api.purplme.com/brands/8/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Connect Fiber Freeze",
            "variations": [
                {
                    "id": 141,
                    "url": "https://api.purplme.com/variants/7/variations/141/?format=api",
                    "variant": {
                        "id": 7,
                        "url": "https://api.purplme.com/variants/7/?format=api",
                        "name": "Quota"
                    },
                    "value": "FREEZE"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "8.91"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/30/variations/277/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:38.922087Z",
            "datetime_updated": "2025-09-12T07:30:30.082001Z"
        }
    ]
}