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=1730&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=1740&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1720&ordering=created_on",
    "results": [
        {
            "id": 9261,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET January.",
            "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/SESSTA2024111902465&prepare=&column=V_SITE_ANTENNA_FREQ.file_numberC/F",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-21T02:48:00Z"
        },
        {
            "id": 9262,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://spacenews.com/lockheed-martins-new-mid-size-satellite-platform-closer-to-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-21T03:28:00Z"
        },
        {
            "id": 9263,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Роскосмос ТВ has started",
            "info_url": "https://www.youtube.com/watch?v=k5D5woWk2ck",
            "created_by": "LL2",
            "created_on": "2024-11-21T11:35:00Z"
        },
        {
            "id": 9264,
            "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=k5D5woWk2ck",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-21T12:22:00Z"
        },
        {
            "id": 9265,
            "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=k5D5woWk2ck",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-21T12:33:00Z"
        },
        {
            "id": 9266,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=N3JBoubQ7qY",
            "created_by": "LL2",
            "created_on": "2024-11-21T15:57:00Z"
        },
        {
            "id": 9267,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1jMJgBEDLyAGL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-21T16:08:00Z"
        },
        {
            "id": 9268,
            "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/1859646432367743038",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-21T17:16:00Z"
        },
        {
            "id": 9269,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2025.",
            "info_url": "https://blog.maxar.com/leading-the-industry/2024/first-images-from-maxars-third-and-fourth-worldview-legion-satellites-showcase-dawn-to-dusk-collection",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-21T18:47:00Z"
        },
        {
            "id": 9270,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "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-11-21T18:50:00Z"
        }
    ]
}