← Alla API-produkter

Nyheter & socialt API

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.

GRATIS 8 endpoints 100 förfr/timme
Bas-URL: https://nordapi.ee/api/v1

HN toppberättelser

GET /news/hackernews/top
Detaljer →

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.

Parametrar
limit valfri standard: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/top

HN bästa berättelser

GET /news/hackernews/best
Detaljer →

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.

Parametrar
limit valfri standard: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/best

Wikipedia utvalt

GET /news/wikipedia
Detaljer →

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.

Parametrar
date valfri
Date
curl https://nordapi.ee/api/v1/news/wikipedia

Rymdflygtnyheter

GET /news/spaceflight
Detaljer →

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.

Parametrar
limit valfri standard: 10
Limit
curl https://nordapi.ee/api/v1/news/spaceflight

GitHub-användare

GET /github/user/:username
Detaljer →

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.

Parametrar
username obligatorisk
GitHub username
curl https://nordapi.ee/api/v1/github/user/torvalds

Användarrepos

GET /github/user/:username/repos
Detaljer →

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.

Parametrar
username obligatorisk
Username
curl https://nordapi.ee/api/v1/github/user/torvalds/repos