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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=140&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=120&ordering=created_on",
    "results": [
        {
            "id": 3079,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET October 2024",
            "info_url": "https://www.esa.int/Space_Safety/Hera",
            "created_by": "Nosu",
            "created_on": "2022-12-29T15:27:39Z"
        },
        {
            "id": 3126,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 1H 2023",
            "info_url": "https://open.spotify.com/episode/4hNnLsOXVMeDNzUyrfKruT?si=BwN7t2UqQfOXdEi4DDhvCA&nd=1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-01-09T18:18:05Z"
        },
        {
            "id": 3172,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 2023",
            "info_url": "https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=119834&RequestTimeout=1000",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-01-15T13:19:59Z"
        },
        {
            "id": 3231,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking date/time.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32006.msg2452828#msg2452828",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-01-27T16:13:56Z"
        },
        {
            "id": 3247,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating launch vehicle",
            "info_url": "https://tass.com/science/1569951",
            "created_by": "Nosu",
            "created_on": "2023-02-01T16:41:43Z"
        },
        {
            "id": 3260,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting pad",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Nosu",
            "created_on": "2023-02-02T20:32:53Z"
        },
        {
            "id": 3284,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2023",
            "info_url": "https://investors.viasat.com/static-files/caaaea6a-6f1e-460e-9f57-ad6ddb2353de",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-02-08T02:49:46Z"
        },
        {
            "id": 3294,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "SpaceX live. Clock holding at T-40 seconds.",
            "info_url": "https://www.youtube.com/watch?v=6ghTUwwgZPE",
            "created_by": "Jay",
            "created_on": "2023-02-09T21:07:18Z"
        },
        {
            "id": 3303,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Added launch. NET late 2024",
            "info_url": "https://www.nasa.gov/press-release/nasa-selects-blue-origin-to-launch-mars-magnetosphere-study-mission",
            "created_by": "Jay",
            "created_on": "2023-02-09T23:25:02Z"
        },
        {
            "id": 3343,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-02-17T03:56:22Z"
        }
    ]
}