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=10&ordering=link
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=20&ordering=link",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/image_licenses/?format=api&limit=10&ordering=link",
    "results": [
        {
            "id": 12,
            "name": "CC BY-SA 3.0 IGO",
            "priority": 0,
            "link": "https://creativecommons.org/licenses/by-sa/3.0/igo/"
        },
        {
            "id": 20,
            "name": "CC BY-SA 4.0",
            "priority": 6,
            "link": "https://creativecommons.org/licenses/by-sa/4.0/"
        },
        {
            "id": 25,
            "name": "CC0 1.0",
            "priority": 3,
            "link": "https://creativecommons.org/publicdomain/zero/1.0/deed.en"
        },
        {
            "id": 11,
            "name": "Government Open Data License - India (GODL)",
            "priority": 3,
            "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
        },
        {
            "id": 29,
            "name": "ELA Image Use Policy",
            "priority": 8,
            "link": "https://ela.space/website-disclaimer"
        },
        {
            "id": 22,
            "name": "Kyodo News Copyright",
            "priority": 6,
            "link": "https://english.kyodonews.net/copyright.html"
        },
        {
            "id": 33,
            "name": "Copernicus Image Use Policy",
            "priority": 0,
            "link": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32013R1159"
        },
        {
            "id": 35,
            "name": "Firefly Image Use Policy",
            "priority": 6,
            "link": "https://fireflyspace.com/terms-and-conditions/"
        },
        {
            "id": 9,
            "name": "JAXA Image Usage Policy",
            "priority": 8,
            "link": "https://global.jaxa.jp/policy.html"
        },
        {
            "id": 26,
            "name": "CNES Image Use Policy",
            "priority": 2,
            "link": "https://phototheque.cnes.fr/cnes/info2.do"
        }
    ]
}