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&offset=20&ordering=link
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=30&ordering=link",
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/image_licenses/?format=api&limit=10&offset=10&ordering=link",
    "results": [
        {
            "id": 34,
            "name": "Portuguese Space Agency Image Use Policy",
            "priority": 2,
            "link": "https://ptspace.pt/privacy-policy/"
        },
        {
            "id": 32,
            "name": "TASS Image Use Policy",
            "priority": 6,
            "link": "https://tass.com/terms-of-use"
        },
        {
            "id": 6,
            "name": "Axiom Space Licence",
            "priority": 2,
            "link": "https://www.axiomspace.com/terms-and-conditions"
        },
        {
            "id": 37,
            "name": "Blue Origin Terms of Use",
            "priority": 6,
            "link": "https://www.blueorigin.com/terms-of-use"
        },
        {
            "id": 16,
            "name": "DARPA Image Use Policy",
            "priority": 6,
            "link": "https://www.darpa.mil/policy/usage-policy"
        },
        {
            "id": 17,
            "name": "Department of Defense Image Use Policy",
            "priority": 6,
            "link": "https://www.dimoc.mil/resources/limitations/"
        },
        {
            "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": 24,
            "name": "Intuitive Machines Gallery",
            "priority": 3,
            "link": "https://www.intuitivemachines.com/gallery"
        },
        {
            "id": 3,
            "name": "JPL Image Use Policy",
            "priority": 1,
            "link": "https://www.jpl.nasa.gov/jpl-image-use-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"
        }
    ]
}