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=150&ordering=-id
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=160&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/mission_patch/?format=api&limit=10&offset=140&ordering=-id",
    "results": [
        {
            "id": 973,
            "name": "CZ-2C | Einstein",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2c2520257c_mission_patch_20240109134053.png",
            "agency": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            }
        },
        {
            "id": 972,
            "name": "Four Of A Kind Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/four2520of252_mission_patch_20240108215220.png",
            "agency": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            }
        },
        {
            "id": 971,
            "name": "Peregrine-1",
            "priority": 9,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/peregrine-1_mission_patch_20240105171318.png",
            "agency": {
                "id": 1069,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1069/?format=api",
                "name": "Astrobotic Technology",
                "type": "Private"
            }
        },
        {
            "id": 970,
            "name": "Ovzon-3",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ovzon-3_mission_patch_20240104201716.png",
            "agency": {
                "id": 1068,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1068/?format=api",
                "name": "Ovzon",
                "type": "Commercial"
            }
        },
        {
            "id": 969,
            "name": "Landsat 8 (DCM)",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/landsat252082_mission_patch_20231230162842.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": 968,
            "name": "CZ-2C | Dec 29 2023",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-2c2520257c_mission_patch_20231230081904.png",
            "agency": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            }
        },
        {
            "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": 966,
            "name": "CZ-4B | Y51",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/cz-4b2520257c_mission_patch_20231227135037.png",
            "agency": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            }
        },
        {
            "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": 964,
            "name": "Galactic 01",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/galactic252001_mission_patch_20231227133557.png",
            "agency": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            }
        }
    ]
}