GET /2.2.0/config/missiontype/?format=api&offset=10
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=20",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/missiontype/?format=api&limit=10",
    "results": [
        {
            "id": 11,
            "name": "Resupply"
        },
        {
            "id": 12,
            "name": "Suborbital"
        },
        {
            "id": 13,
            "name": "Test Flight"
        },
        {
            "id": 14,
            "name": "Dedicated Rideshare"
        },
        {
            "id": 15,
            "name": "Navigation"
        },
        {
            "id": 16,
            "name": ""
        },
        {
            "id": 17,
            "name": "Test Target"
        },
        {
            "id": 18,
            "name": "Lunar Exploration"
        },
        {
            "id": 19,
            "name": "Materials Science"
        },
        {
            "id": 20,
            "name": "Biology"
        }
    ]
}