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=30&ordering=-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=40&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=20&ordering=-name",
    "results": [
        {
            "id": 1006,
            "name": "USSF-62",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ussf-62_mission_patch_20240411093100.png",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            }
        },
        {
            "id": 953,
            "name": "USSF-52",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ussf-52_mission_patch_20231210170210.png",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            }
        },
        {
            "id": 848,
            "name": "USSF-44",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ussf-44_mission_patch_20230723152741.png",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            }
        },
        {
            "id": 967,
            "name": "Unity 25",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/unity252025_mission_patch_20231227140311.png",
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            }
        },
        {
            "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"
            }
        },
        {
            "id": 501,
            "name": "Türksat 5A Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/t25c325bcrksa_mission_patch_20211031044126.png",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            }
        },
        {
            "id": 554,
            "name": "TurkmenÄlem52E/MonacoSAT Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/turkmen25c325_mission_patch_20211031044153.png",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            }
        },
        {
            "id": 635,
            "name": "Tropics Mission Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/tropics2520mis_mission_patch_20220608183947.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": 910,
            "name": "Transporter Y3",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/transporter252_mission_patch_20231112144221.png",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            }
        }
    ]
}