Number of results

Use limit to control the number of objects in the response (max 100)

Example - /config/vidurl_types/?limit=2

Format

Switch to JSON output - /config/vidurl_types/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/config/vidurl_types/?format=api&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Official Webcast"
        },
        {
            "id": 2,
            "name": "Official Re-stream"
        },
        {
            "id": 3,
            "name": "Unofficial Webcast"
        },
        {
            "id": 4,
            "name": "Unofficial Re-stream"
        },
        {
            "id": 5,
            "name": "Technical Webcast"
        },
        {
            "id": 6,
            "name": "Recap"
        },
        {
            "id": 7,
            "name": "24/7 Live Feed"
        },
        {
            "id": 8,
            "name": "Web Conference"
        },
        {
            "id": 9,
            "name": "Video"
        }
    ]
}