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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1490&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1470&ordering=created_on",
    "results": [
        {
            "id": 8982,
            "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/1849231160808968584",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-24T03:13:00Z"
        },
        {
            "id": 8983,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2025.",
            "info_url": "https://tass.ru/kosmos/22210273",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-24T12:21:00Z"
        },
        {
            "id": 8984,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://x.com/BocaChicaGal/status/1849404145859506372",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-24T13:47:00Z"
        },
        {
            "id": 8985,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 90% favorable for launch.",
            "info_url": "https://x.com/SpaceX/status/1849490393748091084",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-24T16:52:00Z"
        },
        {
            "id": 8986,
            "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=VccVHpw5LVI",
            "created_by": "LL2",
            "created_on": "2024-10-24T16:58:00Z"
        },
        {
            "id": 8988,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1dRJZdPAjbrKB",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-24T17:14:00Z"
        },
        {
            "id": 8990,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success confirmed",
            "info_url": "https://x.com/NatReconOfc/status/1849524173556662563",
            "created_by": "SwGustav",
            "created_on": "2024-10-24T18:53:00Z"
        },
        {
            "id": 8992,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 5 UTC.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-24T23:54:00Z"
        },
        {
            "id": 8993,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated approximate time.",
            "info_url": "https://www.youtube.com/watch?v=qxLAYSRJTiw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-25T00:05:00Z"
        },
        {
            "id": 8994,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=qxLAYSRJTiw",
            "created_by": "LL2",
            "created_on": "2024-10-25T00:05:00Z"
        }
    ]
}