Number of results

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

Example - /config/launch_statuses/?limit=2

Format

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

Help

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

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

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 9,
            "name": "Payload Deployed",
            "abbrev": "Deployed",
            "description": "Deployment of the payload(s) has been confirmed."
        },
        {
            "id": 4,
            "name": "Launch Failure",
            "abbrev": "Failure",
            "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
        },
        {
            "id": 1,
            "name": "Go for Launch",
            "abbrev": "Go",
            "description": "Current T-0 confirmed by official or reliable sources."
        },
        {
            "id": 5,
            "name": "On Hold",
            "abbrev": "Hold",
            "description": "The countdown has been paused, but the launch can still happen within the launch window."
        },
        {
            "id": 6,
            "name": "Launch in Flight",
            "abbrev": "In Flight",
            "description": "The launch vehicle has lifted off from the launchpad."
        },
        {
            "id": 7,
            "name": "Launch was a Partial Failure",
            "abbrev": "Partial Failure",
            "description": "Either the launch vehicle reached orbit but did not deliver its payload in the targeted orbit, or an exceptional event made it impossible to consider the mission a success."
        },
        {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        {
            "id": 8,
            "name": "To Be Confirmed",
            "abbrev": "TBC",
            "description": "Awaiting official confirmation - current date is known with some certainty."
        },
        {
            "id": 2,
            "name": "To Be Determined",
            "abbrev": "TBD",
            "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
        }
    ]
}