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=1200&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=1210&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1190&ordering=created_on",
    "results": [
        {
            "id": 8641,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 26.",
            "info_url": "https://x.com/Commercial_Crew/status/1836530194083123526",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-18T22:55:00Z"
        },
        {
            "id": 8642,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.youtube.com/watch?v=6dPkZOKYvWo",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-18T22:56:00Z"
        },
        {
            "id": 8643,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Post-ignition abort.",
            "info_url": "https://www.youtube.com/watch?v=6dPkZOKYvWo",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-18T23:02:00Z"
        },
        {
            "id": 8644,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added static fire.",
            "info_url": "https://x.com/NASASpaceflight/status/1836542035127418940",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-18T23:05:00Z"
        },
        {
            "id": 8645,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=Ih-RZW-jLHU",
            "created_by": "LL2",
            "created_on": "2024-09-18T23:05:00Z"
        },
        {
            "id": 8646,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.youtube.com/watch?v=6dPkZOKYvWo",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-18T23:08:00Z"
        },
        {
            "id": 8647,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to September 20.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61477.msg2625817#msg2625817",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-18T23:17:00Z"
        },
        {
            "id": 8648,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated identities of payload.",
            "info_url": "https://x.com/raz_liu/status/1836566859606560961",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-19T00:52:00Z"
        },
        {
            "id": 8649,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325080229516279950",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-19T01:15:00Z"
        },
        {
            "id": 8650,
            "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/5080309506770945",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-19T05:32:00Z"
        }
    ]
}