Google Freebase API How To Get URL Of Image?
问题 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.googleapis.com/freebase/v1sandbox/topic/%2Fen%2Fsan_francisco?key=MY_API_KEY The response contains images, for example: { text: "San Francisco Skyline", lang: "en", id: "/m/04j74yh", creator: "/user/carmenmfenn1", timestamp: "2008-09-01T13:37:22.000Z" } So I then call the GET API again to get the image: https://www.googleapis