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

{
    "count": 4248,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1830&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1810&ordering=created_on",
    "results": [
        {
            "id": 9447,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added tentative launch date and time per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61922.msg2647182#msg2647182",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-08T04:49:00Z"
        },
        {
            "id": 9448,
            "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=A6U-S04dnL0",
            "created_by": "LL2",
            "created_on": "2024-12-08T05:02:00Z"
        },
        {
            "id": 9450,
            "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=A6U-S04dnL0",
            "created_by": "LL2",
            "created_on": "2024-12-08T05:13:00Z"
        },
        {
            "id": 9449,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1RDGlyvypNMJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-08T05:13:00Z"
        },
        {
            "id": 9451,
            "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/1865643090960339263",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-08T06:36:00Z"
        },
        {
            "id": 9452,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 1H 2025.",
            "info_url": "https://luxtoday.lu/en/world-en/spacex-will-launch-a-satellite-for-luxembourg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-09T07:16:00Z"
        },
        {
            "id": 9453,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 due to satellite testing delays.",
            "info_url": "https://www3.nhk.or.jp/news/html/20241209/k10014662821000.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-09T10:56:00Z"
        },
        {
            "id": 9454,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2025.",
            "info_url": "https://x.com/RussianSpaceWeb/status/1866109045418967258",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-09T13:47:00Z"
        },
        {
            "id": 9455,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event (Fuel loading underway).",
            "info_url": "https://www.youtube.com/watch?v=jLeSmChxDHA",
            "created_by": "hitura-nobad",
            "created_on": "2024-12-09T15:54:00Z"
        },
        {
            "id": 9456,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=jLeSmChxDHA",
            "created_by": "LL2",
            "created_on": "2024-12-09T15:54:00Z"
        }
    ]
}