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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=820&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=800&ordering=-created_on",
    "results": [
        {
            "id": 10708,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-11T04:59:00Z"
        },
        {
            "id": 10707,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-11T04:45:00Z"
        },
        {
            "id": 10706,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-11T03:15:00Z"
        },
        {
            "id": 10705,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5154053849612340",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-10T17:24:00Z"
        },
        {
            "id": 10704,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-10T15:37:00Z"
        },
        {
            "id": 10703,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 14 per marine navigation warnings, TBC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60667.msg2678485#msg2678485",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-10T06:31:00Z"
        },
        {
            "id": 10702,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.nro.gov/Launches/launch-nrol-174/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-10T06:22:00Z"
        },
        {
            "id": 10686,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day, next attempt TBD.",
            "info_url": "https://x.com/ulalaunch/status/1910131223948574927",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-10T00:47:00Z"
        },
        {
            "id": 10685,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-10T00:21:00Z"
        },
        {
            "id": 10684,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-10T00:00:00Z"
        }
    ]
}