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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=200&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=180&ordering=-created_on",
    "results": [
        {
            "id": 11152,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://www.youtube.com/watch?v=SNfUra5FBaA",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-31T14:06:00Z"
        },
        {
            "id": 11151,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=SNfUra5FBaA",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-31T13:40:00Z"
        },
        {
            "id": 11150,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=SNfUra5FBaA",
            "created_by": "LL2",
            "created_on": "2025-05-31T12:43:00Z"
        },
        {
            "id": 11149,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/blueorigin/status/1928793661145255980",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-31T12:41:00Z"
        },
        {
            "id": 11117,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=51998.msg2690448#msg2690448",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-31T01:51:00Z"
        },
        {
            "id": 11116,
            "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-11-18",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-31T01:47:00Z"
        },
        {
            "id": 11115,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success. (Launch time per https://bsky.app/profile/rocketksc.bsky.social/post/3lqfrllsic22j)",
            "info_url": "https://www.ssc.spaceforce.mil/Newsroom/Article-Display/Article/4202300/u-s-space-force-field-commands-successfully-launch-gps-iii-demonstrating-expedi",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-31T01:44:00Z"
        },
        {
            "id": 11114,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://x.com/i/broadcasts/1YqJDZdYpjQKV",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-30T19:08:00Z"
        },
        {
            "id": 11113,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1YqJDZdYpjQKV",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-30T17:38:00Z"
        },
        {
            "id": 11112,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=Zwu3nJsyUmQ",
            "created_by": "LL2",
            "created_on": "2025-05-30T17:18:00Z"
        }
    ]
}