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

{
    "count": 4194,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1020&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1000&ordering=created_on",
    "results": [
        {
            "id": 8277,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Countdown resumed with a new T-0 of 13:18 UTC",
            "info_url": "https://x.com/RocketLab/status/1822618464324071607",
            "created_by": "Nosu",
            "created_on": "2024-08-11T13:01:24Z"
        },
        {
            "id": 8278,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=wFH0ZS2GHd8",
            "created_by": "Nosu",
            "created_on": "2024-08-11T13:18:57Z"
        },
        {
            "id": 8279,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting the end of the window",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-7",
            "created_by": "Nosu",
            "created_on": "2024-08-11T14:15:29Z"
        },
        {
            "id": 8280,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Payload deployed",
            "info_url": "https://www.youtube.com/watch?v=wFH0ZS2GHd8",
            "created_by": "Nosu",
            "created_on": "2024-08-11T14:16:01Z"
        },
        {
            "id": 8281,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 16.",
            "info_url": "https://www.facebook.com/groups/celestisharmonyflight/posts/3375333909441415/?__cft__[0]=AZXPW874AHXjgD7LyJYCKNqGQj2YYPkTU1I_zONMGZX5_y7uQaO6TpJ01rCxJh7RB_wmwiFfaChgfEKuLaHJznIh4CjsaIQOC5W9ljsrIKw4G2h",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-11T14:35:46Z"
        },
        {
            "id": 8282,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=F-14cV4FR24",
            "created_by": "LL2",
            "created_on": "2024-08-11T14:50:44Z"
        },
        {
            "id": 8283,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Abort at T-46 seconds. Next opportunities on August 12.",
            "info_url": "https://x.com/i/broadcasts/1lPKqOQOoddJb",
            "created_by": "Nosu",
            "created_on": "2024-08-11T15:01:08Z"
        },
        {
            "id": 8284,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirm rescheduled for August 12.",
            "info_url": "https://x.com/SpaceX/status/1822653064635171159",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-11T15:33:07Z"
        },
        {
            "id": 8285,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Refined launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-11T16:49:30Z"
        },
        {
            "id": 8286,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=lnuvVhWe0B0",
            "created_by": "LL2",
            "created_on": "2024-08-12T01:43:06Z"
        }
    ]
}