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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1400&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1380&ordering=created_on",
    "results": [
        {
            "id": 8880,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/elonmusk/status/1845633730154545465",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T01:57:00Z"
        },
        {
            "id": 8881,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/chethan_dash/status/1845685807551517116",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T06:37:00Z"
        },
        {
            "id": 8882,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://sansad.in/getFile/loksabhaquestions/annex/182/AU426_uRcumI.pdf?source=pqals",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T06:43:00Z"
        },
        {
            "id": 8883,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://x.com/chethan_dash/status/1845686167863238871",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T06:45:00Z"
        },
        {
            "id": 8884,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2632308#msg2632308",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T09:13:00Z"
        },
        {
            "id": 8885,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 95% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%2010-10%20L-1%20Forecast%20-%2015%20Oct%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T14:01:00Z"
        },
        {
            "id": 8886,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=lQToTWKwtuw",
            "created_by": "LL2",
            "created_on": "2024-10-14T15:00:00Z"
        },
        {
            "id": 8887,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=lQToTWKwtuw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T16:06:00Z"
        },
        {
            "id": 8888,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=lQToTWKwtuw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T17:08:00Z"
        },
        {
            "id": 8889,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Europa Clipper acquisition of signal with good telemetry.",
            "info_url": "https://www.youtube.com/watch?v=lQToTWKwtuw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T17:20:00Z"
        }
    ]
}