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=230&ordering=agency__name
{ "count": 1180, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=240&ordering=agency__name", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=220&ordering=agency__name", "results": [ { "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": 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": 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": 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": 1302, "name": "FLTA007_patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/flta007_patch_mission_patch_20260204183927.png", "agency": { "id": 265, "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api", "name": "Firefly Aerospace", "type": "Commercial" } }, { "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": 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": 592, "name": "CERES Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ceres2520patch_mission_patch_20211112164946.png", "agency": { "id": 253, "url": "https://ll.thespacedevs.com/2.2.0/agencies/253/?format=api", "name": "French Armed Forces", "type": "Government" } }, { "id": 1125, "name": "Ceres-1S Y5 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ceres-1s2520y5_mission_patch_20250519083512.png", "agency": { "id": 1021, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api", "name": "Galactic Energy", "type": "Commercial" } }, { "id": 1108, "name": "Ceres-1 Y10", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ceres-12520y10_mission_patch_20250318014502.png", "agency": { "id": 1021, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api", "name": "Galactic Energy", "type": "Commercial" } } ] }