🪐
Bodies
Get Planets, Sun and Moon positions for given latitude, longitude and date/time.
Bodies API could be used to get information about the planets, the sun and the moon. Most endpoints are GET requests and will require you to submit Observer Parameters as query parameters.
get
https://api.astronomyapi.com
/api/v2/bodies
Get available bodies
get
https://api.astronomyapi.com
/api/v2/bodies/positions
Get all bodies positions
get
https://api.astronomyapi.com
/api/v2/bodies/positions/:body
Get body positions
Last modified 1mo ago