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=170&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=180&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=160&ordering=created_on",
    "results": [
        {
            "id": 3616,
            "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=4v0rU1ESjJs",
            "created_by": "LL2",
            "created_on": "2023-03-21T18:16:08Z"
        },
        {
            "id": 3655,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2023",
            "info_url": "https://arstechnica.com/science/2023/03/dream-chaser-is-delayed-again-raising-questions-about-vulcan-launch-plans/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-24T15:31:08Z"
        },
        {
            "id": 3674,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Late 2023.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=26990.msg2469692#msg2469692",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-26T07:53:46Z"
        },
        {
            "id": 3683,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating launch vehicle, launch site, and LSP",
            "info_url": "https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Proba_Missions/Proba-3_complete_Formation-flying_satellites_fully_integrated",
            "created_by": "Nosu",
            "created_on": "2023-03-28T07:04:00Z"
        },
        {
            "id": 3684,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Event started.",
            "info_url": "https://www.youtube.com/live/21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-28T09:39:08Z"
        },
        {
            "id": 3685,
            "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=JgP_zEou9Mk",
            "created_by": "LL2",
            "created_on": "2023-03-28T11:17:35Z"
        },
        {
            "id": 3718,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET Q3 2024",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Nosu",
            "created_on": "2023-03-31T14:50:17Z"
        },
        {
            "id": 3741,
            "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=mua1Lysc_JQ",
            "created_by": "LL2",
            "created_on": "2023-04-03T14:59:21Z"
        },
        {
            "id": 3754,
            "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=qg_XJ5OsYNI",
            "created_by": "LL2",
            "created_on": "2023-04-05T16:57:34Z"
        },
        {
            "id": 3756,
            "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=H4TrSRwfy7A",
            "created_by": "LL2",
            "created_on": "2023-04-05T18:08:38Z"
        }
    ]
}