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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=470&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=450&ordering=created_on",
    "results": [
        {
            "id": 5686,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=ZQAkoDzoPAc",
            "created_by": "LL2",
            "created_on": "2023-11-15T20:18:28Z"
        },
        {
            "id": 5687,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Test scheduled for 20:35 UTC",
            "info_url": "https://twitter.com/NASAStennis/status/1724884551074279782",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-15T20:22:50Z"
        },
        {
            "id": 5693,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2024.",
            "info_url": "https://twitter.com/Astranis/status/1724941941291548962",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-16T07:13:35Z"
        },
        {
            "id": 5700,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-17T19:28:04Z"
        },
        {
            "id": 5737,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Renamed launch to reflect ESCAPADE as being on first launch of New Glenn.",
            "info_url": "https://twitter.com/stephenclark1/status/1726684109593010450",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-21T04:45:56Z"
        },
        {
            "id": 5740,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked docking time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-21T10:48:44Z"
        },
        {
            "id": 5748,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.newswire.ca/news-releases/mda-selects-spacex-to-launch-chorus-constellation-808478207.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-22T05:16:54Z"
        },
        {
            "id": 5756,
            "profile_image": "https://thespacedevs-dev.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:06:39Z"
        },
        {
            "id": 5758,
            "profile_image": "https://thespacedevs-dev.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-dev.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"
        }
    ]
}