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=370&ordering=-priority
{ "count": 1153, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=380&ordering=-priority", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=360&ordering=-priority", "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": 382, "name": "STS-53 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sts-532520patc_mission_patch_20211031043507.png", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } }, { "id": 383, "name": "STS-54 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sts-542520patc_mission_patch_20211031043518.png", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } }, { "id": 384, "name": "STS-55 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sts-552520patc_mission_patch_20211031043532.png", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } }, { "id": 267, "name": "Soyuz TMA-09M Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520tma-0_mission_patch_20211031042815.png", "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" } }, { "id": 386, "name": "STS-57 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sts-572520patc_mission_patch_20211031043604.png", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } }, { "id": 387, "name": "STS-58 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sts-582520patc_mission_patch_20211031043617.png", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } }, { "id": 388, "name": "STS-59 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sts-592520patc_mission_patch_20211031043619.png", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } }, { "id": 266, "name": "Soyuz TMA-08M Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520tma-0_mission_patch_20211031042814.png", "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" } }, { "id": 135, "name": "Make It Rain Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/make2520it252_mission_patch_20211031042515.png", "agency": { "id": 147, "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api", "name": "Rocket Lab", "type": "Commercial" } } ] }