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=850&ordering=-agency__name
{ "count": 1092, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=860&ordering=-agency__name", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=840&ordering=-agency__name", "results": [ { "id": 977, "name": "Kinéis Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/kin25c325a9is_mission_patch_20240117103903.png", "agency": { "id": 1082, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1082/?format=api", "name": "Kinéis", "type": "Commercial" } }, { "id": 1041, "name": "Kinéis Killed the RadIoT Star", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/kin25c325a9is_mission_patch_20240830070013.png", "agency": { "id": 1082, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1082/?format=api", "name": "Kinéis", "type": "Commercial" } }, { "id": 1196, "name": "HTV-X1", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/htv-x1_mission_patch_20251025143458.png", "agency": { "id": 37, "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "type": "Government" } }, { "id": 845, "name": "ALOS-3 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/alos-32520patc_mission_patch_20230720095110.png", "agency": { "id": 37, "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "type": "Government" } }, { "id": 1095, "name": "QZS-5 to 7 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/qzs-252052520_mission_patch_20250203070402.png", "agency": { "id": 37, "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "type": "Government" } }, { "id": 655, "name": "RAISE-3 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/raise-32520pat_mission_patch_20221009074916.png", "agency": { "id": 37, "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "type": "Government" } }, { "id": 1107, "name": "Going Full Spectrum Mission Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/going2520full_mission_patch_20250317173241.png", "agency": { "id": 1046, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api", "name": "Isar Aerospace", "type": "Private" } }, { "id": 986, "name": "Nova-C IM-1 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/nova-c2520im-1_mission_patch_20240212083350.png", "agency": { "id": 1067, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1067/?format=api", "name": "Intuitive Machines", "type": "Commercial" } }, { "id": 1194, "name": "Spaceward Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/spaceward2520p_mission_patch_20251021115940.png", "agency": { "id": 1098, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1098/?format=api", "name": "Innospace", "type": "Private" } }, { "id": 600, "name": "Inmarsat-6 F1 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/inmarsat-62520_mission_patch_20211218224428.jpg", "agency": { "id": 205, "url": "https://ll.thespacedevs.com/2.2.0/agencies/205/?format=api", "name": "Inmarsat", "type": "Commercial" } } ] }