2013-05-19 2 views
11

Итак, я пытаюсь выяснить, как получить URL-адрес изображения в базе данных Freebase. Мне нужен образ Сан-Франциско. Это, как я получаю эту тему в Сан-Франциско:API Google Freebase Как получить URL-адрес изображения?

https://www.googleapis.com/freebase/v1sandbox/topic/%2Fen%2Fsan_francisco?key=MY_API_KEY

Ответ содержит изображения, например:

{ 
    text: "San Francisco Skyline", 
    lang: "en", 
    id: "/m/04j74yh", 
    creator: "/user/carmenmfenn1", 
    timestamp: "2008-09-01T13:37:22.000Z" 
} 

Так я тогда называем GET API снова, чтобы получить изображение:

https://www.googleapis.com/freebase/v1sandbox/topic/%2Fm%2F04j74yh?key=MY_API_KEY

Это возвращает много информации об изображении, таком как тип носителя, размер и т. Д. Но я не вижу никакого URL-адреса. число рейнольдса Есть несколько ID (blob id, mid). Я не уверен, как перейти к URL-адресу изображения. Есть идеи?

Это полный ответ:

{ 
    id: "/m/04j74yh", 
    property: { 
     /common/image/appears_in_topic_gallery: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "San Francisco", 
        lang: "en", 
        id: "/m/0d6lp", 
        creator: "/user/carmenmfenn1", 
        timestamp: "2008-09-01T13:37:22.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /common/image/size: { 
      valuetype: "compound", 
      values: [ 
       { 
        text: "640.0 - 330.0 - Freebase Data Team - Rectangle Size", 
        lang: "en", 
        id: "/m/02bpzld", 
        creator: "/user/carmenmfenn1", 
        timestamp: "2008-09-01T13:37:22.000Z", 
        property: { 
         /measurement_unit/rect_size/x: { 
          valuetype: "float", 
          values: [ 
           { 
            text: "640.0", 
            lang: "en", 
            value: 640, 
            creator: "/user/mwcl_images", 
            timestamp: "2007-04-15T23:03:01.001Z" 
           } 
          ], 
          count: 1 
         }, 
         /measurement_unit/rect_size/y: { 
          valuetype: "float", 
          values: [ 
           { 
            text: "330.0", 
            lang: "en", 
            value: 330, 
            creator: "/user/mwcl_images", 
            timestamp: "2007-04-15T23:03:01.001Z" 
           } 
          ], 
          count: 1 
         }, 
         /type/object/attribution: { 
          valuetype: "object", 
          values: [ 
           { 
            text: "Freebase Data Team", 
            lang: "en", 
            id: "/m/0220tm0", 
            creator: "/user/mwcl_images", 
            timestamp: "2007-04-15T23:03:01.001Z" 
           } 
          ], 
          count: 1 
         }, 
         /type/object/type: { 
          valuetype: "object", 
          values: [ 
           { 
            text: "Rectangle Size", 
            lang: "en", 
            id: "/measurement_unit/rect_size", 
            creator: "/user/mwcl_images", 
            timestamp: "2007-04-15T23:03:01.001Z" 
           } 
          ], 
          count: 1 
         } 
        } 
       } 
      ], 
      count: 1 
     }, 
     /common/licensed_object/license: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "CC-BY-2.5", 
        lang: "en", 
        id: "/m/01xrw11", 
        creator: "/user/carmenmfenn1", 
        timestamp: "2008-09-01T13:37:22.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /common/topic/notable_for: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "Content", 
        lang: "en", 
        id: "/type/content" 
       } 
      ], 
      count: 1 
     }, 
     /common/topic/notable_types: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "Content", 
        lang: "en", 
        id: "/type/content", 
        timestamp: "2013-05-17T00:04:43.942Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/content/blob_id: { 
      valuetype: "string", 
      values: [ 
       { 
        text: "8debf723b25edb43b413bcb2890c4f4fe6ec5e5b2c7ce9c7e1f2aee273b0d0fe", 
        lang: "", 
        value: "8debf723b25edb43b413bcb2890c4f4fe6ec5e5b2c7ce9c7e1f2aee273b0d0fe", 
        creator: "/user/content_administrator", 
        timestamp: "2008-09-01T13:37:20.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/content/length: { 
      valuetype: "int", 
      values: [ 
       { 
        text: "47162", 
        lang: "en", 
        value: 47162, 
        creator: "/user/content_administrator", 
        timestamp: "2008-09-01T13:37:20.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/content/media_type: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "image/jpeg", 
        lang: "en", 
        id: "/m/08x8", 
        creator: "/user/content_administrator", 
        timestamp: "2008-09-01T13:37:20.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/object/attribution: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "Freebase Staff", 
        lang: "en", 
        id: "/m/05g", 
        creator: "/user/content_administrator", 
        timestamp: "2008-09-01T13:37:20.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/object/mid: { 
      valuetype: "key", 
      values: [ 
       { 
        text: "/m/04j74yh", 
        lang: "", 
        value: "/m/04j74yh" 
       } 
      ], 
      count: 1 
     }, 
     /type/object/name: { 
      valuetype: "string", 
      values: [ 
       { 
        text: "San Francisco Skyline", 
        lang: "en", 
        value: "San Francisco Skyline", 
        creator: "/user/carmenmfenn1", 
        timestamp: "2008-09-01T13:42:34.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/object/type: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "Image", 
        lang: "en", 
        id: "/common/image", 
        creator: "/user/content_administrator", 
        timestamp: "2008-09-01T13:37:20.000Z" 
       }, 
       { 
        text: "Content", 
        lang: "en", 
        id: "/type/content", 
        creator: "/user/content_administrator", 
        timestamp: "2008-09-01T13:37:20.000Z" 
       } 
      ], 
      count: 2 
     }, 
     /type/object/guid: { 
      valuetype: "string", 
      values: [ 
       { 
        text: "#9202a8c04000641f80000000090393af", 
        lang: "", 
        value: "#9202a8c04000641f80000000090393af" 
       } 
      ], 
      count: 1 
     }, 
     /type/object/creator: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "content_administrator", 
        lang: "", 
        id: "/user/content_administrator", 
        timestamp: "2008-09-01T13:37:20.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/object/timestamp: { 
      valuetype: "datetime", 
      values: [ 
       { 
        text: "2008-09-01T13:37:20.000Z", 
        lang: "en", 
        value: "2008-09-01T13:37:20.000Z" 
       } 
      ], 
      count: 1 
     }, 
     /type/object/permission: { 
      valuetype: "object", 
      values: [ 
       { 
        text: "/boot/all_permission", 
        lang: "", 
        id: "/boot/all_permission" 
       } 
      ], 
      count: 1 
     } 
    } 
} 

ответ

19

Это своего рода захоронены в документации, так как он не имеет раздел своего собственного, но вместо того, чтобы ссылаться из документации Тема API, но вы можете найти необходимая информация here

адреса имеют вид:

https://usercontent.googleapis.com/freebase/v1/image/<image ID> 
+0

большое спасибо. –

+9

По умолчанию это возвращает очень маленькое изображение. Вы можете добавить параметры maxwidth и maxheight, чтобы сделать его более крупным: ? Maxwidth = 225 & maxheight = 225 & mode = fillcropmid – Joshua

+0

Могу ли я получить имя, изображение и текст за раз, вместо того, чтобы называть трижды, требуется некоторое время, чтобы получить результат как Я вызываю api trice –