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

{
    "count": 35,
    "next": "https://ll.thespacedevs.com/2.1.0/config/astronautrole/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 33,
            "role": "EV1"
        },
        {
            "id": 34,
            "role": "EV2"
        },
        {
            "id": 3,
            "role": "Flight Engineer"
        },
        {
            "id": 4,
            "role": "Command Pilot"
        },
        {
            "id": 5,
            "role": "Command Module Pilot"
        },
        {
            "id": 6,
            "role": "Lunar Module Pilot"
        },
        {
            "id": 7,
            "role": "Mission Specialist"
        },
        {
            "id": 8,
            "role": "Payload Specialist"
        },
        {
            "id": 9,
            "role": "Science Pilot"
        },
        {
            "id": 10,
            "role": "Spaceflight Participant"
        }
    ]
}