Number of results

Use limit to control the number of objects in the response (max 100)

Example - /config/mission_types/?limit=2

Format

Switch to JSON output - /config/mission_types/?format=json

Help

Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs

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

{
    "count": 23,
    "next": "https://ll.thespacedevs.com/2.3.0/config/mission_types/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Earth Science"
        },
        {
            "id": 2,
            "name": "Planetary Science"
        },
        {
            "id": 3,
            "name": "Astrophysics"
        },
        {
            "id": 4,
            "name": "Heliophysics"
        },
        {
            "id": 5,
            "name": "Human Exploration"
        },
        {
            "id": 6,
            "name": "Robotic Exploration"
        },
        {
            "id": 7,
            "name": "Government/Top Secret"
        },
        {
            "id": 8,
            "name": "Tourism"
        },
        {
            "id": 9,
            "name": "Unknown"
        },
        {
            "id": 10,
            "name": "Communications"
        }
    ]
}