US Government Web Services and XML Data Sources
Load and stress tested with SiteBlaster
USGovXML Icon
Home     Index     About     Contact     Examples     Help      Mobile Apps 
US Government Data Sources

NASA Images API

Department: Independent Agency
Agency: National Aeronautics and Space Administration (NASA) (http://www.nasa.gov/ )
Sub Agency: images.nasa.gov (https://images.nasa.gov )
Description:
The NASA Images API (https://images.nasa.gov/docs/images.nasa.gov_api_docs.pdf ) provides access to the media available at images.nasa.gov.

The images.nasa.gov API offers several endpoints:

Search
Performs a parameterized search for media assets

    https://images-api.nasa.gov/search?parms

Asset
Retrieves an asset’s manifest based on its nasa_id

    https://images-api.nasa.gov/asset/{nasa_id}

Metadata
Retrieve an asset’s metadata location based on its nasa_id

    https://images-api.nasa.gov/metadata/{nasa_id}

Captions
Retrieve an asset’s captions based on its nasa_id

    https://images-api.nasa.gov/captions/{nasa_id}
Help/Documentation:
https://images.nasa.gov
WSDL/Data Location:
TheNASA Images API is a REST based web service that only returns data formatted in JSON. The base address of the API is:

    https://images-api.nasa.gov

The format of requests to the API depends upon the endpoint:

EndPointRequest
Searchhttps://images-api.nasa.gov/search?parms
Assethttps://images-api.nasa.gov/asset/{nasa_id}
Metadatahttps://images-api.nasa.gov/metadata/{nasa_id}
Captionshttps://images-api.nasa.gov/captions/{nasa_id}


Where:
    parms => URL parameters used to filter data being returned from the search
    nasa_id => A code that uniquely identifies the data to be returned
Operations:
OperationDescription
N/A

Support: nasa-dl-niep-avail-bugs@mail.nasa.gov
Example:







 
Terms of Use     Contact     Mobile    

Copyright © 2008-2016 USGovXML.com All rights reserved.