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

{
    "count": 4304,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1850&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1830&ordering=created_on",
    "results": [
        {
            "id": 9470,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to December 15 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60453.msg2647669#msg2647669",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T01:54:00Z"
        },
        {
            "id": 9471,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch pad.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/Owl-The-Way-Up-Press-Kit.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T02:02:00Z"
        },
        {
            "id": 9472,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.jaxa.jp/press/2024/12/20241211-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T05:19:00Z"
        },
        {
            "id": 9473,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-discuss-fireflys-first-robotic-artemis-moon-flight/",
            "created_by": "Nosu",
            "created_on": "2024-12-11T15:17:00Z"
        },
        {
            "id": 9474,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Photos.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T17:57:00Z"
        },
        {
            "id": 9475,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 18 UTC (launch window per https://www.cadenaois.org/vpublic_anspdetail.jsp?view=15#)",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T18:00:00Z"
        },
        {
            "id": 9476,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 21 UTC (launch window per https://www.cadenaois.org/vpublic_anspdetail.jsp?view=15#)",
            "info_url": "https://www.facebook.com/photo/?fbid=10228367861366896&set=a.1023216625940",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T18:09:00Z"
        },
        {
            "id": 9477,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch time is to the second.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T18:11:00Z"
        },
        {
            "id": 9478,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 14.",
            "info_url": "https://www.nasa.gov/live/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T18:13:00Z"
        },
        {
            "id": 9479,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 27.",
            "info_url": "https://apps.fcc.gov/oetcf/els/reports/ViewExhibitReport.cfm?id_file_num=2226-EX-ST-2024&application_seq=138827",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T19:30:00Z"
        }
    ]
}