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=80&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=90&ordering=name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=70&ordering=name",
    "results": [
        {
            "id": 109,
            "name": "Hwy 4 and Boca Chica Beach are Closed"
        },
        {
            "id": 16,
            "name": "Hwy 4 and Boca Chica Beach are now open."
        },
        {
            "id": 110,
            "name": "Hwy 4 and Boca Chica Beach are now Open"
        },
        {
            "id": 5,
            "name": "Hwy 4 and Boca Chica Beach\nNow Open"
        },
        {
            "id": 12,
            "name": "Hwy 4 traffic, near Boca Chica Beach, may be intermittently delayed."
        },
        {
            "id": 19,
            "name": "Intermittent Canceled"
        },
        {
            "id": 24,
            "name": "Intermittent Canceled.\nBoca Chica beach will remain open."
        },
        {
            "id": 40,
            "name": "Intermittent Revoked"
        },
        {
            "id": 39,
            "name": "Intermittent Revoked\nBoca Chica will remain Open"
        },
        {
            "id": 22,
            "name": "Intermittent Road Closure.\nBoca Chica beach will remain open."
        }
    ]
}