API endpoint that allows Mission Patch instances to be viewed.

GET: Return a list of all the existing mission patch instances.

FILTERS: Parameters - 'id', 'ids' (comma-separated), 'name', 'name__contains', 'agency__name', 'agency__name__contains', 'agency__id' Example - /2.2.0/mission_patch/?agency__name=SpaceX

ORDERING: Fields - 'id', 'name', 'agency__name', 'priority' Example - /2.2.0/mission_patch/?ordering=priority

GET /2.2.0/mission_patch/?format=api&offset=50&ordering=agency__name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1045,
    "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=60&ordering=agency__name",
    "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=40&ordering=agency__name",
    "results": [
        {
            "id": 164,
            "name": "CST-100 Starliner Orbital Flight Test Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cst-1002520sta_mission_patch_20211031042602.png",
            "agency": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                "name": "Boeing",
                "type": "Commercial"
            }
        },
        {
            "id": 155,
            "name": "CST-100 Starliner Orbital Flight Test 2 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cst-1002520sta_mission_patch_20211031042556.png",
            "agency": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                "name": "Boeing",
                "type": "Commercial"
            }
        },
        {
            "id": 975,
            "name": "IGS Optical 8 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/igs2520optical_mission_patch_20240112110757.png",
            "agency": {
                "id": 1072,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1072/?format=api",
                "name": "Cabinet Intelligence and Research Office",
                "type": "Government"
            }
        },
        {
            "id": 891,
            "name": "Acadia-2 | We will never desert you",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/acadia-225202_mission_patch_20230915062621.png",
            "agency": {
                "id": 1059,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api",
                "name": "Capella Space",
                "type": "Private"
            }
        },
        {
            "id": 883,
            "name": "CZ-7A | Shijian-23",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-7a2520257c_mission_patch_20230907131210.png",
            "agency": {
                "id": 189,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/189/?format=api",
                "name": "China Aerospace Corporation",
                "type": "Government"
            }
        },
        {
            "id": 830,
            "name": "CZ-2C | YZ-1S",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2c2520257c_mission_patch_20230709125218.png",
            "agency": {
                "id": 184,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
                "name": "China Aerospace Science and Industry Corporation",
                "type": "Government"
            }
        },
        {
            "id": 90,
            "name": "Tianzhou 3 SAST",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/tianzhou25203_mission_patch_20210927162500.png",
            "agency": {
                "id": 184,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
                "name": "China Aerospace Science and Industry Corporation",
                "type": "Government"
            }
        },
        {
            "id": 85,
            "name": "Gaofen-05-2 Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/gaofen-05-2252_mission_patch_20210914224703.png",
            "agency": {
                "id": 184,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
                "name": "China Aerospace Science and Industry Corporation",
                "type": "Government"
            }
        },
        {
            "id": 630,
            "name": "Tianzhou 4 Mission Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/tianzhou25204_mission_patch_20220507164635.png",
            "agency": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            }
        },
        {
            "id": 819,
            "name": "Shyian 25",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shyian252025_mission_patch_20230620144328.png",
            "agency": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            }
        }
    ]
}