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=1640&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=1650&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1630&ordering=created_on",
    "results": [
        {
            "id": 9147,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/cas_space/status/1855824105389404247",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T04:20:00Z"
        },
        {
            "id": 9148,
            "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/5099503369586247",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T04:47:00Z"
        },
        {
            "id": 9149,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting November 15 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2640334#msg2640334",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T05:47:00Z"
        },
        {
            "id": 9150,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting November 19.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T05:51:00Z"
        },
        {
            "id": 9151,
            "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=koreasat-6a",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T16:23:00Z"
        },
        {
            "id": 9152,
            "profile_image": "https://thespacedevs-dev.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=ZcG3fqE08RE",
            "created_by": "LL2",
            "created_on": "2024-11-11T17:01:00Z"
        },
        {
            "id": 9153,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1YqGovaZajEKv",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T17:22:00Z"
        },
        {
            "id": 9154,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://x.com/i/broadcasts/1YqGovaZajEKv",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T17:57:00Z"
        },
        {
            "id": 9155,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "launch time currently uncertain, no visible signs of fuel loading as of 20:55 UTC",
            "info_url": "https://www.youtube.com/watch?v=V5XNBM0c0MI",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-11T20:57:00Z"
        },
        {
            "id": 9156,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Fuel loading underway, targeting 21:28 UTC for liftoff.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-69",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-11T21:04:00Z"
        }
    ]
}