Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It's there, it's just currently undocumented:</p> <p><a href="https://api.twitter.com/1/users/recommendations.json?user_id=783214" rel="nofollow"><code>https://api.twitter.com/1/users/recommendations.json?user_id=783214</code></a></p> <p>Looking at the request, these parameters are supported:</p> <ul> <li><code>connections</code>: Includes extended network connections in the data structure. For example, <code>connections=true</code></li> <li><code>limit</code>: Limit the number of entries. For example, <code>limit=3</code></li> <li><code>user_id</code>: The user ID to get recommendations for. For example, <code>user_id=783214</code></li> </ul> <p>Twitter Web options:</p> <ul> <li><code>cursor</code>: Unclear. I'd assume this removes the selection cursor in Twitter Web. For example, <code>cursor=-1</code></li> <li><code>display_location</code>: The location to display the results (for Twitter Web). For example, <code>display_location=st-view-all-stream</code></li> <li><code>pc</code>: Unclear. I'd assume this is just user-agent checking. For example, <code>pc=true</code></li> </ul> <p>It doesn't require authentication to hit against. I'm not sure if this is rate-limited, because I can't find any further information at the time of this writing. </p> <p>While no documentation has been given by Twitter on this API, it's in current use by Twitter Web and Twitter Mobile for iOS, and it otherwise appears to be production-ready. Obviously, no guarantees can be had until Twitter officially releases it.</p> <p>Good luck!</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