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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=470&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=450&ordering=created_on",
    "results": [
        {
            "id": 5512,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-27T08:06:07Z"
        },
        {
            "id": 5513,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 2024.",
            "info_url": "https://aviationweek.com/aerospace/commercial-space/ula-sets-dec-24-target-date-vulcans-debut",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-27T08:12:06Z"
        },
        {
            "id": 5517,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/orbitalfocus/status/1717893335698862293",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-27T17:07:24Z"
        },
        {
            "id": 5544,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=S2r_eZWi474",
            "created_by": "LL2",
            "created_on": "2023-10-30T23:33:56Z"
        },
        {
            "id": 5547,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 2024.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=42327.msg2531675#msg2531675",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-31T02:50:08Z"
        },
        {
            "id": 5548,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2H 2024.",
            "info_url": "https://www.ses.com/sites/default/files/2023-10/2310_Q3%202023%20Press%20Release_FINAL.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-31T11:24:13Z"
        },
        {
            "id": 5549,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://www.ses.com/sites/default/files/2023-10/2310_Q3%202023%20Press%20Release_FINAL.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-31T11:24:49Z"
        },
        {
            "id": 5551,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch for NET 2025.",
            "info_url": "https://www.prnewswire.co.uk/news-releases/kt-sat-to-unveil-the-multi-orbit-satellite-business-strategy-at-wsbw-2022-in-paris-863822497.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-31T11:49:12Z"
        },
        {
            "id": 5556,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET March 2024",
            "info_url": "https://spacenews.com/space-force-assigns-21-national-security-missions-to-ula-and-spacex/",
            "created_by": "Nosu",
            "created_on": "2023-10-31T19:28:47Z"
        },
        {
            "id": 5570,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/space-force-assigns-21-national-security-missions-to-ula-and-spacex/",
            "created_by": "Nosu",
            "created_on": "2023-10-31T20:02:46Z"
        }
    ]
}