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=50&ordering=agency__name
{ "count": 1149, "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=60&ordering=agency__name", "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=40&ordering=agency__name", "results": [ { "id": 495, "name": "NS-9 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-92520patch_mission_patch_20211031044112.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 496, "name": "NS-10 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-102520patch_mission_patch_20211031044112.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 78, "name": "NS-17 BO Mission Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-172520bo25_mission_patch_20210827135334.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 1070, "name": "NS-28 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-282520patch_mission_patch_20241118182707.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 499, "name": "NS-14 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-142520patch_mission_patch_20211031044118.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 960, "name": "NS-24", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-24_mission_patch_20231219170230.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 1181, "name": "NS-35 Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-352520patch_mission_patch_20250819164245.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 69, "name": "NS-16 BO Mission Patch", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-162520bo25_mission_patch_20210722014335.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 1208, "name": "EscaPADE", "priority": 10, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/escapade_mission_patch_20251109085627.png", "agency": { "id": 141, "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api", "name": "Blue Origin", "type": "Commercial" } }, { "id": 118, "name": "CST-100 Starliner Crewed Flight Test Patch", "priority": 9, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cst-1002520sta_mission_patch_20240501133523.png", "agency": { "id": 80, "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api", "name": "Boeing", "type": "Commercial" } } ] }