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

{
  "count": 1173,
  "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=950&ordering=-agency__name",
  "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=930&ordering=-agency__name",
  "results": [
    {
      "id": 79,
      "name": "FLTA001 DREAM Firefly Mission Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/flta0012520dre_mission_patch_20210827233708.png",
      "agency": {
        "id": 265,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "type": "Commercial"
      }
    },
    {
      "id": 963,
      "name": "Victus Nox",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/victus2520nox_mission_patch_20231227125139.png",
      "agency": {
        "id": 265,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "type": "Commercial"
      }
    },
    {
      "id": 1024,
      "name": "Noise of Summer",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/noise2520of25_mission_patch_20240612193711.png",
      "agency": {
        "id": 265,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "type": "Commercial"
      }
    },
    {
      "id": 914,
      "name": "FLTA004 Fly the Lightning",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/flta0042520fly_mission_patch_20231127185004.png",
      "agency": {
        "id": 265,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "type": "Commercial"
      }
    },
    {
      "id": 652,
      "name": "FLTA002 Patch",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/flta0022520pat_mission_patch_20220908151706.png",
      "agency": {
        "id": 265,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
        "name": "Firefly Aerospace",
        "type": "Commercial"
      }
    },
    {
      "id": 852,
      "name": "Longjiang-3",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/longjiang-3_mission_patch_20230727043616.png",
      "agency": {
        "id": 194,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
        "name": "ExPace",
        "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": 748,
      "name": "Eutelsat Logo",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/eutelsat_logo_20221119153438.png",
      "agency": {
        "id": 229,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/229/?format=api",
        "name": "Eutelsat",
        "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"
      }
    },
    {
      "id": 594,
      "name": "Galileo SAT 27-28 Logo",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galileo2520sat_mission_patch_20211129161326.jpg",
      "agency": {
        "id": 27,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
        "name": "European Space Agency",
        "type": "Multinational"
      }
    }
  ]
}