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.
Basis-URL: https://nordapi.ee/api/v1
GET /news/hackernews/top
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.
limit
optional
Standard: 20
curl https://nordapi.ee/api/v1/news/hackernews/top
GET /news/hackernews/best
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.
limit
optional
Standard: 20
curl https://nordapi.ee/api/v1/news/hackernews/best
GET /news/wikipedia
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.
date
optional
curl https://nordapi.ee/api/v1/news/wikipedia
GET /news/spaceflight
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.
limit
optional
Standard: 10
curl https://nordapi.ee/api/v1/news/spaceflight
GET /github/user/:username
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.
username
erforderlich
curl https://nordapi.ee/api/v1/github/user/torvalds
GET /github/user/:username/repos
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.
username
erforderlich
curl https://nordapi.ee/api/v1/github/user/torvalds/repos
GET /github/search
Durchsuchen Sie all public GitHub repositories by keyword. Liefert übereinstimmende repos with names, descriptions, star counts, fork counts, languages, und owner information. Nützlich für finding open source libraries, discovering projects in specific technology stacks, competitive analysis, und building developer tool recommendation engines. Daten von the GitHub Search API.
q
erforderlich
curl "https://nordapi.ee/api/v1/github/search?q=elixir+phoenix"
GET /github/trending
Erhalten Sie die derzeit angesagten repositories on GitHub - the projects gaining the most stars und attention right now. Liefert repo names, descriptions, star counts, languages, und authors. Nützlich für developer dashboards, 'what's hot in open source' features, tech newsletters, und staying current with the developer community's latest interests.
curl https://nordapi.ee/api/v1/github/trending