API endpoint that allows Updates to be viewed.

GET: Return a list of all the existing Updates.

FILTERS: Parameters - 'created_on', 'launch__id', 'program__id', 'launch__launch_service_provider__id', Example - /api/2.2.0/updates/?status=Active

ORDERING: Fields - 'created_on', Example - /api/2.2.0/updates/?ordering=-created_on

GET /2.2.0/updates/?format=api&offset=3960&ordering=-created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3970&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3950&ordering=-created_on",
    "results": [
        {
            "id": 1858,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2023 (at 3:30 mark)",
            "info_url": "https://www.bbc.co.uk/sounds/play/w3ct32lg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-06-13T09:58:33Z"
        },
        {
            "id": 1842,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET early 2023",
            "info_url": "https://www.ssc.spaceforce.mil/News/Article-Display/Article/2827813/ussfs-eps-r-program-on-schedule-for-historic-polar-mission",
            "created_by": "Nosu",
            "created_on": "2022-06-09T07:45:25Z"
        },
        {
            "id": 1763,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "TBD towards the end of 2022",
            "info_url": "https://spacenews.com/arianespace-narrows-vega-c-and-ariane-6-maiden-flight-windows/",
            "created_by": "Nosu",
            "created_on": "2022-06-01T15:38:02Z"
        },
        {
            "id": 1761,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch per NOTAM A0255/22. Launch vehicle and payload unconfirmed.",
            "info_url": null,
            "created_by": "Nosu",
            "created_on": "2022-06-01T12:18:00Z"
        },
        {
            "id": 1754,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:19:13Z"
        },
        {
            "id": 1751,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:53Z"
        },
        {
            "id": 1750,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:45Z"
        },
        {
            "id": 1749,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:32Z"
        },
        {
            "id": 1748,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:23Z"
        },
        {
            "id": 1747,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:16Z"
        }
    ]
}