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=40&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=50&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=30&ordering=created_on",
    "results": [
        {
            "id": 944,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New splashdown time.",
            "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-2-return-to-earth",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:13:51Z"
        },
        {
            "id": 945,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-2-return-to-earth",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:14:28Z"
        },
        {
            "id": 946,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking time.",
            "info_url": "https://tass.ru/kosmos/12841619",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:17:20Z"
        },
        {
            "id": 947,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://tass.ru/kosmos/12841619",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:17:50Z"
        },
        {
            "id": 982,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-launch-optus-11-ariane-6/",
            "created_by": "Nosu",
            "created_on": "2021-11-17T09:01:19Z"
        },
        {
            "id": 1026,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Spacewalk delayed due to debris notification for ISS. Moving event to a placeholder end of December date for now.",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-air-spacewalk-to-swap-communications-antenna-on-space-station",
            "created_by": "spacevogel",
            "created_on": "2021-11-30T06:42:01Z"
        },
        {
            "id": 1120,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Boca Chica residents have received an alert notice indicating SpaceX are planning to perform engine testing of Ship 20 on December 28.",
            "info_url": "https://twitter.com/bocachicagal/status/1475659755653849094",
            "created_by": "Jay",
            "created_on": "2021-12-28T03:32:33Z"
        },
        {
            "id": 1124,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Road open.",
            "info_url": "https://www.youtube.com/watch?v=zPkIZYw5O98",
            "created_by": "Jay",
            "created_on": "2021-12-28T19:41:41Z"
        },
        {
            "id": 1140,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-platino-1-2-on-vega-and-vega-c/",
            "created_by": "SwGustav",
            "created_on": "2022-01-08T04:36:48Z"
        },
        {
            "id": 1141,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-platino-1-2-on-vega-and-vega-c/",
            "created_by": "SwGustav",
            "created_on": "2022-01-08T04:36:55Z"
        }
    ]
}