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=1500&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=1510&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1490&ordering=created_on",
    "results": [
        {
            "id": 9006,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for November 4.",
            "info_url": "https://x.com/RocketLab/status/1849939221735407913",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-26T03:32:00Z"
        },
        {
            "id": 9007,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch; Payload identity and Soyuz vehicle variant not confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61767.msg2636230#msg2636230",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-26T04:18:00Z"
        },
        {
            "id": 9008,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December.",
            "info_url": "https://www.msn.com/en-in/news/techandscience/isro-to-test-electric-propelled-satellite-in-dec/ar-AA1sYyLf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-26T18:32:00Z"
        },
        {
            "id": 9009,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February.",
            "info_url": "https://www.msn.com/en-in/news/techandscience/isro-to-test-electric-propelled-satellite-in-dec/ar-AA1sYyLf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-26T18:33:00Z"
        },
        {
            "id": 9010,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=UHoPxD-l1qg",
            "created_by": "LL2",
            "created_on": "2024-10-26T21:37:00Z"
        },
        {
            "id": 9011,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1kvKpbnbbbQJE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-26T21:47:00Z"
        },
        {
            "id": 9012,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1850309693157032180",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-26T22:54:00Z"
        },
        {
            "id": 9013,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=rv-xIFXYgU8",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-27T18:37:00Z"
        },
        {
            "id": 9014,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Andøya Space  has started",
            "info_url": "https://www.youtube.com/watch?v=rv-xIFXYgU8",
            "created_by": "LL2",
            "created_on": "2024-10-27T18:38:00Z"
        },
        {
            "id": 9015,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Holding at T-20 Minutes for science requirements.",
            "info_url": "https://www.youtube.com/watch?v=rv-xIFXYgU8",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-27T19:42:00Z"
        }
    ]
}