{"name":"tweet-lookup","description":"Looks up tweets by ID and returns public text, timestamps, metrics, language, and expanded author profiles. Same read-only X API v2 backend as tweets; accepts tweet_ids or ids. No account mutation. Use it as a tweet lookup API, X tweet lookup, or Twitter status lookup by ID.","price":"$0.01","method":"POST","input_schema":{"properties":{"mode":{"type":"string","enum":["tweets"],"description":"Optional. Operation mode; defaults to 'tweets' when tweet_ids/ids are supplied. Accepts search, user, tweets, users, or user_tweets."},"tweet_ids":{"type":"array","items":{"type":"string"},"description":"Numeric tweet IDs. Up to 100."},"ids":{"type":"array","items":{"type":"string"},"description":"Alias for tweet_ids."}},"required":["tweet_ids"]},"input_example":{"mode":"tweets","tweet_ids":["1800000000000000000"]},"output_example":{"mode":"tweets","requested":1,"result_count":1,"source":"X API v2 tweet lookup"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}