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 - lldev.thespacedevs.com/docs

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

{
    "count": 142,
    "next": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=120&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=100&ordering=-name",
    "results": [
        {
            "id": 137,
            "name": "Closure Concluded. Hwy 4 & Boca Chica Beach now open."
        },
        {
            "id": 141,
            "name": "Closure Concluded. Hwy 4 & Boca Chica Beach are now open"
        },
        {
            "id": 95,
            "name": "Closure Concluded. Hwy 4 and Boca Chica Open."
        },
        {
            "id": 104,
            "name": "Closure Concluded. Hwy 4 and Boca Chica now Open."
        },
        {
            "id": 119,
            "name": " Closure Concluded. Hwy 4 and Boca Chica Beach Open."
        },
        {
            "id": 79,
            "name": "Closure Concluded. HWY 4 and Boca Chica Beach now open."
        },
        {
            "id": 86,
            "name": "Closure Concluded. Hwy 4 and Boca Chica Beach are now open."
        },
        {
            "id": 122,
            "name": "Closure Concluded. Highway 4 and Boca Chica Beach Open."
        },
        {
            "id": 91,
            "name": "Closure Concluded. Highway 4 and Boca Chica Beach now Open."
        },
        {
            "id": 133,
            "name": "Closure Concluded."
        }
    ]
}