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=30&ordering=-id
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=40&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=20&ordering=-id",
    "results": [
        {
            "id": 112,
            "name": "Possible Flight.\nClosure Scheduled. HWY 4 and Boca Chica Beach will be closed."
        },
        {
            "id": 111,
            "name": "Closure Revoked. Hwy 4 and Boca Chica Beach will be Open"
        },
        {
            "id": 110,
            "name": "Hwy 4 and Boca Chica Beach are now Open"
        },
        {
            "id": 109,
            "name": "Hwy 4 and Boca Chica Beach are Closed"
        },
        {
            "id": 108,
            "name": "No Closure. Hwy 4 and Boca Chica now Open."
        },
        {
            "id": 107,
            "name": "Closure Scheduled. Hwy 4 and Boca Chica now Closed."
        },
        {
            "id": 106,
            "name": "Closure Scheduled. Hwy 4 and Boca Chica will be Closed."
        },
        {
            "id": 105,
            "name": "Closure Revoked. Hwy 4 and Boca Chica will be Open."
        },
        {
            "id": 104,
            "name": "Closure Concluded. Hwy 4 and Boca Chica now Open."
        },
        {
            "id": 103,
            "name": "UPDATE: The road closure previously approved for today,\nMay 13th, 2024 has been revoked. Boca Chica beach is open."
        }
    ]
}