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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1120&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1100&ordering=created_on",
    "results": [
        {
            "id": 8427,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.nasa.gov/news-release/nasa-assigns-astronaut-jonny-kim-to-first-space-station-mission/",
            "created_by": "Nosu",
            "created_on": "2024-08-28T19:38:36Z"
        },
        {
            "id": 8428,
            "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/5072707299051437",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-29T06:00:59Z"
        },
        {
            "id": 8430,
            "profile_image": "https://thespacedevs-dev.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=HG8wIiE1HnM",
            "created_by": "LL2",
            "created_on": "2024-08-29T12:20:02Z"
        },
        {
            "id": 8432,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting ~13:08 UTC for liftoff.",
            "info_url": "https://www.youtube.com/watch?v=HG8wIiE1HnM",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-29T12:48:49Z"
        },
        {
            "id": 8433,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=HG8wIiE1HnM",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-29T13:08:35Z"
        },
        {
            "id": 8434,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://www.youtube.com/watch?v=HG8wIiE1HnM",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-29T13:34:31Z"
        },
        {
            "id": 8435,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 31 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61415.msg2620013#msg2620013",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-29T14:23:50Z"
        },
        {
            "id": 8436,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding seconds to T-0",
            "info_url": "https://twitter.com/blueorigin/status/1829157411401183656",
            "created_by": "Nosu",
            "created_on": "2024-08-29T14:39:00Z"
        },
        {
            "id": 8437,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 31 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61295.msg2620174#msg2620174",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-30T01:43:28Z"
        },
        {
            "id": 8438,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch delayed pending favourable nominal mission splashdown weather conditions.",
            "info_url": "https://x.com/spacex/status/1829312608920563763",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-30T01:45:14Z"
        }
    ]
}