JSON for earth's subsolar point? (Point on earth directly "below" sun)

Okay, this is a bit of a weird question to ask on the devforum, but I’ve had no luck on stack overflow and figured I could try here too.

Does anyone know of a JSON http request link that has Earth’s subsolar point?
The subsolar point of a planet is the point where the sun is directly “above”.

Sorry if this is a stupid question or a bad place to ask or anything, just figured I’d try.

Also I’d prefer if the API or whatever may be found is free to use, I’m just making a little mini project with the earth orbiting the sun (or rather the sun orbiting the earth with how I’m actually making it).

3 Likes

Almost certainly if anyone has this it’d be NOAA. I will look.

1 Like

Looks like it could be in here? Index of /json
Otherwise you can calculate it from solar elevation, which you can get here: Solar Elevation Angle for API | Dev.QWeather

1 Like

https://rl.se/tmp/zenitdata.json

I’ll take a look at this, thank you!

This returns a 403 for me, unfortunately.