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

{
  "count": 1179,
  "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=80&ordering=agency__name",
  "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=60&ordering=agency__name",
  "results": [
    {
      "id": 891,
      "name": "Acadia-2 | We will never desert you",
      "priority": 9,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/acadia-225202_mission_patch_20230915062621.png",
      "agency": {
        "id": 1059,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api",
        "name": "Capella Space",
        "type": "Private"
      }
    },
    {
      "id": 883,
      "name": "CZ-7A | Shijian-23",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-7a2520257c_mission_patch_20230907131210.png",
      "agency": {
        "id": 189,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/189/?format=api",
        "name": "China Aerospace Corporation",
        "type": "Government"
      }
    },
    {
      "id": 830,
      "name": "CZ-2C | YZ-1S",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2c2520257c_mission_patch_20230709125218.png",
      "agency": {
        "id": 184,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
        "name": "China Aerospace Science and Industry Corporation",
        "type": "Government"
      }
    },
    {
      "id": 85,
      "name": "Gaofen-05-2 Mission Patch",
      "priority": 9,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/gaofen-05-2252_mission_patch_20210914224703.png",
      "agency": {
        "id": 184,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
        "name": "China Aerospace Science and Industry Corporation",
        "type": "Government"
      }
    },
    {
      "id": 90,
      "name": "Tianzhou 3 SAST",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/tianzhou25203_mission_patch_20210927162500.png",
      "agency": {
        "id": 184,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
        "name": "China Aerospace Science and Industry Corporation",
        "type": "Government"
      }
    },
    {
      "id": 865,
      "name": "CZ-4C | Y56",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-4c2520257c_mission_patch_20230820184257.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": 862,
      "name": "CZ-3B | Y92",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-3b2520257c_mission_patch_20230813035519.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": 873,
      "name": "CZ-2D | Y82",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2d2520257c_mission_patch_20230831095939.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": 874,
      "name": "CZ-6A | Y2",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-6a2520257c_mission_patch_20230905125744.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": 819,
      "name": "Shyian 25",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shyian252025_mission_patch_20230620144328.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"
      }
    }
  ]
}