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

{
    "count": 4132,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=990&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=970&ordering=created_on",
    "results": [
        {
            "id": 8219,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=JhFi-h65kz0",
            "created_by": "LL2",
            "created_on": "2024-08-04T14:45:39Z"
        },
        {
            "id": 8220,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/cbs_spacenews/status/1820099316377079849",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T14:56:47Z"
        },
        {
            "id": 8221,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1ZkKzRwmjByKv",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-04T15:03:05Z"
        },
        {
            "id": 8222,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Cygnus deployed",
            "info_url": "https://x.com/i/broadcasts/1ZkKzRwmjByKv",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-04T15:18:16Z"
        },
        {
            "id": 8223,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added tentative launch date and time.",
            "info_url": "https://www.countyofsb.org/4225/VSFB-SpaceX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T16:07:32Z"
        },
        {
            "id": 8224,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T17:18:22Z"
        },
        {
            "id": 8225,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "T-0 accurate to the second",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Nosu",
            "created_on": "2024-08-04T17:30:32Z"
        },
        {
            "id": 8226,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://twitter.com/cbs_spacenews/status/1820167074116714739",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-04T19:06:34Z"
        },
        {
            "id": 8227,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Reportedly targeting October",
            "info_url": "https://x.com/StephenClark1/status/1820181812976427505",
            "created_by": "Nosu",
            "created_on": "2024-08-04T20:17:05Z"
        },
        {
            "id": 8228,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Reportedly targeting December",
            "info_url": "https://x.com/StephenClark1/status/1820181812976427505",
            "created_by": "Nosu",
            "created_on": "2024-08-04T20:20:04Z"
        }
    ]
}