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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=200&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=180&ordering=created_on",
    "results": [
        {
            "id": 3826,
            "profile_image": "https://thespacedevs-prod.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": 3834,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2024",
            "info_url": "https://twitter.com/chenryspace/status/1648377695577817110",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-18T23:53:14Z"
        },
        {
            "id": 3836,
            "profile_image": "https://thespacedevs-prod.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-prod.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-prod.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-prod.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-prod.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-prod.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"
        },
        {
            "id": 3877,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=CpR1UUnix3g",
            "created_by": "LL2",
            "created_on": "2023-04-25T15:30:41Z"
        },
        {
            "id": 3889,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=8IJJz2Krybg",
            "created_by": "LL2",
            "created_on": "2023-04-26T18:28:11Z"
        }
    ]
}