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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1500&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1480&ordering=created_on",
    "results": [
        {
            "id": 8996,
            "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=5CRB3FHV9Dw",
            "created_by": "LL2",
            "created_on": "2024-10-25T06:15:00Z"
        },
        {
            "id": 8997,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2025.",
            "info_url": "https://www.nasa.gov/wp-content/uploads/2016/05/03-final-iss-nac.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-25T06:31:00Z"
        },
        {
            "id": 8998,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting October 29 UTC per NOTAMs A3545/24 & A3546/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2635995#msg2635995",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-25T07:04:00Z"
        },
        {
            "id": 8999,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 2025.",
            "info_url": "https://www.nasa.gov/wp-content/uploads/2016/05/03-final-iss-nac.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-25T07:15:00Z"
        },
        {
            "id": 9000,
            "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%209%20Starlink%2010-8%20L-1%20Forecast%20-%2026%20Oct%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-25T15:09:00Z"
        },
        {
            "id": 9001,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 3 per NOTAMs A3425/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61757.msg2636123#msg2636123",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-25T16:12:00Z"
        },
        {
            "id": 9002,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61718.msg2636112#msg2636112",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-25T16:13:00Z"
        },
        {
            "id": 9003,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 2025.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61467.msg2636142#msg2636142",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-25T18:33:00Z"
        },
        {
            "id": 9004,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting GO",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-8",
            "created_by": "Nosu",
            "created_on": "2024-10-25T21:06:00Z"
        },
        {
            "id": 9005,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "T-0 is accurate to the second",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Nosu",
            "created_on": "2024-10-25T21:13:00Z"
        }
    ]
}