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=200&ordering=agency__name
{ "count": 1120, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=210&ordering=agency__name", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=190&ordering=agency__name", "results": [ { "id": 829, "name": "Expedition 70 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20230704062145.png", "agency": { "id": 27, "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api", "name": "European Space Agency", "type": "Multinational" } }, { "id": 765, "name": "Euclid Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/euclid2520patc_mission_patch_20230304135351.png", "agency": { "id": 27, "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api", "name": "European Space Agency", "type": "Multinational" } }, { "id": 1094, "name": "ESA PLATO Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/esa2520plato2_mission_patch_20250130094831.png", "agency": { "id": 27, "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api", "name": "European Space Agency", "type": "Multinational" } }, { "id": 1207, "name": "Sentinel-1 Patch", "priority": 11, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sentinel-12520_mission_patch_20251028123031.png", "agency": { "id": 27, "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api", "name": "European Space Agency", "type": "Multinational" } }, { "id": 603, "name": "FLEX Mission Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/flex2520missio_mission_patch_20220108093914.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" } }, { "id": 602, "name": "Altius Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/altius2520patc_mission_patch_20220108093843.png", "agency": { "id": 27, "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api", "name": "European Space Agency", "type": "Multinational" } }, { "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": 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": 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" } } ] }