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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=450&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430&ordering=created_on",
    "results": [
        {
            "id": 5428,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New EVA start time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-16T09:18:10Z"
        },
        {
            "id": 5430,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Test planned for October 17th, window TBD.",
            "info_url": "https://fixupx.com/nasastennis/status/1714026827436466591",
            "created_by": "Jay",
            "created_on": "2023-10-17T00:11:15Z"
        },
        {
            "id": 5432,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to late 2023 to allow engineers additional time to complete analysis of effects from Nauka module's coolant leak on the EVA.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/10/16/spacewalk-dates-adjusted-cargo-operations-begin-the-crews-week/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-17T03:38:56Z"
        },
        {
            "id": 5433,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adjusted EVA start time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-17T03:39:44Z"
        },
        {
            "id": 5441,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "target test time is 18:48 UTC",
            "info_url": "https://twitter.com/nasastennis/status/1714333662076883318",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-17T17:47:24Z"
        },
        {
            "id": 5442,
            "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/live/ED2zan4Rl-M?si=edvJwOA8YrTeyezk",
            "created_by": "LL2",
            "created_on": "2023-10-17T18:56:12Z"
        },
        {
            "id": 5443,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Troubleshooting, new attempt around 20:30 UTC",
            "info_url": "https://www.youtube.com/watch?v=ED2zan4Rl-M",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-17T19:41:55Z"
        },
        {
            "id": 5444,
            "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=KPL4lQsOyv0",
            "created_by": "LL2",
            "created_on": "2023-10-17T20:25:18Z"
        },
        {
            "id": 5450,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2023.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/10/17/research-robotics-and-spacesuits-top-schedule-as-spacewalk-times-adjusted/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-18T02:35:11Z"
        },
        {
            "id": 5458,
            "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=LYjGLPUo8OQ",
            "created_by": "LL2",
            "created_on": "2023-10-20T01:57:43Z"
        }
    ]
}