GET /api/v3/core/plans/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://www.guitarparty.com/api/v3/core/plans/10/?format=api",
            "name": "Áskrift að guitarparty.com",
            "interval": "month",
            "interval_count": 1,
            "amount": "949.0000",
            "currency": "ISK",
            "trial_period_days": 5,
            "enabled": true,
            "private": false,
            "plan_id": 10
        },
        {
            "url": "https://www.guitarparty.com/api/v3/core/plans/12/?format=api",
            "name": "Áskrift að guitarparty.com",
            "interval": "year",
            "interval_count": 1,
            "amount": "10439.0000",
            "currency": "ISK",
            "trial_period_days": 5,
            "enabled": true,
            "private": false,
            "plan_id": 12
        },
        {
            "url": "https://www.guitarparty.com/api/v3/core/plans/11/?format=api",
            "name": "Subscription to Guitarparty.com",
            "interval": "month",
            "interval_count": 1,
            "amount": "8.0000",
            "currency": "USD",
            "trial_period_days": 5,
            "enabled": true,
            "private": false,
            "plan_id": 11
        },
        {
            "url": "https://www.guitarparty.com/api/v3/core/plans/13/?format=api",
            "name": "Subscription to Guitarparty.com",
            "interval": "year",
            "interval_count": 1,
            "amount": "88.0000",
            "currency": "USD",
            "trial_period_days": 5,
            "enabled": true,
            "private": false,
            "plan_id": 13
        }
    ]
}