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 - ll.thespacedevs.com/docs

GET /2.3.0/config/road_closure_statuses/?format=api&offset=10&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 142,
    "next": "https://ll.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=20&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&ordering=name",
    "results": [
        {
            "id": 51,
            "name": "Canceled. Beach Open."
        },
        {
            "id": 60,
            "name": "Canceled. Beach will be Open"
        },
        {
            "id": 30,
            "name": "Canceled.\nBoca Chica beach and Hwy 4 will be open."
        },
        {
            "id": 69,
            "name": "Canceled. Hwy 4 and Boca Chica Beach Open"
        },
        {
            "id": 67,
            "name": "Canceled. Hwy 4 and Boca Chica Beach Open."
        },
        {
            "id": 2,
            "name": "Cancelled"
        },
        {
            "id": 113,
            "name": "Clossure Scheduled"
        },
        {
            "id": 120,
            "name": "Closure Canceled. Hwy 4 and Boca Chica Beach will be Open"
        },
        {
            "id": 83,
            "name": "Closure Canceled. HWY 4 and Boca Chica Beach will be open."
        },
        {
            "id": 99,
            "name": "Closure Canceled. Hwy and Boca Chica Beach will be Open."
        }
    ]
}