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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=690&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=670&ordering=created_on",
    "results": [
        {
            "id": 6821,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2024-02-28T10:25:55Z"
        },
        {
            "id": 6824,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=xa2n2-_hLPM",
            "created_by": "LL2",
            "created_on": "2024-02-28T19:00:15Z"
        },
        {
            "id": 6829,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated for March 3 UTC launch window.",
            "info_url": "https://blogs.nasa.gov/crew-8/2024/02/29/nasa-spacex-target-saturday-march-2-for-crew-8-launch/?utm_source=FBPAGE&utm_medium=NASA+Commercial+Crew+Program&utm_campaign=NASASocial&linkId=341734576",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-29T06:03:34Z"
        },
        {
            "id": 6833,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET July",
            "info_url": "https://spacenews.com/india-targets-uncrewed-gaganyaan-orbital-test-mission-in-july-crewed-flight-in-2025/",
            "created_by": "Nosu",
            "created_on": "2024-02-29T13:39:02Z"
        },
        {
            "id": 6839,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/nasastennis/status/1763231221360841053",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-29T16:00:12Z"
        },
        {
            "id": 6841,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=6gwMZW5HU1Y",
            "created_by": "LL2",
            "created_on": "2024-02-29T19:30:08Z"
        },
        {
            "id": 6844,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2H 2024.",
            "info_url": "https://www.shephardmedia.com/news/digital-battlespace/world-defense-show-2024-maxar-on-course-to-have-six-observation-satellites-in-orbit-this-year/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-02T00:41:59Z"
        },
        {
            "id": 6845,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2H 2024.",
            "info_url": "https://www.shephardmedia.com/news/digital-battlespace/world-defense-show-2024-maxar-on-course-to-have-six-observation-satellites-in-orbit-this-year/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-02T00:42:11Z"
        },
        {
            "id": 6848,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated new docking time.",
            "info_url": "https://blogs.nasa.gov/crew-8/2024/03/02/nasa-spacex-target-crew-8-launch-for-sunday-march-on-weather-concerns/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-03T03:14:03Z"
        },
        {
            "id": 6873,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://twitter.com/nasa/status/1764893562305417377",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-05T06:11:31Z"
        }
    ]
}