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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=690&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=670&ordering=-created_on",
    "results": [
        {
            "id": 10839,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=vj_kSEatHlQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T20:14:00Z"
        },
        {
            "id": 10838,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T19:32:00Z"
        },
        {
            "id": 10837,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62799.msg2682195#msg2682195",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T19:16:00Z"
        },
        {
            "id": 10836,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET May 2.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62751.msg2682166#msg2682166",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T18:28:00Z"
        },
        {
            "id": 10835,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T15:40:00Z"
        },
        {
            "id": 10834,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.youtube.com/watch?v=P4wYA10FzI8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T14:16:00Z"
        },
        {
            "id": 10833,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Recycled for end of launch window.",
            "info_url": "https://x.com/Firefly_Space/status/1916857008088600930",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T14:08:00Z"
        },
        {
            "id": 10832,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hold at T-4:44.",
            "info_url": "https://www.youtube.com/watch?v=P4wYA10FzI8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T14:06:00Z"
        },
        {
            "id": 10831,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62796.msg2682122#msg2682122",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T13:56:00Z"
        },
        {
            "id": 10830,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Countdown resumed.",
            "info_url": "https://x.com/Firefly_Space/status/1916851137724002780",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T13:45:00Z"
        }
    ]
}