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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1230&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1210&ordering=-created_on",
    "results": [
        {
            "id": 10526,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/CNSpaceflight/status/1881222910775550433",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-22T04:00:00Z"
        },
        {
            "id": 10525,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://english.news.cn/20250214/b0d4a8e6d3f042719ffda0ba34378d45/c.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-22T03:50:00Z"
        },
        {
            "id": 10524,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://english.news.cn/20250214/b0d4a8e6d3f042719ffda0ba34378d45/c.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-22T03:42:00Z"
        },
        {
            "id": 10523,
            "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=nrol-69",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-22T01:29:00Z"
        },
        {
            "id": 10522,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Update launch window end.",
            "info_url": "https://x.com/satofishi/status/1903112079936274800?t=v1jAHY_8UvjT9LuK1MU1DA&s=19",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-21T16:06:00Z"
        },
        {
            "id": 10521,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch time and launch pad information.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T15:00:00Z"
        },
        {
            "id": 10519,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62643.msg2673732#msg2673732",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T13:30:00Z"
        },
        {
            "id": 10520,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62642.msg2673733#msg2673733",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T13:30:00Z"
        },
        {
            "id": 10518,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September.",
            "info_url": "https://public.ksc.nasa.gov/lspeducation/upcoming-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T11:58:00Z"
        },
        {
            "id": 10517,
            "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/5146718305258035",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T11:40:00Z"
        }
    ]
}