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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=590&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=570&ordering=created_on",
    "results": [
        {
            "id": 6264,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://spaceflightnow.com/2021/06/15/three-nro-satellites-launched-by-minotaur-rocket-with-surplus-missile-parts/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-12T11:17:16Z"
        },
        {
            "id": 6265,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.ssc.spaceforce.mil/LinkClick.aspx?fileticket=-vdVwK15vfM%3d&portalid=3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-12T11:24:24Z"
        },
        {
            "id": 6280,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-14T19:11:05Z"
        },
        {
            "id": 6281,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-14T19:15:47Z"
        },
        {
            "id": 6287,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 2025.",
            "info_url": "https://spacenews.com/nasa-updating-policy-for-rideshare-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-15T03:10:51Z"
        },
        {
            "id": 6328,
            "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=yoi7TETIo2c",
            "created_by": "LL2",
            "created_on": "2024-01-17T01:29:29Z"
        },
        {
            "id": 6367,
            "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=nXzrE0t700E",
            "created_by": "LL2",
            "created_on": "2024-01-17T16:58:50Z"
        },
        {
            "id": 6368,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting 20:00 to 22:00 UTC for RS-25 Engine Test",
            "info_url": "https://twitter.com/NASAStennis/status/1747648737378205841",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-17T17:05:32Z"
        },
        {
            "id": 6402,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting Saturday 20th January for docking after launch delay",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-17T18:45:16Z"
        },
        {
            "id": 6403,
            "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=OaeZg68o0Fs",
            "created_by": "LL2",
            "created_on": "2024-01-17T22:07:59Z"
        }
    ]
}