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=100&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=110&ordering=name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=90&ordering=name",
    "results": [
        {
            "id": 108,
            "name": "No Closure. Hwy 4 and Boca Chica now Open."
        },
        {
            "id": 6,
            "name": "Now Open"
        },
        {
            "id": 48,
            "name": "Possible"
        },
        {
            "id": 62,
            "name": "Possible . Beach Open"
        },
        {
            "id": 114,
            "name": "Possible Clossure"
        },
        {
            "id": 9,
            "name": "Possible Closure"
        },
        {
            "id": 118,
            "name": "Possible Closure"
        },
        {
            "id": 73,
            "name": "Possible Closure. HWY 4 and Boca Chica Beach now open."
        },
        {
            "id": 80,
            "name": "Possible Closure . HWY 4 and Boca Chica Beach will be closed."
        },
        {
            "id": 82,
            "name": "Possible Closure. HWY 4 and Boca Chica Beach will be open."
        }
    ]
}