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

{
    "count": 23,
    "next": "https://ll.thespacedevs.com/2.2.0/config/missiontype/?format=api&limit=10&offset=10&ordering=-name",
    "previous": null,
    "results": [
        {
            "id": 9,
            "name": "Unknown"
        },
        {
            "id": 8,
            "name": "Tourism"
        },
        {
            "id": 17,
            "name": "Test Target"
        },
        {
            "id": 13,
            "name": "Test Flight"
        },
        {
            "id": 21,
            "name": "Technology"
        },
        {
            "id": 12,
            "name": "Suborbital"
        },
        {
            "id": 23,
            "name": "Space Situational Awareness"
        },
        {
            "id": 6,
            "name": "Robotic Exploration"
        },
        {
            "id": 11,
            "name": "Resupply"
        },
        {
            "id": 2,
            "name": "Planetary Science"
        }
    ]
}