Modes

Levels of detail in the response - normal, detailed

Example - /mission_patches/?mode=detailed

Filters

Parameters - agency__id, agency__name, agency__name__contains, id, ids, name, name__contains

Example - /mission_patches/?agency__id=147

Fields searched - agency__name, name

Example - /mission_patches/?search=Ariane

Ordering

Fields - agency__name, id, name, priority

Example - /mission_patches/?ordering=priority

Number of results

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

Example - /mission_patches/?limit=2

Format

Switch to JSON output - /mission_patches/?format=json

Help

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

GET /2.3.0/mission_patches/?format=api&offset=1030&ordering=agency__name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1042,
    "next": "https://lldev.thespacedevs.com/2.3.0/mission_patches/?format=api&limit=10&offset=1040&ordering=agency__name",
    "previous": "https://lldev.thespacedevs.com/2.3.0/mission_patches/?format=api&limit=10&offset=1020&ordering=agency__name",
    "results": [
        {
            "id": 978,
            "name": "Galactic 06",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252006_mission_patch_20240122170305.png",
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 967,
            "name": "Unity 25",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/unity252025_mission_patch_20231227140311.png",
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 965,
            "name": "Galactic 02",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252002_mission_patch_20231227134003.png",
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 964,
            "name": "Galactic 01",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252001_mission_patch_20231227133557.png",
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 902,
            "name": "Galactic 05",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252005_mission_patch_20231019180941.png",
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 895,
            "name": "Galactic 04",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252004_mission_patch_20230928091444.png",
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 870,
            "name": "Galactic 03 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252003_mission_patch_20230828131426.png",
            "agency": {
                "response_mode": "list",
                "id": 1024,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "abbrev": "VG",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 591,
            "name": "Above The Clouds Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/above2520the2_mission_patch_20211109141957.png",
            "agency": {
                "response_mode": "list",
                "id": 199,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/199/?format=api",
                "name": "Virgin Orbit",
                "abbrev": "VO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 762,
            "name": "Start Me Up Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/start2520me25_mission_patch_20230107142355.png",
            "agency": {
                "response_mode": "list",
                "id": 199,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/199/?format=api",
                "name": "Virgin Orbit",
                "abbrev": "VO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 3,
            "name": "Virgin Orbit Tubular Bells, Part One",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/virgin2520orbi_mission_patch_20210606145221.png",
            "agency": {
                "response_mode": "list",
                "id": 199,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/199/?format=api",
                "name": "Virgin Orbit",
                "abbrev": "VO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "response_mode": "normal"
        }
    ]
}