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=60&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=70&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=50&ordering=-name",
    "results": [
        {
            "id": 16,
            "name": "Hwy 4 and Boca Chica Beach are now open."
        },
        {
            "id": 109,
            "name": "Hwy 4 and Boca Chica Beach are Closed"
        },
        {
            "id": 128,
            "name": "Highway 4 and Boca Chica Beach will be Closed"
        },
        {
            "id": 129,
            "name": "Highway 4 and Boca Chica Beach Closed"
        },
        {
            "id": 26,
            "name": "Extended\nRoad and Beach Closed"
        },
        {
            "id": 25,
            "name": "Extended"
        },
        {
            "id": 74,
            "name": "Cosssure Revoked\nHwy 4 & Beach will be open"
        },
        {
            "id": 59,
            "name": "Concluded. Beach Open."
        },
        {
            "id": 56,
            "name": "Concluded. Beach Open"
        },
        {
            "id": 58,
            "name": "Concluded. Beach Now Open."
        }
    ]
}