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

{
    "count": 4080,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=530&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=510&ordering=created_on",
    "results": [
        {
            "id": 5883,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-06T11:08:12Z"
        },
        {
            "id": 5884,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-06T11:08:36Z"
        },
        {
            "id": 5889,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-06T11:12:07Z"
        },
        {
            "id": 5898,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-07T11:09:20Z"
        },
        {
            "id": 5899,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added release time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-07T11:09:47Z"
        },
        {
            "id": 5911,
            "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-participate-in-next-private-astronaut-mission-news-conference/",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-09T14:49:59Z"
        },
        {
            "id": 5915,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 2024.",
            "info_url": "https://twitter.com/rookisaacman/status/1733535996577517810",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-09T17:32:27Z"
        },
        {
            "id": 5948,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.esa.int/Newsroom/Press_Releases/Media_invitation_Information_session_from_ESA_s_322nd_Council_in_Paris",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-12T14:23:03Z"
        },
        {
            "id": 5954,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delay to December 15 due to splashdown zone weather.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/12/12/dragon-undocking-postponed-to-friday/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-13T00:33:13Z"
        },
        {
            "id": 5969,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59573.msg2549334#msg2549334",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-14T03:18:59Z"
        }
    ]
}