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=-id
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=-id",
  "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=200&ordering=-id",
  "results": [
    {
      "id": 1037,
      "name": "ASBM",
      "priority": 9,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/asbm_mission_patch_20240812045350.png",
      "agency": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      }
    },
    {
      "id": 1036,
      "name": "CZ-6A Y21",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-6a2520y21_mission_patch_20240806101637.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": 1035,
      "name": "ASBM",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/asbm_mission_patch_20240804161908.png",
      "agency": {
        "id": 257,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
        "name": "Northrop Grumman Space Systems",
        "type": "Commercial"
      }
    },
    {
      "id": 1034,
      "name": "NG-21",
      "priority": 11,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ng-21_mission_patch_20240804152806.png",
      "agency": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      }
    },
    {
      "id": 1033,
      "name": "Cygnus NG-21 Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520ng-2_mission_patch_20240802174149.png",
      "agency": {
        "id": 257,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
        "name": "Northrop Grumman Space Systems",
        "type": "Commercial"
      }
    },
    {
      "id": 1032,
      "name": "CZ-3B WHG-02",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-3b2520whg-0_mission_patch_20240802130345.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": 1031,
      "name": "Owl for One, One for Owl Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/owl2520for252_mission_patch_20240723190532.png",
      "agency": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      }
    },
    {
      "id": 1030,
      "name": "CZ-4B Y58",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-4b2520y58_mission_patch_20240719075921.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": 1029,
      "name": "A Sky Full of SARs Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/a2520sky2520f_mission_patch_20240711065620.png",
      "agency": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      }
    },
    {
      "id": 1028,
      "name": "Ariane 6 Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ariane2520625_mission_patch_20240708202135.png",
      "agency": {
        "id": 27,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "type": "Multinational"
      }
    }
  ]
}