Update Aug 2015: Pinterest现在这里提供https://dev.pinterest.com/

Is there official or unofficial documentation on the v2 Pinterest API?

Things I know:

Update Mar 4 2014

Update Jan 9 2013

{ "status": "failure", "code": 11, "host": "053", "generated_at": "Wed, 09 Jan 2013 10:25:27 +0000", "message": "API method not found.", "data": null }

Update Nov 19, 2012 The unofficial api documentation at http://tijn.bo.lt/pinterest-api is gone, along with their entire website. I'm leaving the link in this post because it may come back online. Still no word from Pinterest to developers on their api status.

Update May 22, 2012 Pinterest has still not provided a public api. People are connecting to the api endpoints as the iPhone user agent, which is available to the iOS app

Update Apr 17, 2012 Thanks to tijn, we have unofficial version 1(now v2) Pinterest api docs, and reports that only read endpoints are currently available so RSS style feeds are possible within rate limits.

Update Apr 3, 2012 The unofficial Facebook group has some quality info on it and several people asking questions and posting fairly useful responses

推荐答案

There is no Official API Docs available for Pinterest as of today.

But there is the unofficial documentation for v2 here: http://tijn.bo.lt/pinterest-api

Json相关问答推荐

如何让jq输出长数据集?

输入请求中不存在null的条件抖动

PowerShell脚本-替换json数组(转义$var将被视为不带双引号的文本)

盒子图显示不正确

Jolt-Json转换:通过引用标识符(而不是索引)设置值

XSLT 3.0 Json-to-xml,json 包含 html struct

(已回答)JSON 读取函数返回未定义而不是预期值 - Typescript

VSCode 为 python 文件添加标尺,但不为 C 文件添加标尺.为什么?

jq :遍历 json 并在键存在时检索集合

如何将复杂的 JSON 反序列化为 Rust 类型?

在PowerShell中按时间戳过滤JSON

如何判断 Json 对象中是否存在键并获取其值

如何在golang中获取 struct 的json字段名称?

哪个更好:Json 或 XML (PHP)

如何使用 jq 将 JSON 对象流转换为数组

使用 JSONObject 在 Java 中为以下 struct 创建嵌套 JSON 对象?

区分字符串和列表的 Pythonic 方式是什么?

MySQL Select JSON 字段属性具有值的位置

python追加到json对象中的数组

通过url获取json数据并在python中使用(simplejson)