@team3dstocks ยท archive API

๐Ÿ” Tweet lookup API

Static JSON for every captured tweet from @team3dstocks. No key, no rate limit โ€” just fetch.

Look up one tweet
GET https://tweetlens.com/team3dstocks/api/tweet/<tweet_id>.json
โ†’ { tweet, quoted, reply_parent }  (full node + resolved context)

# example
curl https://tweetlens.com/team3dstocks/api/tweet/1802418818612146202.json
List all tweet ids
GET https://tweetlens.com/team3dstocks/api/index.json   โ†’ { handle, count, ids:[โ€ฆ] }
GET https://tweetlens.com/team3dstocks/api/tweets.json  โ†’ [{ id, date, type, text, url }]  (slim, all tweets)
GET https://tweetlens.com/team3dstocks/data.json        โ†’ full dataset (everything the reader uses)

Fields per tweet: id, date, author, handle, text, hashtags[], conv, reply_id, quote_id, likes, retweets, replies, quotes, views, bookmarks, media[], type, url.