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=140&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=150&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=130&ordering=created_on",
    "results": [
        {
            "id": 3348,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET August",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Nosu",
            "created_on": "2023-02-17T13:15:58Z"
        },
        {
            "id": 3377,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET April 2025",
            "info_url": "https://twitter.com/CNSpaceflight/status/1625179058177970183",
            "created_by": "Nosu",
            "created_on": "2023-02-23T17:01:47Z"
        },
        {
            "id": 3392,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "NET April",
            "info_url": "https://t.me/roscosmos_gk/8595",
            "created_by": "SwGustav",
            "created_on": "2023-02-26T15:39:18Z"
        },
        {
            "id": 3408,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "No longer listed for March 1st on NASA TV live coverage list.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-02-27T16:37:06Z"
        },
        {
            "id": 3426,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET H2 2023",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-signs-multi-launch-deal-to-deploy-satellite-constellation-for-capella-space/",
            "created_by": "Nosu",
            "created_on": "2023-03-01T08:13:57Z"
        },
        {
            "id": 3429,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET late 2023",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-signs-multi-launch-deal-to-deploy-satellite-constellation-for-capella-space/",
            "created_by": "Nosu",
            "created_on": "2023-03-01T08:17:05Z"
        },
        {
            "id": 3430,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET late 2023",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-signs-multi-launch-deal-to-deploy-satellite-constellation-for-capella-space/",
            "created_by": "Nosu",
            "created_on": "2023-03-01T08:17:29Z"
        },
        {
            "id": 3431,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "First Kinéis missions NET late 2023",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-signs-multi-launch-deal-to-deploy-satellite-constellation-for-capella-space/",
            "created_by": "Nosu",
            "created_on": "2023-03-01T08:18:27Z"
        },
        {
            "id": 3440,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time",
            "info_url": "https://twitter.com/Space_Station/status/1631484071871225856",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-03T03:53:14Z"
        },
        {
            "id": 3442,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Vega-C Return To Flight now NET end of 2023.",
            "info_url": "https://www.esa.int/Newsroom/Press_Releases/Loss_of_flight_VV22_Independent_Enquiry_Commission_announces_conclusions",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-03T08:36:01Z"
        }
    ]
}