Try and see! Here is a request for imagery of the O2 Arena on the river in London for an image from January 2017:
curl "https://api.nasa.gov/planetary/earth/imagery/?lon=0&lat=51.5&date=2017-01-01&cloud_score=True&api_key=DEMO_KEY"
Here is the result:
{
"cloud_score": 0.047324414226919846,
"date": "2017-01-17T10:52:32",
"id": "LC8_L1T_TOA/LC82010242017017LGN00",
"resource": {
"dataset": "LC8_L1T_TOA",
"planet": "earth"
},
"service_version": "v1",
"url": "https://earthengine.googleapis.com/api/thumb?thumbid=a286185b3fda28fa900a3ce43b3aad8c&token=206c7f1b6d4f847d0d16646461013150"
If you paste the URL at the end into a browser, you get the image.
Here are some others:
solved Write application for analysis of satellite imagery of dates from cvs file