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=930
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 938,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=920",
    "results": [
        {
            "id": 1008,
            "name": "CZ-2D Y103",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2d2520y103_mission_patch_20240421050625.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": 1009,
            "name": "Shenzou 18",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzou252018_mission_patch_20240427164751.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": 1010,
            "name": "Chang'e-6",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/chang2527e-6_mission_patch_20240501152158.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": 1011,
            "name": "Worldview Legion 1&2",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/worldview2520l_mission_patch_20240502043241.png",
            "agency": {
                "id": 1057,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1057/?format=api",
                "name": "Maxar Technologies",
                "type": "Commercial"
            }
        },
        {
            "id": 1012,
            "name": "Ready, Aim, PREFIRE",
            "priority": 8,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ready252c2520_mission_patch_20240502171843.png",
            "agency": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            }
        },
        {
            "id": 1013,
            "name": "CZ-6C",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-6c_mission_patch_20240507082635.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": 1014,
            "name": "CZ-3B |  ZHTW 1-01",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-3b2520257c_mission_patch_20240509083000.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": 1015,
            "name": "CZ-4C | Y51",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-4c2520257c_mission_patch_20240512164334.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"
            }
        }
    ]
}