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=20&ordering=priority
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=30&ordering=priority",
    "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=10&ordering=priority",
    "results": [
        {
            "id": 52,
            "name": "STP-2 DoD Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/stp-22520dod2_mission_patch_20210609140253.png",
            "agency": {
                "id": 1025,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1025/?format=api",
                "name": "United States Departement of Defense",
                "type": "Government"
            }
        },
        {
            "id": 53,
            "name": "NROL-111 Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/nrol-1112520mi_mission_patch_20210609140906.png",
            "agency": {
                "id": 181,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api",
                "name": "National Reconnaissance Office",
                "type": "Government"
            }
        },
        {
            "id": 48,
            "name": "Transporter-2 Spaceflight Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/transporter-22_mission_patch_20210609135444.png",
            "agency": {
                "id": 1026,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1026/?format=api",
                "name": "Spaceflight Launch Services",
                "type": "Commercial"
            }
        },
        {
            "id": 59,
            "name": "Cygnus CRS-2 NG-16 NG Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520ng-1_mission_patch_20210616195414.png",
            "agency": {
                "id": 257,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "type": "Commercial"
            }
        },
        {
            "id": 22,
            "name": "CRS-21 NASA Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/crs-212520nasa_mission_patch_20210607150958.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        },
        {
            "id": 50,
            "name": "Transporter-1 Spaceflight Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/transporter-12_mission_patch_20210609135852.png",
            "agency": {
                "id": 1026,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1026/?format=api",
                "name": "Spaceflight Launch Services",
                "type": "Commercial"
            }
        },
        {
            "id": 54,
            "name": "NROL-111 Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/nrol-1112520mi_mission_patch_20210609140909.png",
            "agency": {
                "id": 181,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api",
                "name": "National Reconnaissance Office",
                "type": "Government"
            }
        },
        {
            "id": 83,
            "name": "OneWeb 10 Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/oneweb2520102_mission_patch_20210914223912.png",
            "agency": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            }
        },
        {
            "id": 21,
            "name": "CRS-21 NASA Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/crs-212520nasa_mission_patch_20210607150956.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        },
        {
            "id": 39,
            "name": "CRS-20 NASA Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/crs-202520nasa_mission_patch_20210608181656.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        }
    ]
}