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=1360&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=1370&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1350&ordering=created_on",
    "results": [
        {
            "id": 8816,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 13.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-11T00:43:00Z"
        },
        {
            "id": 8817,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 16 per NOTAMs F3769/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61590.msg2631329#msg2631329",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-11T01:40:00Z"
        },
        {
            "id": 8819,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 70% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%20Heavy%20Europa%20Clipper%20L-2%20Forecast%20-%2013%20Oct%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-11T13:16:00Z"
        },
        {
            "id": 8821,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "info_url": "https://x.com/nasaspaceops/status/1844836388509773887",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-11T23:46:00Z"
        },
        {
            "id": 8822,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://x.com/nasaspaceops/status/1844836388509773887",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-11T23:48:00Z"
        },
        {
            "id": 8823,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch on October 14.",
            "info_url": "https://x.com/NASA_LSP/status/1844919551194169805",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-12T03:34:00Z"
        },
        {
            "id": 8824,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to slip with Europa Clipper.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-12T03:39:00Z"
        },
        {
            "id": 8825,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET October 17 as a result of delays to previous Falcon launches.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-12T03:54:00Z"
        },
        {
            "id": 8858,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 90% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%20Heavy%20Europa%20Clipper%20L-2%20Forecast%20-%2014%20Oct%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-12T15:07:00Z"
        },
        {
            "id": 8859,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch with FAA launch license issued.",
            "info_url": "https://x.com/NASASpaceflight/status/1845143827755012306",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-12T16:49:00Z"
        }
    ]
}