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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=380&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=360&ordering=created_on",
    "results": [
        {
            "id": 5071,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://youtu.be/iY5jSjGNhws",
            "created_by": "LL2",
            "created_on": "2023-09-04T06:01:21Z"
        },
        {
            "id": 5079,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=OZqaA17T4eI",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-05T17:34:03Z"
        },
        {
            "id": 5080,
            "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=OZqaA17T4eI",
            "created_by": "LL2",
            "created_on": "2023-09-05T17:34:52Z"
        },
        {
            "id": 5083,
            "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=Tb9l7-u5Ayc",
            "created_by": "LL2",
            "created_on": "2023-09-06T17:03:47Z"
        },
        {
            "id": 5103,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting December 2023",
            "info_url": "https://www.majalahict.com/grup-psn-memperluas-akses-layanan-satelit-di-kawasan-asean-untuk-mendukung-digitalisasi-di-filipina/",
            "created_by": "Nosu",
            "created_on": "2023-09-09T11:54:40Z"
        },
        {
            "id": 5116,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "TBD 2024",
            "info_url": "https://twitter.com/AndrewParsonson/status/1701206871762227694",
            "created_by": "Nosu",
            "created_on": "2023-09-11T12:24:51Z"
        },
        {
            "id": 5138,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-leadership-to-call-agency-s-record-breaking-astronaut-in-space",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-12T05:27:53Z"
        },
        {
            "id": 5142,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://newsroom.arianespace.com/strongarianespace-signs-agreement-with-intelsat-for-launch-of-is-45-strong-50169/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-12T10:10:59Z"
        },
        {
            "id": 5146,
            "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=rMEGIBq0mOU",
            "created_by": "LL2",
            "created_on": "2023-09-12T18:14:57Z"
        },
        {
            "id": 5148,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch vehicle configuration.",
            "info_url": "https://www.ssc.spaceforce.mil/LinkClick.aspx?fileticket=y-b2Aw7nHzk%3d&portalid=3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-13T04:14:54Z"
        }
    ]
}