GET /2.2.0/config/missiontype/?format=api&ordering=-id
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=-id",
    "previous": null,
    "results": [
        {
            "id": 23,
            "name": "Space Situational Awareness"
        },
        {
            "id": 22,
            "name": "Mission Extension"
        },
        {
            "id": 21,
            "name": "Technology"
        },
        {
            "id": 20,
            "name": "Biology"
        },
        {
            "id": 19,
            "name": "Materials Science"
        },
        {
            "id": 18,
            "name": "Lunar Exploration"
        },
        {
            "id": 17,
            "name": "Test Target"
        },
        {
            "id": 16,
            "name": ""
        },
        {
            "id": 15,
            "name": "Navigation"
        },
        {
            "id": 14,
            "name": "Dedicated Rideshare"
        }
    ]
}