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

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

{
    "count": 36,
    "next": "https://lldev.thespacedevs.com/2.3.0/config/image_licenses/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 33,
            "name": "Copernicus Image Use Policy",
            "priority": 0,
            "link": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32013R1159"
        },
        {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        {
            "id": 27,
            "name": "CC BY-ND 3.0",
            "priority": 0,
            "link": "https://creativecommons.org/licenses/by-nd/3.0/deed.en"
        },
        {
            "id": 12,
            "name": "CC BY-SA 3.0 IGO",
            "priority": 0,
            "link": "https://creativecommons.org/licenses/by-sa/3.0/igo/"
        },
        {
            "id": 5,
            "name": "CC BY-NC 2.0",
            "priority": 1,
            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
        },
        {
            "id": 3,
            "name": "JPL Image Use Policy",
            "priority": 1,
            "link": "https://www.jpl.nasa.gov/jpl-image-use-policy"
        },
        {
            "id": 26,
            "name": "CNES Image Use Policy",
            "priority": 2,
            "link": "https://phototheque.cnes.fr/cnes/info2.do"
        },
        {
            "id": 2,
            "name": "ESA Standard Licence",
            "priority": 2,
            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
        },
        {
            "id": 6,
            "name": "Axiom Space Licence",
            "priority": 2,
            "link": "https://www.axiomspace.com/terms-and-conditions"
        },
        {
            "id": 34,
            "name": "Portuguese Space Agency Image Use Policy",
            "priority": 2,
            "link": "https://ptspace.pt/privacy-policy/"
        }
    ]
}