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=1020&ordering=-priority
{ "count": 1153, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=1030&ordering=-priority", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=1010&ordering=-priority", "results": [ { "id": 670, "name": "Expedition 13 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_13_patch_20221024013440.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": 671, "name": "Expedition 14 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_14_patch_20221024013441.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": 160, "name": "ORB-1 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/orb-12520patch_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": 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": 162, "name": "Cygnus CRS Orb-3 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cygnus2520crs_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": 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": 165, "name": "CST-100 Starliner Orbital Flight Test 2 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": 672, "name": "Expedition 15 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_15_patch_20221024013441.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": 673, "name": "Expedition 16 Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_16_patch_20221024013441.png", "agency": { "id": 44, "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } } ] }