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=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=20&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.3.0/config/image_licenses/?format=api&limit=10&ordering=id",
    "results": [
        {
            "id": 11,
            "name": "Government Open Data License - India (GODL)",
            "priority": 3,
            "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
        },
        {
            "id": 12,
            "name": "CC BY-SA 3.0 IGO",
            "priority": 0,
            "link": "https://creativecommons.org/licenses/by-sa/3.0/igo/"
        },
        {
            "id": 13,
            "name": "CC BY-NC-ND 2.0",
            "priority": 3,
            "link": "https://creativecommons.org/licenses/by-nc-nd/2.0/"
        },
        {
            "id": 14,
            "name": "Roscosmos Image Use Policy",
            "priority": 3,
            "link": "https://www.roscosmos.ru/22650/"
        },
        {
            "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": 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": 18,
            "name": "CC BY-SA 2.0",
            "priority": 3,
            "link": "https://creativecommons.org/licenses/by-sa/2.0/"
        },
        {
            "id": 19,
            "name": "CC BY 3.0",
            "priority": 4,
            "link": "https://creativecommons.org/licenses/by/3.0/"
        },
        {
            "id": 20,
            "name": "CC BY-SA 4.0",
            "priority": 6,
            "link": "https://creativecommons.org/licenses/by-sa/4.0/"
        }
    ]
}