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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=500&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=480&ordering=created_on",
    "results": [
        {
            "id": 5758,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://twitter.com/cnspaceflight/status/1726071533234540598",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-22T10:11:26Z"
        },
        {
            "id": 5762,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting 20:00 UTC for engine ignition.",
            "info_url": "https://twitter.com/ESA_transport/status/1727758366917702032",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-23T19:14:30Z"
        },
        {
            "id": 5763,
            "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=HGoQhepVUio",
            "created_by": "LL2",
            "created_on": "2023-11-23T19:26:41Z"
        },
        {
            "id": 5765,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking date and time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-23T23:23:35Z"
        },
        {
            "id": 5771,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2024.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-25T08:18:30Z"
        },
        {
            "id": 5772,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2024.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-25T08:19:13Z"
        },
        {
            "id": 5777,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.esa.int/Newsroom/Press_Releases/Media_invitation_Updates_on_Ariane_6_task_force_meeting",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-25T15:09:56Z"
        },
        {
            "id": 5783,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.jaxa.jp/press/2023/11/20231127-1_j.html",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-27T09:12:38Z"
        },
        {
            "id": 5784,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved forward to late 2024.",
            "info_url": "https://twitter.com/thales_alenia_s/status/1729137129408925862",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-27T14:41:52Z"
        },
        {
            "id": 5786,
            "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-talk-science-highlights-of-first-artemis-robotic-moon-landing/",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-27T19:15:34Z"
        }
    ]
}