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=120&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=130&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=110&ordering=-id",
    "results": [
        {
            "id": 22,
            "name": "Intermittent Road Closure.\nBoca Chica beach will remain open."
        },
        {
            "id": 21,
            "name": "Intermittent Road Closure.\nBoca Chica Beach will remain open."
        },
        {
            "id": 20,
            "name": "Beach Open, Intermittent Road Closure"
        },
        {
            "id": 19,
            "name": "Intermittent Canceled"
        },
        {
            "id": 18,
            "name": "Intermittent Scheduled\nBoca Chica Beach will remain Open"
        },
        {
            "id": 17,
            "name": "Intermittent Scheduled"
        },
        {
            "id": 16,
            "name": "Hwy 4 and Boca Chica Beach are now open."
        },
        {
            "id": 15,
            "name": "Road Scheduled\nBoca Chica will remain Open"
        },
        {
            "id": 14,
            "name": "Tests Concluded – Hwy4 & Beach Now Open"
        },
        {
            "id": 13,
            "name": "Temporarily Road Closure.\nBeach will remain Open."
        }
    ]
}