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=20&ordering=-name
{ "count": 1178, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=30&ordering=-name", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=10&ordering=-name", "results": [ { "id": 3, "name": "Virgin Orbit Tubular Bells, Part One", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/virgin2520orbi_mission_patch_20210606145221.png", "agency": { "id": 199, "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api", "name": "Virgin Orbit", "type": "Commercial" } }, { "id": 747, "name": "Virginia is for Launch Lovers Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/virginia2520is_mission_patch_20221109213422.png", "agency": { "id": 147, "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api", "name": "Rocket Lab", "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": 1318, "name": "Viasat-3F3", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/viasat-3f3_mission_patch_20260424135759.png", "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } }, { "id": 840, "name": "ViaSat-3 Americas Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/viasat-32520am_mission_patch_20230719080547.png", "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" } }, { "id": 1074, "name": "Vega VV25", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/vega2520vv25_mission_patch_20241204134904.png", "agency": { "id": 115, "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api", "name": "Arianespace", "type": "Commercial" } }, { "id": 897, "name": "Vega V23", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/vega2520v23_mission_patch_20230929154047.png", "agency": { "id": 115, "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api", "name": "Arianespace", "type": "Commercial" } }, { "id": 117, "name": "VCLS ELaNa XIX Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/vcls2520elana_mission_patch_20211031042449.png", "agency": { "id": 147, "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api", "name": "Rocket Lab", "type": "Commercial" } }, { "id": 1327, "name": "VA269 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/va2692520patch_mission_patch_20260605142755.png", "agency": { "id": 115, "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api", "name": "Arianespace", "type": "Commercial" } }, { "id": 1316, "name": "VA268 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/va2682520patch_mission_patch_20260415122412.png", "agency": { "id": 115, "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api", "name": "Arianespace", "type": "Commercial" } } ] }