8 endpoints för Hacker News top and best berättelser med fullständig metadata, Wikipedia's funktiond artiklar and on-this-day evenemang, the latest spaceflight news från SpaceflightNewsAPI, and GitHub användare profiler, repositories, search, and trending repos. Perfekt för att bygga developer instrumentpaneler, news aggregators, and tech community verktyg.
Bas-URL: https://nordapi.ee/api/v1
GET /news/hackernews/top
Get the aktuell top berättelser från Hacker News, rankade efter the HN ranking algorithm (a combination of votes and recency). Returnerar story titlar, URLs, poäng, comment antal, and authors. Configurable limit (default 20). Väsentligt för developer news feeds, tech instrumentpaneler, and startup community verktyg. Data fetched in realtids från officiell Hacker News Firebase API.
limit
valfri
standard: 20
curl https://nordapi.ee/api/v1/news/hackernews/top
GET /news/hackernews/best
Get the highest-voted Hacker News berättelser over a longer time period (the 'best' ranking emphasizes total poäng over recency). Returnerar story titlar, URLs, poäng, comment antal, and authors. Användbart för att upptäcka the most impactful tech berättelser you might have missed, att bygga 'best of HN' digests, and curating high-quality developer content. Data från the Hacker News API.
limit
valfri
standard: 20
curl https://nordapi.ee/api/v1/news/hackernews/best
GET /news/wikipedia
Get Wikipedia's funktiond innehåll for today (or a specified datum), inklusive the funktiond article, 'on detta day' historisk evenemang, notable birthdays, and picture av day. Returnerar rich innehåll med summaries and thumbnail bilder. Användbart för pedagogisk appar, daglig knowledge funktioner, trivia verktyg, and innehåll plattformar som vill to surface interesting encyclopedia content. Data från the Wikimedia REST API.
date
valfri
curl https://nordapi.ee/api/v1/news/wikipedia
GET /news/spaceflight
Get the latest spaceflight news artiklar från SpaceflightNewsAPI, som täcker rocket launches, rymd missions, satellite deployments, rymd policy, and commercial rymd industry utvecklings. Returnerar article titlar, summaries, publication datum, source namn, and bild URLs. Användbart för rymd news aggregators, science instrumentpaneler, and aerospace industry övervakning verktyg.
limit
valfri
standard: 10
curl https://nordapi.ee/api/v1/news/spaceflight
GET /github/user/:username
Get a public GitHub användare profile by användarename, inklusive visa namn, bio, avatar URL, company, location, public repo antal, follower/following antal, and account creation datum. Användbart för developer portfolio verktyg, team sidor som pull data från GitHub, recruitment plattformar, and öppen source contributor profiler. Data från the GitHub REST API.
username
obligatorisk
curl https://nordapi.ee/api/v1/github/user/torvalds
GET /github/user/:username/repos
Get a list of public repositories for a specifik GitHub användare, inklusive repo namn, beskrivningar, star antal, fork antal, primary language, and last uppdatera datum. Användbart för att bygga developer portfolio sidor, att analysera a användare's öppen source contributions, and att skapa project showcases. Data från the GitHub REST API.
username
obligatorisk
curl https://nordapi.ee/api/v1/github/user/torvalds/repos
GET /github/search
Search i alla public GitHub repositories by keyword. Returnerar matchande repos med namn, beskrivningar, star antal, fork antal, languages, and owner information. Användbart för att hitta öppen source libraries, att upptäcka projekt in specifik technology stacks, competitive analysis, and att bygga developer verktyg recommendation engines. Data från the GitHub Search API.
q
obligatorisk
curl "https://nordapi.ee/api/v1/github/search?q=elixir+phoenix"
GET /github/trending
Get the currently trending repositories on GitHub - the projekt gaining the most stars and attention right now. Returnerar repo namn, beskrivningar, star antal, languages, and authors. Användbart för developer instrumentpaneler, 'what's hot in öppen source' funktioner, tech newsletters, and staying aktuell med developer community's latest interests.
curl https://nordapi.ee/api/v1/github/trending