Search⌘ K
AI Features

NASA's Image and Video Library

Explore how to programmatically access NASA's Image and Video Library using its API. Learn to perform searches with query parameters and retrieve links to media assets, including images and videos, by working with NASA's unique media IDs.

On March 28, 2017, NASA launched a resource called the NASA Image and Video Library, which provides access to images, videos, and audio content gathered by NASA during its missions. We can use this content in our applications to help users explore space and learn more about it. In this lesson, we'll learn about the API, which allows us to access this data programmatically.

Search content

The base URL https://images-api.nasa.gov/search is used to fetch content from NASA's library. This base URL cannot be called as it is and must be accompanied by at least one query parameter when ...