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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1080&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1060&ordering=created_on",
    "results": [
        {
            "id": 8368,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=0j6YrkSDOGk",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-22T12:26:11Z"
        },
        {
            "id": 8369,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5070278340645852",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-22T13:08:41Z"
        },
        {
            "id": 8370,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/leadership-to-discuss-nasas-boeing-crew-flight-test/",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-22T20:05:22Z"
        },
        {
            "id": 8371,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://spacex.com/launches/mission/?missionId=polarisdawn",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T00:47:45Z"
        },
        {
            "id": 8372,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October.",
            "info_url": "https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=136329&RequestTimeout=1000",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T02:30:52Z"
        },
        {
            "id": 8373,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November.",
            "info_url": "https://www.linkedin.com/posts/isis---innovative-solutions-in-space-bv_isispace-delivers-6uxl-platform-to-trl-space-activity-7227245690735792128--K7C/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T02:35:18Z"
        },
        {
            "id": 8374,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to August 24 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61295.msg2618225#msg2618225",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T02:49:57Z"
        },
        {
            "id": 8375,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to August 29 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2618231#msg2618231",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T05:11:48Z"
        },
        {
            "id": 8376,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 29.",
            "info_url": "https://x.com/blueorigin/status/1827007140352975023",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T16:11:03Z"
        },
        {
            "id": 8377,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch (NRO launch number via https://www.countyofsb.org/4225/VSFB-SpaceX)",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61397.msg2618361#msg2618361",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T16:23:25Z"
        }
    ]
}