{"description":"Read-only API for Yahoo Realtime scraper runtimes stored in DynamoDB.","runtime":"A runtime is one scraper data dump. Omit runtime to query the latest dump.","endpoints":{"/api/runtimes":{"params":["limit"],"description":"List available scraper runtimes, newest first."},"/api/runs":{"params":["limit"],"description":"Compatibility alias for /api/runtimes."},"/api/trends":{"params":["runtime","limit"],"description":"List trends for one runtime, ordered by rank ascending."},"/api/tweets":{"params":["runtime","limit","offset"],"description":"List one page of tweets for one runtime, ordered by like_count descending. Tweet pages are capped at 100 items; use has_more and next_offset."},"/api/runs/{run_id}":{"params":[],"description":"Return one runtime with all trend and tweet items."}},"examples":["/api/runtimes?limit=20","/api/tweets?runtime=20260727T214313Z-cae55f63&limit=100&offset=0","/api/tweets?runtime=20260727T214313Z-cae55f63&limit=100&offset=100","/?runtime=20260727T214313Z-cae55f63&view=trends"]}