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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1220&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1200&ordering=created_on",
    "results": [
        {
            "id": 8651,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Late October.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-19T06:15:00Z"
        },
        {
            "id": 8652,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-19T07:58:00Z"
        },
        {
            "id": 8653,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Mid-November.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61525.msg2626071#msg2626071",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-19T23:41:00Z"
        },
        {
            "id": 8654,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/SpaceX/status/1836889150114476344",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-19T23:45:00Z"
        },
        {
            "id": 8655,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for September 20 UTC.",
            "info_url": "https://x.com/rocketlab/status/1836927644983791974",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-20T00:40:00Z"
        },
        {
            "id": 8656,
            "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/5080658789273271",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-20T04:42:00Z"
        },
        {
            "id": 8657,
            "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/5080744741570709",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-20T10:24:00Z"
        },
        {
            "id": 8658,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=hJrDoL5OA78",
            "created_by": "LL2",
            "created_on": "2024-09-20T13:40:00Z"
        },
        {
            "id": 8659,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1OwGWNplvDMKQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-20T13:50:00Z"
        },
        {
            "id": 8660,
            "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/1837142503205601703",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-20T14:52:00Z"
        }
    ]
}