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=20&ordering=-id
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=30&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=10&ordering=-id",
    "results": [
        {
            "id": 122,
            "name": "Closure Concluded. Highway 4 and Boca Chica Beach Open."
        },
        {
            "id": 121,
            "name": "Closure Scheduled. Highway 4 and Boca Chica Beach Closed."
        },
        {
            "id": 120,
            "name": "Closure Canceled. Hwy 4 and Boca Chica Beach will be Open"
        },
        {
            "id": 119,
            "name": " Closure Concluded. Hwy 4 and Boca Chica Beach Open."
        },
        {
            "id": 118,
            "name": "Possible Closure"
        },
        {
            "id": 117,
            "name": " Closure Scheduled"
        },
        {
            "id": 116,
            "name": "Scheduled Clossure"
        },
        {
            "id": 115,
            "name": "Closure Scheduled"
        },
        {
            "id": 114,
            "name": "Possible Clossure"
        },
        {
            "id": 113,
            "name": "Clossure Scheduled"
        }
    ]
}