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
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",
    "results": [
        {
            "id": 141,
            "name": "Closure Concluded. Hwy 4 & Boca Chica Beach are now open"
        },
        {
            "id": 142,
            "name": "Closure Revoked. Hwy 4 & Boca Chica Beach will be open"
        }
    ]
}