GET /2.2.0/config/firststagetype/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "name": "Strap-On Booster"
        },
        {
            "id": 1,
            "name": "Core"
        }
    ]
}