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=120&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=130&ordering=id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=110&ordering=id",
    "results": [
        {
            "id": 121,
            "name": "Closure Scheduled. Highway 4 and Boca Chica Beach Closed."
        },
        {
            "id": 122,
            "name": "Closure Concluded. Highway 4 and Boca Chica Beach Open."
        },
        {
            "id": 123,
            "name": "Closure Revoked. Highway 4 and Boca Chica Beach  will be Open."
        },
        {
            "id": 124,
            "name": "Closure Scheduled. Highway 4 and Boca Chica Beach will be closed"
        },
        {
            "id": 125,
            "name": "Closure Revoked. Highway 4 and Boca Chica Beach will be open"
        },
        {
            "id": 126,
            "name": "Closure Scheduled. Highway 4 & Boca Chica Beach will be closed."
        },
        {
            "id": 127,
            "name": "Closure Revoked. Highway 4 & Boca Chica Beach will be open."
        },
        {
            "id": 128,
            "name": "Highway 4 and Boca Chica Beach will be Closed"
        },
        {
            "id": 129,
            "name": "Highway 4 and Boca Chica Beach Closed"
        },
        {
            "id": 130,
            "name": "Closure Revoked. HWY 4 & Boca Chica Beach will be open"
        }
    ]
}