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=-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=140&ordering=-name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=120&ordering=-name",
    "results": [
        {
            "id": 60,
            "name": "Canceled. Beach will be Open"
        },
        {
            "id": 51,
            "name": "Canceled. Beach Open."
        },
        {
            "id": 49,
            "name": "Canceled. Beach Open"
        },
        {
            "id": 44,
            "name": "Canceled / Beach Open"
        },
        {
            "id": 70,
            "name": "Canceled. Beach and Hwy 4 Open"
        },
        {
            "id": 31,
            "name": "Canceled."
        },
        {
            "id": 4,
            "name": "Canceled"
        },
        {
            "id": 43,
            "name": "Cancelado"
        },
        {
            "id": 20,
            "name": "Beach Open, Intermittent Road Closure"
        },
        {
            "id": 54,
            "name": "Beach Open"
        }
    ]
}