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&offset=20
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.3.0/config/mission_types/?format=api&limit=10&offset=10",
    "results": [
        {
            "id": 23,
            "name": "Space Situational Awareness"
        },
        {
            "id": 21,
            "name": "Technology"
        },
        {
            "id": 22,
            "name": "Mission Extension"
        }
    ]
}