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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1260&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1240&ordering=created_on",
    "results": [
        {
            "id": 8691,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET September 28 due to weather.",
            "info_url": "https://x.com/Commercial_Crew/status/1838670262624993583",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T23:03:00Z"
        },
        {
            "id": 8692,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed pending new launch date.",
            "info_url": "https://x.com/Commercial_Crew/status/1838670262624993583",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T23:04:00Z"
        },
        {
            "id": 8693,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61410.msg2627337#msg2627337",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T23:47:00Z"
        },
        {
            "id": 8694,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff confirmed.",
            "info_url": "https://x.com/cas_space/status/1838726737514975260",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T23:58:00Z"
        },
        {
            "id": 8695,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5082401568982908",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-25T00:12:00Z"
        },
        {
            "id": 8696,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-25T00:30:00Z"
        },
        {
            "id": 8697,
            "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=WRklRPky5tQ",
            "created_by": "LL2",
            "created_on": "2024-09-25T03:51:00Z"
        },
        {
            "id": 8698,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1MnxnDzMONEGO",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-25T04:01:00Z"
        },
        {
            "id": 8699,
            "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/1838807019123618054",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-25T05:07:00Z"
        },
        {
            "id": 8700,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2671416",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-25T09:10:00Z"
        }
    ]
}