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=1320&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=1330&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1310&ordering=created_on",
    "results": [
        {
            "id": 8776,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to Hurricane Milton (new tentative launch date per https://www.launchphotography.com/Launch_Viewing_Guide.html)",
            "info_url": "https://blogs.nasa.gov/europaclipper/2024/10/06/nasa-spacex-secure-europa-clipper-ahead-of-hurricane/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-06T23:09:00Z"
        },
        {
            "id": 8777,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 13 per NOTAMs F3695/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61590.msg2630368#msg2630368",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T01:43:00Z"
        },
        {
            "id": 8778,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/esaoperations/status/1843201347698729339",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T08:33:00Z"
        },
        {
            "id": 8779,
            "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/1843264841940975991",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T12:20:00Z"
        },
        {
            "id": 8780,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=O13Sp00Ltlw",
            "created_by": "LL2",
            "created_on": "2024-10-07T14:11:00Z"
        },
        {
            "id": 8781,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 60% GO.",
            "info_url": "https://x.com/SpaceX/status/1843294779804918170",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T14:19:00Z"
        },
        {
            "id": 8782,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=O13Sp00Ltlw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T14:52:00Z"
        },
        {
            "id": 8783,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/blueorigin/status/1843310844324741166",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T15:28:00Z"
        },
        {
            "id": 8784,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=ddSzonJ2W38",
            "created_by": "LL2",
            "created_on": "2024-10-07T15:45:00Z"
        },
        {
            "id": 8785,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Holding at T-09:58",
            "info_url": "https://youtu.be/ddSzonJ2W38",
            "created_by": "juststephen",
            "created_on": "2024-10-07T15:59:00Z"
        }
    ]
}