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=820&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=830&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=810&ordering=created_on",
    "results": [
        {
            "id": 7590,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Reverting to TBD May, pending a new launch date",
            "info_url": "https://twitter.com/SciGuySpace/status/1793093556149875083",
            "created_by": "Nosu",
            "created_on": "2024-05-22T07:16:30Z"
        },
        {
            "id": 7606,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=vwwZ0bjORI4",
            "created_by": "LL2",
            "created_on": "2024-05-23T10:00:45Z"
        },
        {
            "id": 7608,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-mission-partners-to-discuss-starliner-crew-flight-test-progress/",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-23T16:44:04Z"
        },
        {
            "id": 7610,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://twitter.com/w_robinsonsmith/status/1793699585745191066",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-24T02:12:00Z"
        },
        {
            "id": 7614,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "New docking time",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Nosu",
            "created_on": "2024-05-24T07:00:34Z"
        },
        {
            "id": 7618,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=hyoXOd8zKdI",
            "created_by": "LL2",
            "created_on": "2024-05-24T15:20:55Z"
        },
        {
            "id": 7634,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late June 2024.",
            "info_url": "https://licensing.fcc.gov/myibfs/download.do?attachment_key=27849920",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-27T12:32:23Z"
        },
        {
            "id": 7638,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET June 2025",
            "info_url": "https://database.eohandbook.com/database/missionsummary.aspx?missionID=814",
            "created_by": "Nosu",
            "created_on": "2024-05-27T14:28:06Z"
        },
        {
            "id": 7643,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Роскосмос ТВ has started",
            "info_url": "https://www.youtube.com/watch?v=pMaog0f0pGM",
            "created_by": "LL2",
            "created_on": "2024-05-28T08:33:15Z"
        },
        {
            "id": 7654,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 2024.",
            "info_url": "https://www.satellitetoday.com/launch/2024/05/23/satellite-iot-startup-kineis-readies-for-2-upcoming-rocket-lab-launches/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-29T00:04:51Z"
        }
    ]
}