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=1610&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=1620&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1600&ordering=-created_on",
    "results": [
        {
            "id": 10246,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved to March TBD with the cancellation of NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61798.msg2668151#msg2668151",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-02T09:12:00Z"
        },
        {
            "id": 10245,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event!",
            "info_url": "https://plus.nasa.gov/scheduled-video/firefly-blue-ghost-mission-1-lunar-landing-news-conference/",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-02T09:07:00Z"
        },
        {
            "id": 10244,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live.",
            "info_url": "https://plus.nasa.gov/scheduled-video/firefly-blue-ghost-mission-1-lunar-landing/",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-02T07:53:00Z"
        },
        {
            "id": 10243,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Роскосмос ТВ has started",
            "info_url": "https://www.youtube.com/watch?v=mH16QolOSjw",
            "created_by": "LL2",
            "created_on": "2025-03-01T22:43:00Z"
        },
        {
            "id": 10242,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 90% GO.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2012-20%20L-1%20Forecast%20-%202%20Mar%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-01T16:55:00Z"
        },
        {
            "id": 10241,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 3rd.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2667931#msg2667931",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-01T09:46:00Z"
        },
        {
            "id": 10240,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New event date.",
            "info_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-pre-launch-news-conference/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-01T04:06:00Z"
        },
        {
            "id": 10239,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-20",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-01T04:05:00Z"
        },
        {
            "id": 10238,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 5 UTC.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/02/28/nasa-spacex-update-launch-date-for-spherex-punch-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-01T04:04:00Z"
        },
        {
            "id": 10236,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://europa.nasa.gov/mission/timeline/",
            "created_by": "Nosu",
            "created_on": "2025-02-28T20:36:00Z"
        }
    ]
}