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 - ll.thespacedevs.com/docs

GET /2.3.0/config/road_closure_statuses/?format=api&offset=90&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 142,
    "next": "https://ll.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=100&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=80&ordering=name",
    "results": [
        {
            "id": 21,
            "name": "Intermittent Road Closure.\nBoca Chica Beach will remain open."
        },
        {
            "id": 32,
            "name": "Intermittent Road Scheduled.\nBoca Chica will remain open."
        },
        {
            "id": 36,
            "name": "Intermittent Road Scheduled\nBoca Chica will remain Open"
        },
        {
            "id": 17,
            "name": "Intermittent Scheduled"
        },
        {
            "id": 38,
            "name": "Intermittent Scheduled\nBoca Chica beach will remain open"
        },
        {
            "id": 23,
            "name": "Intermittent Scheduled.\nBoca Chica beach will remain open."
        },
        {
            "id": 18,
            "name": "Intermittent Scheduled\nBoca Chica Beach will remain Open"
        },
        {
            "id": 37,
            "name": "Intermittent Scheduled\nBoca Chica will remain open"
        },
        {
            "id": 34,
            "name": "Intermittent Scheduled.\nBoca Chica will remain open."
        },
        {
            "id": 35,
            "name": "Intermittent Scheduled\nBoca Chica will remain Open"
        }
    ]
}