Todays' morning, seeing some pieces of news, I read one with the headline "An asteroid that could
be as big
as the CN Tower will hurtle past Earth this weekend".
As a Datanaut, I decided to verify on api.nasa.gov, of course.
It is not complicated.
I used the RESTful web service called "Asteroids - NeoWs" and its "Neo - Feed"
method using the date filter. https://api.nasa.gov/neo/rest/v1/feed?start_date=2020-06-06&end_date=2020-06-06&api_key=DEMO_KEY
The most important part of the result in JSON format:
Here is more details about the asteroid via another method: https://api.nasa.gov/neo/rest/v1/neo/2163348?api_key=DEMO_KEY
NASA and other space agencies give us lots of materials to analyze, verify, and prove the facts.
This task is awesome when using APIs and datasets. Go hacking!