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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1780&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1760&ordering=-created_on",
    "results": [
        {
            "id": 10074,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62421.msg2663895#msg2663895",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T04:55:00Z"
        },
        {
            "id": 10073,
            "profile_image": "https://thespacedevs-dev.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-18",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T04:29:00Z"
        },
        {
            "id": 10072,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1889151461617209496",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T03:30:00Z"
        },
        {
            "id": 10071,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/RL-F60-BlackSky-Fasten-Your-Space-Belts.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T02:33:00Z"
        },
        {
            "id": 10070,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60698.msg2663808#msg2663808",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T02:28:00Z"
        },
        {
            "id": 10069,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T02:24:00Z"
        },
        {
            "id": 10068,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1MYxNwZAoNLKw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T02:10:00Z"
        },
        {
            "id": 10067,
            "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=aFq0rNVvIS8",
            "created_by": "LL2",
            "created_on": "2025-02-11T01:59:00Z"
        },
        {
            "id": 10066,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-10T19:08:00Z"
        },
        {
            "id": 10065,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2012-18%20L-1%20Forecast%20-%2011%20Feb%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-10T16:59:00Z"
        }
    ]
}