{"name":"tweets-by-id","description":"Look up public X posts in bulk when you already have the tweet IDs. Send an ids array (up to 100 numeric tweet IDs) through the read-only X API v2 tweet lookup and get back post text, timestamps, language, public metrics (likes, retweets, replies), and expanded author profile fields, with requested and result_count counts in the response. Same backend as tweets, so no posting, replying, liking, or account mutation happens. Use it as a tweets-by-ID API, bulk Twitter tweet lookup, X post IDs lookup, or tweet metadata fetcher for enriching a list of post URLs or IDs you've already collected.","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."},"ids":{"type":"array","items":{"type":"string"},"description":"Numeric X/Twitter tweet IDs. Up to 100."},"tweet_ids":{"type":"array","items":{"type":"string"},"description":"Alias for ids."}},"required":["ids"]},"input_example":{"mode":"tweets","ids":["1800000000000000000","1800000000000000001"]},"output_example":{"mode":"tweets","requested":2,"result_count":2,"source":"X API v2 tweet lookup"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}