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=40&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=50&ordering=name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=30&ordering=name",
    "results": [
        {
            "id": 77,
            "name": "Closure Revoked. HWY 4 and Boca Chica Beach will be open."
        },
        {
            "id": 71,
            "name": "Closure Revoked. HWY 4 and Boca Chica Beach will be open"
        },
        {
            "id": 134,
            "name": "Closure Revoked. HWY 4 and Boca Chica Beach will be open."
        },
        {
            "id": 101,
            "name": "Closure Revoked. Hwy 4 and Boca Chica will be open."
        },
        {
            "id": 105,
            "name": "Closure Revoked. Hwy 4 and Boca Chica will be Open."
        },
        {
            "id": 76,
            "name": "Closure Revoked.\nHwy 4 & Beach will be open"
        },
        {
            "id": 142,
            "name": "Closure Revoked. Hwy 4 & Boca Chica Beach will be open"
        },
        {
            "id": 138,
            "name": "Closure Revoked. Hwy 4 & Boca Chica Beach will be open."
        },
        {
            "id": 136,
            "name": "Closure Revoked. Hwy 4 & Boca Chica Beach will be Open."
        },
        {
            "id": 130,
            "name": "Closure Revoked. HWY 4 & Boca Chica Beach will be open"
        }
    ]
}