Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: NASA Image and Video Library Metadata API
description: The NASA Image and Video Library API provides access to NASA's media archive including images, videos, and audio. Users can search, retrieve metadata, captions, and asset manifests.
version: 1.0.0
contact:
name: NASA API Support
url: https://api.nasa.gov
servers:
- url: https://images-api.nasa.gov
tags:
- name: Metadata
paths:
/metadata/{nasa_id}:
get:
operationId: getMetadata
summary: NASA Get media metadata location
description: Returns the metadata location for a NASA media asset.
parameters:
- name: nasa_id
in: path
required: true
schema:
type: string
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
properties:
location:
type: string
format: uri
tags:
- Metadata