返回 Skill 列表
extension
分类: 数据与分析无需 API Key

fxTwitter

使用 fxTwitter API(api.fxtwitter.com)获取 X(Twitter)链接的推文/帖子数据。当用户发送 x.com 或 twitter.com 链接并想阅读时使用。

person作者: namphamdevhubclawhub

fxTwitter

Fetch tweet data from an X/Twitter URL without auth or browser automation.

Endpoint

GET https://api.fxtwitter.com/:tweetId

Extract the tweet ID from the URL:

  • https://x.com/user/status/1234567890 → ID: 1234567890
  • https://twitter.com/user/status/1234567890 → ID: 1234567890

Usage

curl -s "https://api.fxtwitter.com/1234567890" | jq '.tweet'

Key fields in .tweet:

  • .text — tweet content
  • .author.name / .author.screen_name
  • .created_at
  • .likes, .retweets, .replies
  • .media.photos[], .media.videos[]
  • .url — canonical URL

Output Format

When presenting a tweet to the user:

  • Lead with TL;DR if the tweet is long
  • Use bullet points for key info
  • Keep it concise — no filler