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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=580&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=560&ordering=created_on",
    "results": [
        {
            "id": 6227,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked approximate launch date per launch manifest (P.129 of source).",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-09T14:30:05Z"
        },
        {
            "id": 6228,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked approximate launch date per launch manifest (P.129 of source).",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-09T14:30:39Z"
        },
        {
            "id": 6232,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://en.yna.co.kr/view/AEN20240108002400315?section=national/defense",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-09T14:41:37Z"
        },
        {
            "id": 6233,
            "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=ZJVa0z5kZAk",
            "created_by": "LL2",
            "created_on": "2024-01-09T18:28:40Z"
        },
        {
            "id": 6234,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2025.",
            "info_url": "https://www.youtube.com/watch?v=ZJVa0z5kZAk",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-09T18:53:12Z"
        },
        {
            "id": 6250,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.axiomspace.com/news/ax3-countdowntolaunch",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-11T06:37:08Z"
        },
        {
            "id": 6251,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET November 15",
            "info_url": "https://europeanspaceflight.com/esa-targets-15-november-for-vega-c-return-to-flight-mission/",
            "created_by": "Nosu",
            "created_on": "2024-01-11T15:08:31Z"
        },
        {
            "id": 6254,
            "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/1745460584580280738",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-11T16:30:45Z"
        },
        {
            "id": 6256,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-climate-mission-to-study-ocean-life-air/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-11T20:31:16Z"
        },
        {
            "id": 6262,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-axiom-mission-3-briefing-events-broadcast/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-12T10:03:05Z"
        }
    ]
}