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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1770&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1750&ordering=created_on",
    "results": [
        {
            "id": 9305,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is >95% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%2012-1%20L-1%20Forecast%20-%2025%20Nov%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-24T15:31:00Z"
        },
        {
            "id": 9306,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "GO for launch",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-1",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-24T19:08:00Z"
        },
        {
            "id": 9307,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://www.defense.gov/News/Releases/Release/Article/3985729/department-of-defense-demonstrates-advanced-hypersonic-technologies/",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-24T20:22:00Z"
        },
        {
            "id": 9308,
            "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/5104508740832100",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-25T00:12:00Z"
        },
        {
            "id": 9309,
            "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-11-25T00:24:00Z"
        },
        {
            "id": 9310,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=i081vyh3WO0",
            "created_by": "LL2",
            "created_on": "2024-11-25T03:25:00Z"
        },
        {
            "id": 9311,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=i081vyh3WO0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-25T03:56:00Z"
        },
        {
            "id": 9312,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All satellites have separated.",
            "info_url": "https://www.youtube.com/watch?v=i081vyh3WO0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-25T05:06:00Z"
        },
        {
            "id": 9313,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/kineisiot/status/1860918387099992151",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-25T05:49:00Z"
        },
        {
            "id": 9314,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 31.",
            "info_url": "https://timesofindia.indiatimes.com/city/bengaluru/isro-gears-up-for-multiple-launches-spadex-to-demonstrate-space-docking-on-december-20/amp_articleshow/115623777.cms",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-25T07:40:00Z"
        }
    ]
}