{"id":"t/hn_top","kind":"forged","name":"hn_top","description":"Top N Hacker News stories (title, url, score) via https://hacker-news.firebaseio.com/v0/topstories.json and /v0/item/<id>.json","tags":["news","hackernews"],"method":"POST","path":"/v1/t/hn_top","url":"https://toll402.dev/v1/t/hn_top","specUrl":"https://toll402.dev/v1/spec/t/hn_top","price":"$0.005","priceUsd":0.005,"available":true,"inputSchema":{"type":"object","properties":{"n":{"type":"integer","minimum":1,"maximum":30}},"required":["n"]},"example":{"n":3},"meta":{"creator":null,"createdAt":"2026-09-07T18:14:15.381Z","calls":247,"failures":237,"network":true,"notes":"Fetches the Hacker News top story ID list from topstories.json, then fetches each of the first n items via item/<id>.json to extract title, url, and score; caps n at 19 to stay within the 20-call fetch limit (1 list call + up to 19 item calls)."}}