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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1520&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1500&ordering=created_on",
    "results": [
        {
            "id": 9016,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to unfavorable launch weather conditions; new launch date TBD.",
            "info_url": "https://www.jaxa.jp/press/2024/10/20241028-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-28T05:06:00Z"
        },
        {
            "id": 9017,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2636904#msg2636904",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-28T06:03:00Z"
        },
        {
            "id": 9018,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Scrubbed launch attempt on Oct 27th, next attempt on Oct 28th",
            "info_url": "https://www.youtube.com/watch?v=m_O_OPnX6es",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-28T09:01:00Z"
        },
        {
            "id": 9019,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Reverting to NET 2025",
            "info_url": "https://public.ksc.nasa.gov/lspeducation/upcoming-missions/",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-28T12:30:00Z"
        },
        {
            "id": 9020,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverting to NET 2025.",
            "info_url": "https://public.ksc.nasa.gov/lspeducation/upcoming-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-28T14:22:00Z"
        },
        {
            "id": 9021,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 2 per NOTAMs A2196/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61783.msg2637011#msg2637011",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-28T16:23:00Z"
        },
        {
            "id": 9022,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Andøya Space  has started",
            "info_url": "https://www.youtube.com/watch?v=m_O_OPnX6es",
            "created_by": "LL2",
            "created_on": "2024-10-28T19:00:00Z"
        },
        {
            "id": 9023,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating T-0 and setting GO",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-9",
            "created_by": "Nosu",
            "created_on": "2024-10-28T21:48:00Z"
        },
        {
            "id": 9024,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-29T00:46:00Z"
        },
        {
            "id": 9025,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating launch window to match launch opportunities",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Nosu",
            "created_on": "2024-10-29T07:24:00Z"
        }
    ]
}