Number of results

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

Example - /config/image_licenses/?limit=2

Format

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

Help

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

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

{
    "count": 36,
    "next": "https://ll.thespacedevs.com/2.3.0/config/image_licenses/?format=api&limit=10&offset=30&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/image_licenses/?format=api&limit=10&offset=10&ordering=-id",
    "results": [
        {
            "id": 16,
            "name": "DARPA Image Use Policy",
            "priority": 6,
            "link": "https://www.darpa.mil/policy/usage-policy"
        },
        {
            "id": 15,
            "name": "Korea Open Government License Type I: Attribution",
            "priority": 6,
            "link": "https://www.kogl.or.kr/edu/eduDataFileDown.do?dataIdx=97&dataFileIdx=1"
        },
        {
            "id": 14,
            "name": "Roscosmos Image Use Policy",
            "priority": 3,
            "link": "https://www.roscosmos.ru/22650/"
        },
        {
            "id": 13,
            "name": "CC BY-NC-ND 2.0",
            "priority": 3,
            "link": "https://creativecommons.org/licenses/by-nc-nd/2.0/"
        },
        {
            "id": 12,
            "name": "CC BY-SA 3.0 IGO",
            "priority": 0,
            "link": "https://creativecommons.org/licenses/by-sa/3.0/igo/"
        },
        {
            "id": 11,
            "name": "Government Open Data License - India (GODL)",
            "priority": 3,
            "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
        },
        {
            "id": 10,
            "name": "ULA Image Use Policy",
            "priority": 3,
            "link": "https://www.ulalaunch.com/terms-and-conditions"
        },
        {
            "id": 9,
            "name": "JAXA Image Usage Policy",
            "priority": 8,
            "link": "https://global.jaxa.jp/policy.html"
        },
        {
            "id": 8,
            "name": "CC BY-NC-ND 3.0",
            "priority": 3,
            "link": "https://creativecommons.org/licenses/by-nc-nd/3.0/de/deed.de"
        },
        {
            "id": 7,
            "name": "Rocket Lab Image Use Policy",
            "priority": 3,
            "link": "https://www.rocketlabusa.com/about/gallery/"
        }
    ]
}