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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1200&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1180&ordering=created_on",
    "results": [
        {
            "id": 8605,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding splashdown time",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=polarisdawn",
            "created_by": "Nosu",
            "created_on": "2024-09-14T20:30:00Z"
        },
        {
            "id": 8606,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=E-nBvB-0M64",
            "created_by": "LL2",
            "created_on": "2024-09-15T06:15:00Z"
        },
        {
            "id": 8607,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 50% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Galileo%20L13%20L-1%20Forecast%20-%2016%20Sep%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-09-15T16:02:00Z"
        },
        {
            "id": 8608,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to September 18",
            "info_url": "https://x.com/RocketLab/status/1835424746504368311",
            "created_by": "Nosu",
            "created_on": "2024-09-15T21:10:00Z"
        },
        {
            "id": 8609,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating launch window",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Nosu",
            "created_on": "2024-09-15T21:11:00Z"
        },
        {
            "id": 8610,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 17.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60787.msg2625021#msg2625021",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-16T00:13:00Z"
        },
        {
            "id": 8611,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day due to upper level winds.",
            "info_url": "https://x.com/MHI_LS/status/1835431598831161733",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-16T00:17:00Z"
        },
        {
            "id": 8612,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Multiple days delay expected with rocket rolled back to VAB.",
            "info_url": "https://www.youtube.com/watch?v=uihNk3t4XNA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-16T01:52:00Z"
        },
        {
            "id": 8613,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 40% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Galileo%20L13%20L-1%20Forecast%20-%2017%20Sep%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-09-16T15:59:00Z"
        },
        {
            "id": 8614,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 4.",
            "info_url": "https://x.com/SciGuySpace/status/1835826971525226655",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-17T02:45:00Z"
        }
    ]
}