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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=410&ordering=created_on",
    "results": [
        {
            "id": 5364,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://twitter.com/pbdes/status/1698723520203669975",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-09T10:46:02Z"
        },
        {
            "id": 5365,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2024.",
            "info_url": "https://europeanspaceflight.com/ariane-6-development-suffers-another-setback/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-09T10:50:28Z"
        },
        {
            "id": 5372,
            "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=THj6HMhOCEk",
            "created_by": "LL2",
            "created_on": "2023-10-10T15:57:24Z"
        },
        {
            "id": 5376,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added EVA.",
            "info_url": "https://twitter.com/katlinegrey/status/1711779893954883950",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T03:25:47Z"
        },
        {
            "id": 5377,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added tentative launch time and date.",
            "info_url": "https://arstechnica.com/space/2023/10/a-year-from-launch-the-europa-clipper-spacecraft-nears-finish-line/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T04:55:49Z"
        },
        {
            "id": 5378,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "EVA delayed to assess possible impact from MLM radiator coolant leakage.",
            "info_url": "https://twitter.com/cbs_spacenews/status/1712099056187478049",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T14:11:43Z"
        },
        {
            "id": 5379,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "EVA delayed to assess possible impact from MLM radiator coolant leakage.",
            "info_url": "https://twitter.com/cbs_spacenews/status/1712099056187478049",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T14:12:26Z"
        },
        {
            "id": 5381,
            "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=oFvIuSpACQA",
            "created_by": "LL2",
            "created_on": "2023-10-11T15:02:29Z"
        },
        {
            "id": 5382,
            "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=_EkWoz90-VA",
            "created_by": "LL2",
            "created_on": "2023-10-11T16:56:30Z"
        },
        {
            "id": 5384,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April-May 2024.",
            "info_url": "https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/ariane-6-vers-un-premier-vol-en-avril-mai-2024-977533.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T22:41:32Z"
        }
    ]
}