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

{
    "count": 4112,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=300&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=280&ordering=created_on",
    "results": [
        {
            "id": 4583,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/chethan_dash/status/1679676412608004096",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-07-14T04:55:41Z"
        },
        {
            "id": 4585,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET late 2023 or 2024",
            "info_url": "https://www.businesswire.com/news/home/20230713222764/en/Rocket-Lab-Signs-Multi-Launch-Deal-to-Further-Deploy-Synspective-Constellation",
            "created_by": "Nosu",
            "created_on": "2023-07-14T07:23:20Z"
        },
        {
            "id": 4586,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET late 2023 or 2024",
            "info_url": "https://www.businesswire.com/news/home/20230713222764/en/Rocket-Lab-Signs-Multi-Launch-Deal-to-Further-Deploy-Synspective-Constellation",
            "created_by": "Nosu",
            "created_on": "2023-07-14T07:24:15Z"
        },
        {
            "id": 4591,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event added",
            "info_url": "https://twitter.com/SpaceX/status/1679946059051864064",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-15T04:29:58Z"
        },
        {
            "id": 4592,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=Oiq7hhz2DfQ",
            "created_by": "LL2",
            "created_on": "2023-07-15T04:30:10Z"
        },
        {
            "id": 4608,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET May 2024",
            "info_url": "https://twitter.com/CNN/status/1679901178283405325",
            "created_by": "Nosu",
            "created_on": "2023-07-18T06:24:40Z"
        },
        {
            "id": 4610,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=9p8158kPEjk",
            "created_by": "LL2",
            "created_on": "2023-07-18T13:59:04Z"
        },
        {
            "id": 4620,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Spacewalk planned for August 9th.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-19T09:26:14Z"
        },
        {
            "id": 4621,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event time added",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-19T09:29:45Z"
        },
        {
            "id": 4634,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=ipxhcn-MiW0",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-20T18:07:17Z"
        }
    ]
}