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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=810&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=790&ordering=created_on",
    "results": [
        {
            "id": 7478,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/BocaChicaGal/status/1787621584481489227",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-07T09:02:33Z"
        },
        {
            "id": 7480,
            "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=d7Ialipbgw4",
            "created_by": "LL2",
            "created_on": "2024-05-07T19:31:57Z"
        },
        {
            "id": 7485,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late November.",
            "info_url": "https://www.atalayar.com/en/articulo/new-technologies-innovation/hisdesat-and-defence-unveil-the-spanish-military-satellite-that-holds-the-most-secrets/20240422122509199207.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-08T05:04:39Z"
        },
        {
            "id": 7486,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 2025.",
            "info_url": "https://www.atalayar.com/en/articulo/new-technologies-innovation/hisdesat-and-defence-unveil-the-spanish-military-satellite-that-holds-the-most-secrets/20240422122509199207.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-08T05:05:13Z"
        },
        {
            "id": 7490,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Second Attempt at a static fire for S30 after the scrub on Mai 7th",
            "info_url": "https://www.youtube.com/watch?v=ENxjR--cVHg",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-08T15:37:41Z"
        },
        {
            "id": 7491,
            "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=ENxjR--cVHg",
            "created_by": "LL2",
            "created_on": "2024-05-08T15:38:01Z"
        },
        {
            "id": 7502,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2nd half of June.",
            "info_url": "https://www.youtube.com/watch?v=zWJA_zH5Nvg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-09T23:51:54Z"
        },
        {
            "id": 7504,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch date still TBD per Roscosmos.",
            "info_url": "https://vostochny-kosmodrom-tour.ru/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-10T00:15:10Z"
        },
        {
            "id": 7515,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "No Hawkeye 360 satellites planned to launch on Electron through to at least late 2024.",
            "info_url": "https://www.he360.com/wp-content/uploads/C8C9_Brochure_-MAR-27-DIGITAL.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-12T01:32:43Z"
        },
        {
            "id": 7516,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 7.",
            "info_url": "https://www.esa.int/Space_Safety/Hera/Hera_Frequently_Asked_Questions",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-12T08:17:12Z"
        }
    ]
}