Note that there are some explanatory texts on larger screens.

plurals
  1. POpinterest api documentation
    text
    copied!<p><strong>Update Aug 2015:</strong> Pinterest provides it here now <a href="https://dev.pinterest.com/" rel="nofollow noreferrer">https://dev.pinterest.com/</a></p> <p><strong>Is there official or unofficial documentation on the v2 Pinterest API?</strong></p> <p>Things I know:</p> <ul> <li>JSON api is in version 2. <a href="https://api.pinterest.com/v2" rel="nofollow noreferrer">https://api.pinterest.com/v2</a> gives you a json response</li> <li>People are programming against it because there is a mobile app and beta dev</li> <li><a href="https://stackoverflow.com/questions/9333434/pinterest-authentication-url-returning-404-error/9333486#9333486">Pintrest authentication question on SO</a></li> <li><a href="https://github.com/kellan/pinterest.api.php" rel="nofollow noreferrer">PHP wrapper for v1 with updates for v2 on Github by Kellan</a> with methods: upload, pin, repin, boards, activity, popular - reading Kellan's code is the best information I could find</li> <li><a href="http://laughingmeme.org/2011/12/04/pinterest-api-php/" rel="nofollow noreferrer">More info</a> on Kellan's work with responses from Pinterest team</li> <li><a href="http://www.facebook.com/groups/pinterestapi/" rel="nofollow noreferrer">Private unofficial Facebook Pinterest Dev group</a></li> <li><a href="http://pinterest.com/about/team" rel="nofollow noreferrer">Here are some of the stars behind Pinterest</a></li> </ul> <p><strong>Update Mar 4 2014</strong> Pinterest has unveiled a beta v3 API which you can request access to. Scroll down the page and you'll see the endpoints listed in the left column. <a href="https://developers.pinterest.com/api_docs/" rel="nofollow noreferrer">https://developers.pinterest.com/api_docs/</a></p> <p><strong>Update Jan 9 2013</strong> Since <a href="https://api.pinterest.com/v2" rel="nofollow noreferrer">https://api.pinterest.com/v2</a> gives a 404, it seems to have been moved to v3. <a href="https://api.pinterest.com/v3" rel="nofollow noreferrer">https://api.pinterest.com/v3</a></p> <pre><code>{ "status": "failure", "code": 11, "host": "053", "generated_at": "Wed, 09 Jan 2013 10:25:27 +0000", "message": "API method not found.", "data": null } </code></pre> <p><strong>Update Nov 19, 2012</strong> The unofficial api documentation at <a href="http://tijn.bo.lt/pinterest-api" rel="nofollow noreferrer">http://tijn.bo.lt/pinterest-api</a> 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.</p> <p><strong>Update May 22, 2012</strong> 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</p> <p><strong>Update Apr 17, 2012</strong> Thanks to tijn, we have <a href="http://tijn.bo.lt/pinterest-api" rel="nofollow noreferrer">unofficial version 1(now v2) Pinterest api docs</a>, and reports that only read endpoints are currently available so RSS style feeds are possible within rate limits.</p> <p><strong>Update Apr 3, 2012</strong> The unofficial Facebook group has some quality info on it and several people asking questions and posting fairly useful responses </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload