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 Captions 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: Captions
paths:
/captions/{nasa_id}:
get:
operationId: getCaptions
summary: NASA Get video captions location
description: Returns the captions file location for a video 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:
- Captions