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": 16,
            "name": ""
        },
        {
            "id": 3,
            "name": "Astrophysics"
        },
        {
            "id": 20,
            "name": "Biology"
        },
        {
            "id": 10,
            "name": "Communications"
        },
        {
            "id": 14,
            "name": "Dedicated Rideshare"
        },
        {
            "id": 1,
            "name": "Earth Science"
        },
        {
            "id": 7,
            "name": "Government/Top Secret"
        },
        {
            "id": 4,
            "name": "Heliophysics"
        },
        {
            "id": 5,
            "name": "Human Exploration"
        },
        {
            "id": 18,
            "name": "Lunar Exploration"
        }
    ]
}