Open ghost opened 3 years ago
I think you would need a local instance of the API with concept_tags turned on
Thank you. Does that mean I should deploy to my own server? With what limitations? Unlimited calls? Why is it disabled?
I'm sorry but I don't have an answer to that since I'm having the same issue as you and am not a dev in this project, I'm now trying to set up the API locally. If i get it to work I'll let you know.
Thank you. Beyond this open source project I am a consumer of the public API and I have opened the question here because it is a GitHub repository where you can open questions. https://api.nasa.gov
Unfortunately the issue seems to be that the concept_tags functionality relies on the third party API http://access.alchemyapi.com/calls/text/TextGetRankedConcepts
which ranked concepts and is now disabled according to https://www.ibm.com/cloud/blog/announcements/bye-bye-alchemyapi , I found this on the apod/utility.py file, therefore turning on the functionality requires a rewrite of the method get_concepts
Hello,
I'm getting this message on the
concepts
key.concept_tags
search param is set toTrue
.There is a way to turn on the functionality?
Example URL
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY&date=2014-10-01&concept_tags=True
Response