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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=500&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=480&ordering=-created_on",
    "results": [
        {
            "id": 10947,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-83",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T19:01:00Z"
        },
        {
            "id": 10946,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updated Pad",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-10T16:20:00Z"
        },
        {
            "id": 10945,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 55% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%206-83%20L-1%20Forecast%20-%2011%20May%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-10T16:07:00Z"
        },
        {
            "id": 10944,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://science.nasa.gov/blogs/imap/2025/05/10/nasas-interstellar-mapping-mission-arrives-in-florida/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T15:42:00Z"
        },
        {
            "id": 10943,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 8.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T14:57:00Z"
        },
        {
            "id": 10942,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1921107316222394697",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T07:41:00Z"
        },
        {
            "id": 10941,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2025-05-10T06:28:00Z"
        },
        {
            "id": 10940,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 21.",
            "info_url": "https://www.instagram.com/astronomilo/reel/DJaVBItyED6/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T05:32:00Z"
        },
        {
            "id": 10939,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Launch vehicle and payload identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2684835#msg2684835",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T02:58:00Z"
        },
        {
            "id": 10938,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Launch vehicle and payload identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2684847#msg2684847",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T02:58:00Z"
        }
    ]
}