GET https://tweetlens.com/SayNoToTrading/api/tweet/<tweet_id>.json
โ { tweet, quoted, reply_parent } (full node + resolved context)
# example (Basic auth required)
curl -u USER:PASS https://tweetlens.com/SayNoToTrading/api/tweet/0.json๐ Tweet lookup API
JSON for every captured tweet from @SayNoToTrading. Access-gated โ send HTTP Basic auth (ask the owner for a credential).
Look up one tweet
List all tweet ids
GET https://tweetlens.com/SayNoToTrading/api/index.json โ { handle, count, ids:[โฆ] }
GET https://tweetlens.com/SayNoToTrading/api/tweets.json โ [{ id, date, type, text, url }] (slim, all tweets)
# both require: -u USER:PASSFields per tweet: id, date, author, handle, text, hashtags[], conv, reply_id, quote_id, likes, retweets, replies, quotes, views, bookmarks, media[], type, url.