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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=210&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=190&ordering=created_on",
    "results": [
        {
            "id": 3890,
            "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=8IJJz2Krybg",
            "created_by": "LL2",
            "created_on": "2023-04-26T18:36:20Z"
        },
        {
            "id": 3900,
            "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=ZTvggR94UnA",
            "created_by": "LL2",
            "created_on": "2023-04-28T11:45:43Z"
        },
        {
            "id": 3922,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing time.",
            "info_url": "https://www.asteroidmission.org/?latest-news=nasa-prepares-for-historic-asteroid-sample-delivery-on-sept-24",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-01T02:29:31Z"
        },
        {
            "id": 3988,
            "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=nx72zIZD49c",
            "created_by": "LL2",
            "created_on": "2023-05-06T10:56:49Z"
        },
        {
            "id": 3990,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2023.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-06T14:54:36Z"
        },
        {
            "id": 3991,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 2023.",
            "info_url": "https://www.cnbc.com/2023/05/06/firefly-launching-space-force-high-speed-victus-nox-mission.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-06T15:14:36Z"
        },
        {
            "id": 3994,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 2024.",
            "info_url": "https://twitter.com/isrospaceflight/status/1649752465192124422",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-07T03:26:40Z"
        },
        {
            "id": 3995,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late summer 2023.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-07T03:29:14Z"
        },
        {
            "id": 4012,
            "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=jlUp56Qea9E",
            "created_by": "LL2",
            "created_on": "2023-05-10T17:53:10Z"
        },
        {
            "id": 4013,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET August 2025",
            "info_url": "https://www.vastspace.com/updates/vast-announces-the-haven-1-and-vast-1-human-spaceflight-mission-launched-by-spacex-on-a-dragon-spacecraft",
            "created_by": "Nosu",
            "created_on": "2023-05-10T19:13:18Z"
        }
    ]
}