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=130&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=140&ordering=name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=120&ordering=name",
    "results": [
        {
            "id": 28,
            "name": "Scheduled\nHwy 4 & Boca Chica beach will be closed."
        },
        {
            "id": 27,
            "name": "Scheduled\nRoad and Beach Closed"
        },
        {
            "id": 46,
            "name": "Temporarily and Intermittent / Beach Open"
        },
        {
            "id": 47,
            "name": "Temporarily And Intermittently Scheduled"
        },
        {
            "id": 13,
            "name": "Temporarily Road Closure.\nBeach will remain Open."
        },
        {
            "id": 55,
            "name": "Temporary and Intermittent"
        },
        {
            "id": 57,
            "name": "Temporary and Intermittent Road Delay"
        },
        {
            "id": 11,
            "name": "Testing Concluded.\nHwy 4 and Boca Chica Beach are now open."
        },
        {
            "id": 10,
            "name": "Testing Concluded.\nHwy 4 & Boca Chica Beach\nAre Now Open"
        },
        {
            "id": 8,
            "name": "Testing Concluded.\nNow Open."
        }
    ]
}