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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1160&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1140&ordering=created_on",
    "results": [
        {
            "id": 8506,
            "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/nasa-invites-media-to-discuss-europa-clipper-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-09-06T18:48:00Z"
        },
        {
            "id": 8507,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch delayed to Q2 2025.",
            "info_url": "https://blogs.nasa.gov/escapade/2024/09/06/nasa-stands-down-from-october-launch-for-escapade-to-mars/",
            "created_by": "hitura-nobad",
            "created_on": "2024-09-06T18:55:00Z"
        },
        {
            "id": 8508,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch.",
            "info_url": "https://x.com/blueorigin/status/1832128490625180038?s=61&t=9Fg8jwUeJko9ezDncwaK5w",
            "created_by": "hitura-nobad",
            "created_on": "2024-09-06T19:01:00Z"
        },
        {
            "id": 8509,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=_79y0yZs0dc",
            "created_by": "LL2",
            "created_on": "2024-09-06T21:43:00Z"
        },
        {
            "id": 8510,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=vZ0T-cZWh78",
            "created_by": "LL2",
            "created_on": "2024-09-07T02:49:00Z"
        },
        {
            "id": 8511,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked landing time.",
            "info_url": "https://x.com/cbs_spacenews/status/1832257307494764745",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-07T03:35:00Z"
        },
        {
            "id": 8512,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=2INMWLsb19M",
            "created_by": "LL2",
            "created_on": "2024-09-07T05:52:00Z"
        },
        {
            "id": 8513,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2024.",
            "info_url": "https://www.infobae.com/espana/2024/09/06/el-nuevo-satelite-de-las-fuerzas-armadas-se-hace-esperar-el-lanzamiento-del-spainsat-ng-i-se-retrasa-a-2025/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-07T07:30:00Z"
        },
        {
            "id": 8514,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=56966.msg2622465#msg2622465",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-08T02:14:00Z"
        },
        {
            "id": 8515,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://www.defensenews.com/space/2024/09/05/production-scaling-woes-delay-next-space-development-agency-launches/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-08T02:19:00Z"
        }
    ]
}