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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=180&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=160&ordering=created_on",
    "results": [
        {
            "id": 3782,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch vehicle choice now uncertain with Relativity Space planning to retire Terran-1 immediately; may switch to Terran-R but launch would then be NET 2026.",
            "info_url": "https://arstechnica.com/science/2023/04/relativity-space-is-moving-on-from-the-terran-1-rocket-to-something-much-bigger/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-12T16:01:10Z"
        },
        {
            "id": 3805,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer 2024",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2023/04/14/nasa-updates-commercial-crew-planning-manifest-through-2024/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-15T00:04:39Z"
        },
        {
            "id": 3812,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Event started.",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-15T14:46:02Z"
        },
        {
            "id": 3826,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA start time.",
            "info_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-of-spacewalk-news-conference-for-station-upgrades",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-17T16:45:33Z"
        },
        {
            "id": 3836,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Vega-C RTF NET 2024.",
            "info_url": "https://twitter.com/chenryspace/status/1648377695577817110",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-18T23:57:31Z"
        },
        {
            "id": 3837,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Webcast live.",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-19T01:26:35Z"
        },
        {
            "id": 3838,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET August 2024",
            "info_url": "https://twitter.com/SciGuySpace/status/1648507444556107779",
            "created_by": "Nosu",
            "created_on": "2023-04-19T06:17:40Z"
        },
        {
            "id": 3847,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-20T02:35:30Z"
        },
        {
            "id": 3853,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Webcast started.",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-21T11:04:43Z"
        },
        {
            "id": 3864,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Nosu",
            "created_on": "2023-04-24T17:55:52Z"
        }
    ]
}