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=80&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=90&ordering=id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=70&ordering=id",
    "results": [
        {
            "id": 81,
            "name": "Possible Revoked. HWY 4 and Boca Chica Beach will be open."
        },
        {
            "id": 82,
            "name": "Possible Closure. HWY 4 and Boca Chica Beach will be open."
        },
        {
            "id": 83,
            "name": "Closure Canceled. HWY 4 and Boca Chica Beach will be open."
        },
        {
            "id": 84,
            "name": "Closure Revoked. Hwy 4 and Boca Chica Beach will be open"
        },
        {
            "id": 85,
            "name": "Closure Scheduled. Hwy 4 and Boca Chica Beach are now closed."
        },
        {
            "id": 86,
            "name": "Closure Concluded. Hwy 4 and Boca Chica Beach are now open."
        },
        {
            "id": 87,
            "name": "Closure Cancelled. Hwy 4 and Boca Chica Beach will be open."
        },
        {
            "id": 88,
            "name": "Closure Scheduled. Hwy 4 and Boca Chica Beach will be closed"
        },
        {
            "id": 89,
            "name": "Closure Revoked. Hwy 4 and Boca Chica Beach will be open."
        },
        {
            "id": 90,
            "name": "Closure Scheduled. Highway 4 and Boca Chica Beach will be closed."
        }
    ]
}