nasa / apod-api

Astronomy Picture of the Day API service
Apache License 2.0
833 stars 162 forks source link

Sometimes explanation in response is missing two characters #119

Open joshuatbrown opened 9 months ago

joshuatbrown commented 9 months ago

Here's the request I'm using:

https://api.nasa.gov/planetary/apod?hd=True&api_key=DEMO_KEY&start_date=2024-01-01

In the response for date 2024-01-26, I see this for the first sentence of the “explanation”: "silon Tauri lies 146 light-years away.” I expect this to match the website, which says “Epsilon Tauri lies 146 light-years away.” The first two characters are missing in the JSON response.

I see a similar issue for date 2024-01-13. The beginning of “explanation”: "rth's orbit around the Sun is not a circle, it's an ellipse.” Again, I expect this to match the website and start with “Earth’s”. it appears the first two characters are missing here, too.