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

{
  "count": 1166,
  "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=220&ordering=priority",
  "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=200&ordering=priority",
  "results": [
    {
      "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": 719,
      "name": "Expedition 58 Patch",
      "priority": 9,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_58_patch_20221024013518.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": 133,
      "name": "It's Business Time Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/it2527s2520bu_mission_patch_20211031042513.png",
      "agency": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      }
    },
    {
      "id": 132,
      "name": "It's a Test Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/it2527s2520a_mission_patch_20211031042512.png",
      "agency": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      }
    },
    {
      "id": 69,
      "name": "NS-16 BO Mission Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-162520bo25_mission_patch_20210722014335.png",
      "agency": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      }
    },
    {
      "id": 131,
      "name": "In Focus Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/in2520focus25_mission_patch_20211031042512.png",
      "agency": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      }
    },
    {
      "id": 130,
      "name": "I Can’t Believe It’s Not Optical Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/i2520can25e2_mission_patch_20211031042511.png",
      "agency": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      }
    },
    {
      "id": 68,
      "name": "Nauka Module Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/nauka2520modul_mission_patch_20210713084702.png",
      "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      }
    },
    {
      "id": 36,
      "name": "GPS III SV03 SpaceX Mission Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/gps2520iii252_mission_patch_20210608180528.png",
      "agency": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      }
    },
    {
      "id": 129,
      "name": "Gemini IX-A (Gemini 9A) Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/gemini2520ix-a_mission_patch_20211031042510.png",
      "agency": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      }
    }
  ]
}