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=40&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=50&ordering=id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=30&ordering=id",
    "results": [
        {
            "id": 41,
            "name": "Requested"
        },
        {
            "id": 42,
            "name": "Scheduled Extended"
        },
        {
            "id": 43,
            "name": "Cancelado"
        },
        {
            "id": 44,
            "name": "Canceled / Beach Open"
        },
        {
            "id": 45,
            "name": "Scheduled / Beach Closed"
        },
        {
            "id": 46,
            "name": "Temporarily and Intermittent / Beach Open"
        },
        {
            "id": 47,
            "name": "Temporarily And Intermittently Scheduled"
        },
        {
            "id": 48,
            "name": "Possible"
        },
        {
            "id": 49,
            "name": "Canceled. Beach Open"
        },
        {
            "id": 50,
            "name": "Scheduled. Beach Closed."
        }
    ]
}