← Alle API-Produkte

Nachrichten & Soziales API

8 Endpunkte for Hacker News top und best stories with full metadata, Wikipedia's featured articles und on-this-day events, the latest spaceflight news from SpaceflightNewsAPI, und GitHub user profiles, repositories, search, und trending repos. Ideal für building developer dashboards, news aggregators, und tech community tools.

KOSTENLOS 8 Endpunkte 100 Anfr./Std.
Basis-URL: https://nordapi.ee/api/v1

HN Top-Geschichten

GET /news/hackernews/top
Details →

Erhalten Sie den aktuellen top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes und recency). Liefert story titles, URLs, scores, comment counts, und authors. Konfigurierbar limit (default 20). Unverzichtbar für developer news feeds, tech dashboards, und startup community tools. Data fetched in Echtzeit from the official Hacker News Firebase API.

Parameter
limit optional Standard: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/top

HN Beste Geschichten

GET /news/hackernews/best
Details →

Erhalten Sie die meistbewerteten Hacker News stories over a longer time period (the 'best' ranking emphasizes total score over recency). Liefert story titles, URLs, scores, comment counts, und authors. Nützlich für discovering the most impactful tech stories you might have missed, building 'best of HN' digests, und curating high-quality developer content. Daten von the Hacker News API.

Parameter
limit optional Standard: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/best

Wikipedia Highlights

GET /news/wikipedia
Details →

Erhalten Sie Wikipedia's featured content for today (or a specified date), einschließlich the featured article, 'on this day' historical events, notable birthdays, und picture of the day. Liefert rich content with summaries und thumbnail images. Nützlich für educational apps, daily knowledge features, trivia tools, und content platforms that want to surface interesting encyclopedia content. Daten von the Wikimedia REST API.

Parameter
date optional
Date
curl https://nordapi.ee/api/v1/news/wikipedia

Raumfahrt-Nachrichten

GET /news/spaceflight
Details →

Erhalten Sie die neuesten spaceflight news articles from SpaceflightNewsAPI, covering rocket launches, space missions, satellite deployments, space policy, und commercial space industry developments. Liefert article titles, summaries, publication dates, source names, und image URLs. Nützlich für space news aggregators, science dashboards, und aerospace industry monitoring tools.

Parameter
limit optional Standard: 10
Limit
curl https://nordapi.ee/api/v1/news/spaceflight

GitHub-Benutzer

GET /github/user/:username
Details →

Erhalten Sie eine public GitHub user profile by username, einschließlich display name, bio, avatar URL, company, location, public repo count, follower/following counts, und account creation date. Nützlich für developer portfolio tools, team pages that pull data from GitHub, recruitment platforms, und open source contributor profiles. Daten von the GitHub REST API.

Parameter
username erforderlich
GitHub username
curl https://nordapi.ee/api/v1/github/user/torvalds

Benutzer-Repositories

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

Erhalten Sie eine list of public repositories for a specific GitHub user, einschließlich repo names, descriptions, star counts, fork counts, primary language, und last update dates. Nützlich für building developer portfolio pages, analyzing a user's open source contributions, und creating project showcases. Daten von the GitHub REST API.

Parameter
username erforderlich
Username
curl https://nordapi.ee/api/v1/github/user/torvalds/repos