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

{
  "count": 1168,
  "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=210&ordering=-id",
  "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=190&ordering=-id",
  "results": [
    {
      "id": 1049,
      "name": "Galilieo L13",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galilieo2520l1_mission_patch_20241020102837.png",
      "agency": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      }
    },
    {
      "id": 1048,
      "name": "OneWeb Launch 20",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/oneweb2520laun_mission_patch_20241020094635.png",
      "agency": {
        "id": 1081,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1081/?format=api",
        "name": "Eutelsat OneWeb",
        "type": "Commercial"
      }
    },
    {
      "id": 1047,
      "name": "Europa Clipper",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/europa2520clip_mission_patch_20241020093038.png",
      "agency": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      }
    },
    {
      "id": 1046,
      "name": "Crew-9 Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/crew-92520patc_mission_patch_20240926073249.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": 1045,
      "name": "CZ-2D TSLC 2024-09",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2d2520tslc_mission_patch_20240920080034.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": 1044,
      "name": "Expedition 72 Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20240920074727.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": 1043,
      "name": "Soyuz MS-26 Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520ms-26_mission_patch_20240911164420.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": 1042,
      "name": "NROL-113 Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/nrol-1132520pa_mission_patch_20240905150626.png",
      "agency": {
        "id": 181,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api",
        "name": "National Reconnaissance Office",
        "type": "Government"
      }
    },
    {
      "id": 1041,
      "name": "Kinéis Killed the RadIoT Star",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/kin25c325a9is_mission_patch_20240830070013.png",
      "agency": {
        "id": 1082,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1082/?format=api",
        "name": "Kinéis",
        "type": "Commercial"
      }
    },
    {
      "id": 1040,
      "name": "Ceres-1S Y3",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ceres-1s2520y3_mission_patch_20240829122251.png",
      "agency": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      }
    }
  ]
}