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=130&ordering=-id
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=140&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=120&ordering=-id",
    "results": [
        {
            "id": 12,
            "name": "Hwy 4 traffic, near Boca Chica Beach, may be intermittently delayed."
        },
        {
            "id": 11,
            "name": "Testing Concluded.\nHwy 4 and Boca Chica Beach are now open."
        },
        {
            "id": 10,
            "name": "Testing Concluded.\nHwy 4 & Boca Chica Beach\nAre Now Open"
        },
        {
            "id": 9,
            "name": "Possible Closure"
        },
        {
            "id": 8,
            "name": "Testing Concluded.\nNow Open."
        },
        {
            "id": 7,
            "name": "Road Scheduled\nBoca Chica Beach will remain\nOpen"
        },
        {
            "id": 6,
            "name": "Now Open"
        },
        {
            "id": 5,
            "name": "Hwy 4 and Boca Chica Beach\nNow Open"
        },
        {
            "id": 4,
            "name": "Canceled"
        },
        {
            "id": 3,
            "name": "Revoked"
        }
    ]
}