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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=190&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=170&ordering=created_on",
    "results": [
        {
            "id": 3758,
            "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/live/4F4gKjrrM8s",
            "created_by": "LL2",
            "created_on": "2023-04-06T08:16:55Z"
        },
        {
            "id": 3759,
            "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/live/fy-5xNs8FMI",
            "created_by": "LL2",
            "created_on": "2023-04-06T11:08:24Z"
        },
        {
            "id": 3768,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting October 8, 2024",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57431.msg2472816#msg2472816",
            "created_by": "Nosu",
            "created_on": "2023-04-07T14:58:31Z"
        },
        {
            "id": 3770,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Q3 2023",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Nosu",
            "created_on": "2023-04-10T15:52:39Z"
        },
        {
            "id": 3780,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing date and time.",
            "info_url": "https://www.ispace-inc.com/news-en/?p=4577",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-12T00:25:19Z"
        },
        {
            "id": 3782,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch vehicle choice now uncertain with Relativity Space planning to retire Terran-1 immediately; may switch to Terran-R but launch would then be NET 2026.",
            "info_url": "https://arstechnica.com/science/2023/04/relativity-space-is-moving-on-from-the-terran-1-rocket-to-something-much-bigger/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-12T16:01:10Z"
        },
        {
            "id": 3805,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer 2024",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2023/04/14/nasa-updates-commercial-crew-planning-manifest-through-2024/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-15T00:04:39Z"
        },
        {
            "id": 3812,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Event started.",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-15T14:46:02Z"
        },
        {
            "id": 3826,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA start time.",
            "info_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-of-spacewalk-news-conference-for-station-upgrades",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-17T16:45:33Z"
        },
        {
            "id": 3834,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2024",
            "info_url": "https://twitter.com/chenryspace/status/1648377695577817110",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-18T23:53:14Z"
        }
    ]
}