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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=620&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=600&ordering=-created_on",
    "results": [
        {
            "id": 10859,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Firefly Aerospace has started",
            "info_url": "https://www.youtube.com/watch?v=pkusoizm-Zk",
            "created_by": "LL2",
            "created_on": "2025-04-29T12:53:00Z"
        },
        {
            "id": 10858,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft confirmed operational.",
            "info_url": "https://x.com/esaoperations/status/1917165654890713262",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T10:45:00Z"
        },
        {
            "id": 10857,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Biomass deployed.",
            "info_url": "https://www.youtube.com/watch?v=EEhmFO_Y_WE",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-29T10:25:00Z"
        },
        {
            "id": 10856,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=EEhmFO_Y_WE",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-29T09:16:00Z"
        },
        {
            "id": 10855,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.youtube.com/watch?v=EEhmFO_Y_WE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T09:04:00Z"
        },
        {
            "id": 10854,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by arianespace has started",
            "info_url": "https://www.youtube.com/watch?v=EEhmFO_Y_WE",
            "created_by": "LL2",
            "created_on": "2025-04-29T08:53:00Z"
        },
        {
            "id": 10853,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1917062083092615179",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T03:44:00Z"
        },
        {
            "id": 10852,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Spring 2025.",
            "info_url": "https://tracers.physics.uiowa.edu/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T02:55:00Z"
        },
        {
            "id": 10851,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1zqJVjNAjwmJB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T02:34:00Z"
        },
        {
            "id": 10850,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for April 30 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2682296#msg2682296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T01:16:00Z"
        }
    ]
}