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=730&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=740&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=720&ordering=-created_on",
    "results": [
        {
            "id": 10788,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 23 UTC/early morning June 24 JST.",
            "info_url": "https://x.com/mageshiman1025/status/1914882304536625623",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-23T04:59:00Z"
        },
        {
            "id": 10787,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62751.msg2681114#msg2681114",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-22T18:34:00Z"
        },
        {
            "id": 10786,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://x.com/space_station/status/1914634336776671238",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-22T11:45:00Z"
        },
        {
            "id": 10785,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=UlBJrUBOpwo",
            "created_by": "LL2",
            "created_on": "2025-04-22T10:43:00Z"
        },
        {
            "id": 10784,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://en.yna.co.kr/view/AEN20250422003052315",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-22T04:15:00Z"
        },
        {
            "id": 10783,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1MnGnwydrYBJO",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-22T00:48:00Z"
        },
        {
            "id": 10782,
            "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=pb7Lv9c4A1A",
            "created_by": "LL2",
            "created_on": "2025-04-22T00:28:00Z"
        },
        {
            "id": 10781,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-21T19:02:00Z"
        },
        {
            "id": 10780,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/u-s-spacewalk-93/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-21T17:41:00Z"
        },
        {
            "id": 10779,
            "profile_image": "https://thespacedevs-prod.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-21T17:32:00Z"
        }
    ]
}