JSON 的 Wikipedia table 数据不在 Wikidata 或 DBpedia 上,下一步是什么?

JSON of Wikipedia table data not on Wikidata or DBpedia, next steps?

我想要 Wikipedia's List of Freedom Indices 的巨人 table 作为 JSON。

我认为此 table 信息不在 Wikidata 或 DBpedia 上。

下一步是什么?使用 REST API?如果是这样,你能建议这样做的第一步吗?

或者用 URL 做一些事情,比如(https://en.wikipedia.org/w/api.php?action=query&titles=List_of_freedom_indices&prop=revisions&rvprop=content&format=json)? If this is the right way of going about it, how might I get just the table? Here 我没有看到任何只返回 table 数据的选项。

only table data

&section=

https://en.wikipedia.org/w/api.php?action=parse&format=json&prop=text&page=List_of_freedom_indices&section=3

或纯文本

https://en.wikipedia.org/w/index.php?action=raw&title=List_of_freedom_indices&section=3