Mission Patch List
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=1100&ordering=-agency__name
{ "count": 1180, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=1110&ordering=-agency__name", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=1090&ordering=-agency__name", "results": [ { "id": 89, "name": "Tianzhou 3 Mission Patch", "priority": 8, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/tianzhou25203_mission_patch_20210927162542.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": 974, "name": "Tianzhou 7 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/tianzhou25207_mission_patch_20240112110507.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": 973, "name": "CZ-2C | Einstein", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2c2520257c_mission_patch_20240109134053.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": 981, "name": "SD-3 Y3", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sd-32520y3_mission_patch_20240203135659.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": 982, "name": "CZ-2C Geely Feb 2024", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2c2520geely_mission_patch_20240203135938.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": 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": 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": 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": 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": 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" } } ] }