TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: News API

3 pointsby blackjablealmost 12 years ago
The resources are transmitted via JSON responses. This was a bit of fun.<p>API:<p>{path:&quot;&#x2F;&quot;}, {path:&quot;&#x2F;news&quot;}, {path:&quot;&#x2F;news2&quot;}, {path:&quot;&#x2F;newest&quot;}, {path:&quot;&#x2F;newcomments&quot;}, {path:&quot;&#x2F;ask&quot;}, {path:&quot;&#x2F;x&quot;, uri: (req) -&gt; &quot;&#x2F;x?fnid=#{req.query.fnid}&quot; }, {path:&quot;&#x2F;user&quot;, uri: (req) -&gt; &quot;&#x2F;user?id=#{req.query.id}&quot; }, {path:&quot;&#x2F;item&quot;, uri: (req) -&gt; &quot;&#x2F;item?id=#{req.query.id}&quot;}, {path:&quot;&#x2F;submitted&quot;, uri: (req) -&gt; &quot;&#x2F;submitted?id=#{req.query.id}&quot;}, {path:&quot;&#x2F;threads&quot;, uri: (req) -&gt; &quot;&#x2F;threads?id=#{req.query.id}&quot;}],<p>Source:<p>https:&#x2F;&#x2F;github.com&#x2F;blackjable&#x2F;hackednews

1 comment

xauronxalmost 12 years ago
Looks like a great start. Any plans to do comments?
评论 #6141962 未加载