Number of results

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

Example - /config/road_closure_statuses/?limit=2

Format

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

Help

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

GET /2.3.0/config/road_closure_statuses/?format=api&offset=140&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 142,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=130&ordering=name",
    "results": [
        {
            "id": 14,
            "name": "Tests Concluded – Hwy4 & Beach Now Open"
        },
        {
            "id": 103,
            "name": "UPDATE: The road closure previously approved for today,\nMay 13th, 2024 has been revoked. Boca Chica beach is open."
        }
    ]
}