I need to find an open data repository about streaming data of the Moon and satellites, where I can find information like the position in real time. I need to work with JSON files. Does anybody know where should I search?
I’d like something like this website:
http://api.open-notify.org/iss-now.json,
where I can know the ISS location in real time.
vmgf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
https://ssd.jpl.nasa.gov/horizons is a fine source for solar system body location (ephemerides). It has the planets, their moons, a number of larger asteroids, and maybe the ISS. It is possible to query it programmatically and retrieve results.
See this for an example of using Horizons: https://github.com/WoodManEXP/OrbitalSimOpenGL