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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1380&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1360&ordering=created_on",
    "results": [
        {
            "id": 8860,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://x.com/SpaceX/status/1845146075574972633",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-12T16:55:00Z"
        },
        {
            "id": 8861,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "GO for launch",
            "info_url": "https://x.com/blueorigin/status/1845186534267572563?t=XH0oB3CO9sIHqSY97LJfDA&s=19",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-12T19:45:00Z"
        },
        {
            "id": 8863,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to landing site weather conditions.",
            "info_url": "https://x.com/spacex/status/1845348539658010685",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T06:23:00Z"
        },
        {
            "id": 8862,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to landing site conditions.",
            "info_url": "https://x.com/spacex/status/1845348539658010685",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T06:23:00Z"
        },
        {
            "id": 8864,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/SpaceX/status/1845424870655398102",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T11:22:00Z"
        },
        {
            "id": 8865,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=07kCgVCMCfA",
            "created_by": "LL2",
            "created_on": "2024-10-13T11:38:00Z"
        },
        {
            "id": 8866,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/blueorigin/status/1845437409032327562",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T12:13:00Z"
        },
        {
            "id": 8867,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1RDGlyognOgJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T12:25:00Z"
        },
        {
            "id": 8868,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "On hold, awaiting new T-0.",
            "info_url": "https://x.com/blueorigin/status/1845454269584945332",
            "created_by": "juststephen",
            "created_on": "2024-10-13T13:20:00Z"
        },
        {
            "id": 8869,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Mission success.",
            "info_url": "https://x.com/i/broadcasts/1RDGlyognOgJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T13:38:00Z"
        }
    ]
}