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

{
    "count": 4208,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=880&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=860&ordering=created_on",
    "results": [
        {
            "id": 7866,
            "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=4TXDedBlyBI",
            "created_by": "LL2",
            "created_on": "2024-06-18T15:55:58Z"
        },
        {
            "id": 7867,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Change of astronaut for this EVA.",
            "info_url": "https://www.nasa.gov/news-release/nasa-updates-coverage-for-us-spacewalks-90-91-outside-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-18T16:44:13Z"
        },
        {
            "id": 7868,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking time.",
            "info_url": "https://x.com/cbs_spacenews/status/1803101399984566456",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-18T16:45:10Z"
        },
        {
            "id": 7869,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://x.com/cbs_spacenews/status/1803101399984566456",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-18T16:45:41Z"
        },
        {
            "id": 7882,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2nd half of 2024.",
            "info_url": "https://www.isro.gov.in/GSATN2EnhancingIndiaBroadbandInfrastructure.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-19T03:29:36Z"
        },
        {
            "id": 7886,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://x.com/chethan_dash/status/1803287142350856287",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-19T05:30:01Z"
        },
        {
            "id": 7901,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September.",
            "info_url": "https://www.youtube.com/watch?v=lekRGP0nUDc",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-21T02:09:39Z"
        },
        {
            "id": 7904,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-21T18:45:43Z"
        },
        {
            "id": 7909,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking and landing delayed for additional time to review Starliner spacecraft propulsion system data.",
            "info_url": "https://blogs.nasa.gov/boeing-crew-flight-test/2024/06/21/nasa-boeing-adjust-timeline-for-starliner-return/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-22T01:06:12Z"
        },
        {
            "id": 7910,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking and landing delayed for additional time to review Starliner spacecraft propulsion system data.",
            "info_url": "https://blogs.nasa.gov/boeing-crew-flight-test/2024/06/21/nasa-boeing-adjust-timeline-for-starliner-return/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-22T01:06:59Z"
        }
    ]
}