Filters

Parameters - created_on, launch, launch__launch_service_provider, program

Example - /updates/?launch__launch_service_provider=121

Ordering

Fields - created_on

Example - /updates/?ordering=-created_on

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /updates/?limit=2

Format

Switch to JSON output - /updates/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/updates/?format=api&offset=50&ordering=created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 3981,
    "next": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=60&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=40&ordering=created_on",
    "results": [
        {
            "id": 1143,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-eight-new-galileo-satellites/",
            "created_by": "Nosu",
            "created_on": "2022-01-08T08:47:48Z"
        },
        {
            "id": 1144,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-eight-new-galileo-satellites/",
            "created_by": "Nosu",
            "created_on": "2022-01-08T08:48:53Z"
        },
        {
            "id": 1145,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-eight-new-galileo-satellites/",
            "created_by": "Nosu",
            "created_on": "2022-01-08T08:50:01Z"
        },
        {
            "id": 1184,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding event.",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-s-arrival-at-final-destination-next-steps/",
            "created_by": "Jay",
            "created_on": "2022-01-20T22:29:57Z"
        },
        {
            "id": 1185,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Delayed 24 hours",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Jay",
            "created_on": "2022-01-20T22:35:58Z"
        },
        {
            "id": 1192,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed by 24 hours",
            "info_url": "https://twitter.com/Space_Station/status/1484893534868148233",
            "created_by": "SwGustav",
            "created_on": "2022-01-22T14:24:54Z"
        },
        {
            "id": 1223,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting April 6 at 00:31:51 UTC.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Nosu",
            "created_on": "2022-01-28T20:04:30Z"
        },
        {
            "id": 1279,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "On February 11th, Elon Musk gave a much anticipated update to the Starship program - with the backdrop of a fully stacked Starship and Booster on the launch pad - Musk detailed SpaceX's plan to continue development of Starship from Boca Chica with operational launches likely to take place out of Cape Canaveral.\r\n\r\nSpaceX is still targeting 2021 for the first orbital flight attempt out of Boca Chica, Texas pending FAA approval.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2022-02-12T05:08:43Z"
        },
        {
            "id": 1284,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding Polaris Dawn, the first mission of the privately-funded Polaris program.",
            "info_url": "https://polarisprogram.com/dawn/",
            "created_by": "Nosu",
            "created_on": "2022-02-14T13:31:14Z"
        },
        {
            "id": 1285,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November",
            "info_url": "https://spaceflightnow.com/2022/02/14/billionaire-plans-three-more-flights-with-spacex-culminating-in-starship-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-02-14T16:28:17Z"
        }
    ]
}