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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1690&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1670&ordering=created_on",
    "results": [
        {
            "id": 9207,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.youtube.com/watch?v=05i6GeUVAOQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-15T14:56:00Z"
        },
        {
            "id": 9208,
            "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=05i6GeUVAOQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-15T15:14:00Z"
        },
        {
            "id": 9209,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=05i6GeUVAOQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-15T15:25:00Z"
        },
        {
            "id": 9210,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=05i6GeUVAOQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-15T15:29:00Z"
        },
        {
            "id": 9212,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://x.com/SpaceTfrs/status/1857412005843308572",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-15T17:30:00Z"
        },
        {
            "id": 9213,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-signs-multi-launch-contract-for-neutron-with-confidential-commercial-satellite-constellation-operator/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-15T18:00:00Z"
        },
        {
            "id": 9215,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch on November 19.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=starship-flight-6",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-16T03:17:00Z"
        },
        {
            "id": 9216,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 95% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Optus-X%20L-1%20Forecast%20-%2017%20November%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-16T15:40:00Z"
        },
        {
            "id": 9217,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 22 UTC per NOTAMs R0287/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61871.msg2641844#msg2641844",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-16T17:35:00Z"
        },
        {
            "id": 9218,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 2025.",
            "info_url": "https://licensing.fcc.gov/cgi-bin/ws.exe/prod/ib/forms/reports/swr031b.hts?q_set=V_SITE_ANTENNA_FREQ.file_numberC/File+Number/%3D/SATLOA2024111400258&prepare=&column=V_SITE_ANTENNA_FREQ.file_numberC/F",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-16T17:41:00Z"
        }
    ]
}