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=410&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=420&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=400&ordering=created_on",
    "results": [
        {
            "id": 5289,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event.",
            "info_url": "https://www.nasa.gov/news-release/start-your-engines-nasa-to-begin-critical-testing-for-future-artemis-missions/",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-03T18:27:26Z"
        },
        {
            "id": 5292,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added EVA.",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-of-spacewalks-news-conference-for-station-upgrades/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-04T02:01:55Z"
        },
        {
            "id": 5293,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added EVA.",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-of-spacewalks-news-conference-for-station-upgrades/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-04T02:03:47Z"
        },
        {
            "id": 5308,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Moving the launch to Falcon 9 TBD 2024 pending official confirmation",
            "info_url": "https://twitter.com/pbdes/status/1709849456932229147",
            "created_by": "Nosu",
            "created_on": "2023-10-05T09:31:36Z"
        },
        {
            "id": 5309,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/iafastro/status/1709660035016446420",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-05T10:58:04Z"
        },
        {
            "id": 5310,
            "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=kg3Z0wj9xDI",
            "created_by": "LL2",
            "created_on": "2023-10-05T13:35:39Z"
        },
        {
            "id": 5311,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-host-news-conference-in-houston-for-record-breaking-astronaut/",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-05T16:49:13Z"
        },
        {
            "id": 5313,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "TBD",
            "info_url": "https://twitter.com/nasastennis/status/1709991709374050379",
            "created_by": "SwGustav",
            "created_on": "2023-10-05T19:48:04Z"
        },
        {
            "id": 5345,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-psyche-spacecraft-launch-to-metal-world/",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-08T06:34:14Z"
        },
        {
            "id": 5346,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-psyche-spacecraft-launch-to-metal-world/",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-08T06:38:23Z"
        }
    ]
}