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=420&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=430&ordering=-agency__name",
    "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=410&ordering=-agency__name",
    "results": [
        {
            "id": 162,
            "name": "Cygnus CRS Orb-3 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042601.png",
            "agency": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            }
        },
        {
            "id": 161,
            "name": "Cygnus CRS Orb-2 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042600.png",
            "agency": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            }
        },
        {
            "id": 160,
            "name": "ORB-1 Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/orb-12520patch_mission_patch_20211031042600.png",
            "agency": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            }
        },
        {
            "id": 154,
            "name": "Cygnus CRS OA-9 (S.S. J.R. Thompson) Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042556.png",
            "agency": {
                "id": 179,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/179/?format=api",
                "name": "Orbital ATK",
                "type": "Commercial"
            }
        },
        {
            "id": 153,
            "name": "Cygnus CRS OA-8 (S.S. Gene Cernan) Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042555.png",
            "agency": {
                "id": 179,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/179/?format=api",
                "name": "Orbital ATK",
                "type": "Commercial"
            }
        },
        {
            "id": 152,
            "name": "Cygnus CRS OA-6 (S.S. Rick Husband) Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042554.png",
            "agency": {
                "id": 179,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/179/?format=api",
                "name": "Orbital ATK",
                "type": "Commercial"
            }
        },
        {
            "id": 151,
            "name": "Cygnus CRS Orb-4 (S.S. Deke Slayton II) Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042554.png",
            "agency": {
                "id": 179,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/179/?format=api",
                "name": "Orbital ATK",
                "type": "Commercial"
            }
        },
        {
            "id": 831,
            "name": "NG CRS-19",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ng2520crs-19_mission_patch_20230716051732.png",
            "agency": {
                "id": 257,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "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": 744,
            "name": "Cygnus NG-18 Mission Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520ng-1_mission_patch_20221105164345.png",
            "agency": {
                "id": 257,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "type": "Commercial"
            }
        }
    ]
}