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=110&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=120&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=100&ordering=-id",
    "results": [
        {
            "id": 32,
            "name": "Intermittent Road Scheduled.\nBoca Chica will remain open."
        },
        {
            "id": 31,
            "name": "Canceled."
        },
        {
            "id": 30,
            "name": "Canceled.\nBoca Chica beach and Hwy 4 will be open."
        },
        {
            "id": 29,
            "name": "Scheduled.\nBoca Chica beach and Hwy 4 will be closed."
        },
        {
            "id": 28,
            "name": "Scheduled\nHwy 4 & Boca Chica beach will be closed."
        },
        {
            "id": 27,
            "name": "Scheduled\nRoad and Beach Closed"
        },
        {
            "id": 26,
            "name": "Extended\nRoad and Beach Closed"
        },
        {
            "id": 25,
            "name": "Extended"
        },
        {
            "id": 24,
            "name": "Intermittent Canceled.\nBoca Chica beach will remain open."
        },
        {
            "id": 23,
            "name": "Intermittent Scheduled.\nBoca Chica beach will remain open."
        }
    ]
}