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

{
    "count": 4156,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=960&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=940&ordering=created_on",
    "results": [
        {
            "id": 8135,
            "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=Eo_Hu5GSK3o",
            "created_by": "LL2",
            "created_on": "2024-07-26T17:59:53Z"
        },
        {
            "id": 8139,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 18 (launch time via https://www.launchphotography.com/Launch_Viewing_Guide.html)",
            "info_url": "https://blogs.nasa.gov/crew-9/2024/07/26/nasa-spacex-targeting-aug-18-for-crew-9-mission-to-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-27T02:41:58Z"
        },
        {
            "id": 8140,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET August 2 per NOTAM F2669/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61256.msg2610623#msg2610623",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-27T02:48:00Z"
        },
        {
            "id": 8141,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch (11:30 mark of video)",
            "info_url": "https://www.youtube.com/watch?v=AZFUUEEjYqU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-27T02:51:02Z"
        },
        {
            "id": 8142,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 13 (11:35 mark of video).",
            "info_url": "https://www.youtube.com/watch?v=AZFUUEEjYqU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-27T02:58:57Z"
        },
        {
            "id": 8144,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.youtube.com/watch?v=AZFUUEEjYqU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-27T03:10:48Z"
        },
        {
            "id": 8145,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.youtube.com/watch?v=AZFUUEEjYqU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-27T03:11:47Z"
        },
        {
            "id": 8146,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.youtube.com/watch?v=AZFUUEEjYqU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-27T03:13:02Z"
        },
        {
            "id": 8165,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/FINAL-F51-Synspective-press-kit.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-29T01:50:23Z"
        },
        {
            "id": 8167,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch date and time.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61179.msg2610732#msg2610732",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-29T14:22:47Z"
        }
    ]
}