API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/733/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 733,
    "url": "https://ll.thespacedevs.com/2.2.0/event/733/?format=api",
    "slug": "rs-25-engine-test-13",
    "name": "RS-25 Engine Test",
    "updates": [
        {
            "id": 3487,
            "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/live/zdjzEPg-GzM",
            "created_by": "LL2",
            "created_on": "2023-03-08T21:42:26Z"
        },
        {
            "id": 3486,
            "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/live/zdjzEPg-GzM",
            "created_by": "LL2",
            "created_on": "2023-03-08T21:41:23Z"
        }
    ],
    "last_updated": "2024-03-08T09:38:10Z",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "NASA will conduct an RS-25 engine test on the A-1 Test Stand at the Stennis Space Center near Bay St. Louis, Mississippi.",
    "webcast_live": false,
    "location": "Stennis Space Center, Mississippi",
    "news_url": "https://twitter.com/NASAStennis/status/1633212903984619523",
    "video_url": "https://www.youtube.com/live/zdjzEPg-GzM",
    "info_urls": [
        {
            "priority": 10,
            "source": "twitter.com",
            "title": "",
            "description": "This browser is no longer supported.\n\nPlease switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
            "feature_image": null,
            "url": "https://twitter.com/NASAStennis/status/1633212903984619523",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Avant d'accéder à YouTube",
            "description": "\n• Suivre les interruptions de service et protéger contre le spam, les fraudes et les abus\n• Mesurer l'engagement de l'audience et les statistiques des sites pour comprendre la façon dont nos services sont utilisés et pour améliorer leur qualité\n• Développer de nouveaux services et les améliorer\n• D...",
            "feature_image": null,
            "url": "https://www.youtube.com/live/zdjzEPg-GzM",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20231003182719.jpeg",
    "date": "2023-03-08T22:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
            "name": "Artemis",
            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
            "start_date": "2017-12-11T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/specials/artemis/",
            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}