Google Freebase API How To Get URL Of Image?

前端 未结 1 1004
情深已故
情深已故 2021-02-02 01:44

So, I am trying to figure out how to get URL to an image in Freebase database. I want an image of San Francisco. This is how I get the San Francisco topic:

https://www.g

相关标签:
1条回答
  • 2021-02-02 02:18

    It's kind of buried in the documentation since it doesn't have a section of its own, but is instead referenced from the Topic API documentation, but you can find the necessary info here

    URLs are of the form:

    https://usercontent.googleapis.com/freebase/v1/image/<image ID>
    
    0 讨论(0)
提交回复
热议问题