【问题标题】:Freebase: how to get more than 10 items in a property values list?Freebase:如何在属性值列表中获取 10 多个项目?
【发布时间】:2014-08-13 11:45:53
【问题描述】:

例如当我查询时:

https://www.googleapis.com/freebase/v1/topic/m/060d2?filter=/government/government_office_or_title/office_holders

要获得美国总统的名单,count 说 44,但 values 只有 10 项。 我怎样才能得到所有的总统?

【问题讨论】:

    标签: google-api freebase


    【解决方案1】:

    我刚刚找到了方法。就像在 URL 中添加 limit 参数一样简单。例如:

    https://www.googleapis.com/freebase/v1/topic/m/060d2?filter=/government/government_office_or_title/office_holders&limit=50
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-10-01
      • 1970-01-01
      • 2022-01-25
      • 2015-05-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-24
      相关资源
      最近更新 更多