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=-agency__name
{ "count": 1120, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=30&ordering=-agency__name", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=10&ordering=-agency__name", "results": [ { "id": 633, "name": "Straight Up Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/straight2520up_mission_patch_20220530195431.png", "agency": { "id": 199, "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api", "name": "Virgin Orbit", "type": "Commercial" } }, { "id": 591, "name": "Above The Clouds Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/above2520the2_mission_patch_20211109141957.png", "agency": { "id": 199, "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api", "name": "Virgin Orbit", "type": "Commercial" } }, { "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": 1187, "name": "Galactic 07", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252007_mission_patch_20250929072640.png", "agency": { "id": 1024, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api", "name": "Virgin Galactic", "type": "Private" } }, { "id": 967, "name": "Unity 25", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/unity252025_mission_patch_20231227140311.png", "agency": { "id": 1024, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api", "name": "Virgin Galactic", "type": "Private" } }, { "id": 965, "name": "Galactic 02", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252002_mission_patch_20231227134003.png", "agency": { "id": 1024, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api", "name": "Virgin Galactic", "type": "Private" } }, { "id": 978, "name": "Galactic 06", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252006_mission_patch_20240122170305.png", "agency": { "id": 1024, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api", "name": "Virgin Galactic", "type": "Private" } }, { "id": 870, "name": "Galactic 03 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252003_mission_patch_20230828131426.png", "agency": { "id": 1024, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api", "name": "Virgin Galactic", "type": "Private" } }, { "id": 895, "name": "Galactic 04", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252004_mission_patch_20230928091444.png", "agency": { "id": 1024, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api", "name": "Virgin Galactic", "type": "Private" } }, { "id": 902, "name": "Galactic 05", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252005_mission_patch_20231019180941.png", "agency": { "id": 1024, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api", "name": "Virgin Galactic", "type": "Private" } } ] }