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=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=130&ordering=name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=110&ordering=name",
    "results": [
        {
            "id": 53,
            "name": "Scheduled. Beach Closed"
        },
        {
            "id": 50,
            "name": "Scheduled. Beach Closed."
        },
        {
            "id": 61,
            "name": "Scheduled. Beach Open"
        },
        {
            "id": 29,
            "name": "Scheduled.\nBoca Chica beach and Hwy 4 will be closed."
        },
        {
            "id": 116,
            "name": "Scheduled Clossure"
        },
        {
            "id": 42,
            "name": "Scheduled Extended"
        },
        {
            "id": 66,
            "name": "Scheduled. Hwy 4 and Boca Chica Beach Closed."
        },
        {
            "id": 68,
            "name": "Scheduled. Hwy 4 and Boca Chica Beach will be closed"
        },
        {
            "id": 65,
            "name": "Scheduled. HWY 4 and Boca Chica Closed"
        },
        {
            "id": 33,
            "name": "Scheduled.\nHwy 4 and Boca Chica will be closed"
        }
    ]
}