{"name":"Twitter Feed API","version":"1.5 - With Video Proxy","endpoints":{"public":{"GET /?username=xxx&limit=20":"Get tweets (max 100, default 20)","GET /videos?username=xxx&limit=20&orientation=vertical":"Get video tweets (max 100, default 20)","GET /admin/remove/?username=xxx&id=12345":"Remove specific tweet (no auth required)","GET /stream?v=base64url":"Video proxy stream (base64 encoded Twitter video URL)"},"admin":{"GET /admin/accounts":"List authorized accounts","POST /admin/accounts/add":"Add account {\"username\":\"xxx\"}","POST /admin/accounts/remove":"Remove account {\"username\":\"xxx\"}","POST /admin/cron":"Trigger cron manually"}},"note":"Admin routes require X-Admin-Token header (except /admin/remove/)","limits":{"max_tweets_per_request":100,"default_tweets_per_request":20,"max_cached_tweets_per_account":1000}}