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=70&ordering=priority
{ "count": 1120, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=80&ordering=priority", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=60&ordering=priority", "results": [ { "id": 142, "name": "Cygnus CRS NG-10 (S.S. John Young) Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042539.png", "agency": { "id": 257, "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api", "name": "Northrop Grumman Space Systems", "type": "Commercial" } }, { "id": 161, "name": "Cygnus CRS Orb-2 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_mission_patch_20211031042600.png", "agency": { "id": 100, "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api", "name": "Orbital Sciences Corporation", "type": "Commercial" } }, { "id": 163, "name": "Cygnus Orb-D1 (S.S. G. David Low) Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520orb-_mission_patch_20211031042601.png", "agency": { "id": 100, "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api", "name": "Orbital Sciences Corporation", "type": "Commercial" } }, { "id": 164, "name": "CST-100 Starliner Orbital Flight Test Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cst-1002520sta_mission_patch_20211031042602.png", "agency": { "id": 80, "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api", "name": "Boeing", "type": "Commercial" } }, { "id": 43, "name": "CRS-19 NASA Mission Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/crs-192520nasa_mission_patch_20210608182931.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": 440, "name": "NROL-101 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/nrol-1012520pa_mission_patch_20211031044037.png", "agency": { "id": 181, "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api", "name": "National Reconnaissance Office", "type": "Government" } }, { "id": 83, "name": "OneWeb 10 Mission Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/oneweb2520102_mission_patch_20210914223912.png", "agency": { "id": 115, "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api", "name": "Arianespace", "type": "Commercial" } }, { "id": 84, "name": "OneWeb 10 Mission Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/oneweb2520102_mission_patch_20210914223915.png", "agency": { "id": 115, "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api", "name": "Arianespace", "type": "Commercial" } }, { "id": 85, "name": "Gaofen-05-2 Mission Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/gaofen-05-2252_mission_patch_20210914224703.png", "agency": { "id": 184, "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api", "name": "China Aerospace Science and Industry Corporation", "type": "Government" } }, { "id": 149, "name": "Cygnus CRS-2 NG-15 (S.S. Katherine Johnson) Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs-_mission_patch_20211031042548.png", "agency": { "id": 257, "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api", "name": "Northrop Grumman Space Systems", "type": "Commercial" } } ] }