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=110
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=120",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/road_closure_statuses/?format=api&limit=10&offset=100",
    "results": [
        {
            "id": 111,
            "name": "Closure Revoked. Hwy 4 and Boca Chica Beach will be Open"
        },
        {
            "id": 112,
            "name": "Possible Flight.\nClosure Scheduled. HWY 4 and Boca Chica Beach will be closed."
        },
        {
            "id": 113,
            "name": "Clossure Scheduled"
        },
        {
            "id": 114,
            "name": "Possible Clossure"
        },
        {
            "id": 115,
            "name": "Closure Scheduled"
        },
        {
            "id": 116,
            "name": "Scheduled Clossure"
        },
        {
            "id": 117,
            "name": " Closure Scheduled"
        },
        {
            "id": 118,
            "name": "Possible Closure"
        },
        {
            "id": 119,
            "name": " Closure Concluded. Hwy 4 and Boca Chica Beach Open."
        },
        {
            "id": 120,
            "name": "Closure Canceled. Hwy 4 and Boca Chica Beach will be Open"
        }
    ]
}