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=10&ordering=-agency__name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1045,
    "next": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=20&ordering=-agency__name",
    "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&ordering=-agency__name",
    "results": [
        {
            "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": 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"
            }
        },
        {
            "id": 743,
            "name": "US Space Force Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/us2520space25_mission_patch_20221102113104.png",
            "agency": {
                "id": 1041,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
                "name": "United States Space Force",
                "type": "Government"
            }
        },
        {
            "id": 52,
            "name": "STP-2 DoD Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/stp-22520dod2_mission_patch_20210609140253.png",
            "agency": {
                "id": 1025,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1025/?format=api",
                "name": "United States Departement of Defense",
                "type": "Government"
            }
        },
        {
            "id": 35,
            "name": "GPS III USAF Mission Patch",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/gps2520iii252_mission_patch_20210608180509.png",
            "agency": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            }
        },
        {
            "id": 991,
            "name": "Vulcan Cert-1",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/vulcan2520cert_mission_patch_20240308074020.png",
            "agency": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            }
        },
        {
            "id": 649,
            "name": "SBIRS GEO-6 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sbirs2520geo-6_mission_patch_20220804121405.png",
            "agency": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            }
        },
        {
            "id": 606,
            "name": "USSF-8 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ussf-82520patc_mission_patch_20220121050644.png",
            "agency": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            }
        },
        {
            "id": 11,
            "name": "ULA SBIRS GEO-5 Mission Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ula2520sbirs2_mission_patch_20210606214227.png",
            "agency": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            }
        },
        {
            "id": 597,
            "name": "Turksat 5B",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/turksat25205b_mission_patch_20211218143238.png",
            "agency": {
                "id": 247,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/247/?format=api",
                "name": "Türksat",
                "type": "Commercial"
            }
        }
    ]
}