api-docs icon indicating copy to clipboard operation
api-docs copied to clipboard

api.nasa.gov

Results 43 api-docs issues
Sort by recently updated
recently updated
newest added

This updates URLs on the API docs page that are either: - completely broken, or: - redirect to a new location. These are mostly simple changes (eg. minor subdomain changes...

When i'm trying to use this GET request: `https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND='499'&OBJ_DATA='YES'&MAKE_EPHEM='YES'&EPHEM_TYPE='OBSERVER'&CENTER='500@399'&START_TIME='2006-01-01'&STOP_TIME='2006-01-20'&STEP_SIZE='1%20d'&QUANTITIES='1,9,20,23,24,29' ` resonse looks weird: ![Postman_2IdRIfKF2x](https://github.com/nasa/api-docs/assets/3414236/dce96ae6-c04b-4ffc-8a28-1dcf2f5d9f30) Please, could you fix this issue?

I'm trying to call the Planetary Earth API using the following call `https://api.nasa.gov/planetary/earth/assets?lon=-73.9385004&lat=40.6642738&date=2022-02-01&dim=0.15&api_key={MY_API_KEY} ` Where I've obviously replaced the API_KEY. However, I'm repeatedly getting the same status code - and...

Hello, while trying to request earth images (using the Earth API) and a url structured as follows (`https://api.nasa.gov/planetary/earth/imagery?api_key=&lat=4.1413&lon=-20.0094`), I get after a really long loading time the message: `upstream connect...

**Issue Description:** I have noticed a typographical error on the Nasa webpage with the url: _https://api.nasa.gov/_ On the tab "Earth: Unlock the significant public investment in earth observation data." The...

> Satellite Situation Center The [Satellite Situation Center Web (SSCWeb) service](https://sscweb.sci.gsfc.nasa.gov/WebServices/REST/) has been developed and is operated jointly by the [NASA/GSFC Space Physics Data Facility (SPDF)](https://spdf.gsfc.nasa.gov/) and the National Space...

Hi, I'm looking for API that provides real time data for Mars orbiting satellites similar to that of Earth's orbiting satellites either in TLE or JSON format. Please include this...

Making an API call even with the DEMO_KEY is returing 502 Bad Gateway steps to reproduce: execute https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY result: Response with status: 502 Bad Gateway for URL: https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY Using registered...

"Browse APIs" -> "Satellite Situation Center" First link points to [https://sscweb.sci.gsfc.nasa.gov/WebServices/REST/], needs to point to [https://sscweb.gsfc.nasa.gov/WebServices/REST/]

The apod endpoint currently returns `504 Gateway Time-out` Following call is not working: https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY (Tried aswell using an official API key. However, this does not seem to solve the issue.)