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

{
    "count": 4194,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1040&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1020&ordering=created_on",
    "results": [
        {
            "id": 8298,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "launch window announced",
            "info_url": "https://x.com/isro/status/1823009147602059381",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-12T14:53:35Z"
        },
        {
            "id": 8299,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET March 2025",
            "info_url": "https://spacenews.com/nasa-payload-to-fly-on-first-blue-origin-lunar-lander-mission/",
            "created_by": "Nosu",
            "created_on": "2024-08-12T16:47:40Z"
        },
        {
            "id": 8300,
            "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=R0e6WDqZZZM",
            "created_by": "LL2",
            "created_on": "2024-08-13T01:48:17Z"
        },
        {
            "id": 8301,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/updates/#fram2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-13T03:07:25Z"
        },
        {
            "id": 8302,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Wallops has started",
            "info_url": "https://www.youtube.com/watch?v=_uM-sn_xRUg",
            "created_by": "LL2",
            "created_on": "2024-08-13T09:46:26Z"
        },
        {
            "id": 8307,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added approximate launch time.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-13T22:51:13Z"
        },
        {
            "id": 8308,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to August 20 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61158.msg2615698#msg2615698",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-13T22:52:49Z"
        },
        {
            "id": 8309,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2025.",
            "info_url": "https://spacenews.com/intuitive-machines-seeks-to-take-over-nasas-viper-lunar-rover/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-14T03:24:16Z"
        },
        {
            "id": 8310,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-crew-flight-test-status-update/",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-14T09:14:09Z"
        },
        {
            "id": 8311,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Refined launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-14T13:38:04Z"
        }
    ]
}