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=690&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=700&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=680&ordering=created_on",
    "results": [
        {
            "id": 6877,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2H 2024",
            "info_url": "https://www.zawya.com/en/press-release/companies-news/yahsat-reports-strongest-ever-financial-results-for-2023-f12whu89",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-05T12:32:47Z"
        },
        {
            "id": 6878,
            "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=FIwG9b1z4C8",
            "created_by": "LL2",
            "created_on": "2024-03-05T15:28:32Z"
        },
        {
            "id": 6880,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 11.",
            "info_url": "https://blogs.nasa.gov/spacestation/2024/03/05/expedition-70-welcomes-four-new-crewmates-quickly-gets-to-work/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-06T03:43:52Z"
        },
        {
            "id": 6885,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://fxtwitter.com/NASAStennis/status/1765394893734658481",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-06T15:18:14Z"
        },
        {
            "id": 6887,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch (date per https://database.eohandbook.com/database/missionsummary.aspx?missionID=922)",
            "info_url": "https://www.kari.re.kr/eng/sub03_03_01.do",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-06T18:15:59Z"
        },
        {
            "id": 6888,
            "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=WDKE34q821Y",
            "created_by": "LL2",
            "created_on": "2024-03-06T18:55:00Z"
        },
        {
            "id": 6897,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-08T05:28:49Z"
        },
        {
            "id": 6898,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-08T05:31:23Z"
        },
        {
            "id": 6899,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-08T05:33:15Z"
        },
        {
            "id": 6901,
            "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-science-webinar-coverage-for-space-station-resupply-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-08T09:08:07Z"
        }
    ]
}