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

{
    "count": 4174,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=910&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=890&ordering=created_on",
    "results": [
        {
            "id": 7973,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=u-BGAPuzxZU",
            "created_by": "LL2",
            "created_on": "2024-06-28T17:59:27Z"
        },
        {
            "id": 7974,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late July.",
            "info_url": "https://blogs.nasa.gov/spacestation/2024/06/28/crews-wrap-week-managers-provide-starliner-spacewalk-and-cargo-updates/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-29T02:46:12Z"
        },
        {
            "id": 7980,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET TBD 2024.",
            "info_url": "https://kosmodrom.space/raspisanie-zapuskov",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-30T19:15:05Z"
        },
        {
            "id": 7981,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 30.",
            "info_url": "https://vostochny-kosmodrom-tour.ru/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-30T19:58:57Z"
        },
        {
            "id": 7990,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting July 30",
            "info_url": "https://www.ulalaunch.com/missions/next-launch/atlas-v-ussf-51/",
            "created_by": "Nosu",
            "created_on": "2024-07-01T19:24:03Z"
        },
        {
            "id": 7991,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 18.",
            "info_url": "https://www.celestis.com/launch-schedule/harmony-flight/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-02T00:29:04Z"
        },
        {
            "id": 8002,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch date and time.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-02T17:02:10Z"
        },
        {
            "id": 8012,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasas-boeing-test-flight-crew-to-discuss-starliner-mission-from-space/",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-03T13:51:10Z"
        },
        {
            "id": 8014,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 31.",
            "info_url": "https://polarisprogram.com/dawn/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-03T17:02:29Z"
        },
        {
            "id": 8026,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://twitter.com/elonmusk/status/1809381756199661879",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-06T05:55:30Z"
        }
    ]
}