โ† All API Products

News & Social API

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

FREE 8 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

HN Top Stories

GET /news/hackernews/top
Details โ†’

Get the current top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes and recency). Returns story titles, URLs, scores, comment counts, and authors. Configurable limit (default 20). Essential for developer news feeds, tech dashboards, and startup community tools. Data fetched in real-time from the official Hacker News Firebase API.

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

HN Best Stories

GET /news/hackernews/best
Details โ†’

Get the highest-voted Hacker News stories over a longer time period (the 'best' ranking emphasizes total score over recency). Returns story titles, URLs, scores, comment counts, and authors. Useful for discovering the most impactful tech stories you might have missed, building 'best of HN' digests, and curating high-quality developer content. Data from the Hacker News API.

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

Wikipedia Featured

GET /news/wikipedia
Details โ†’

Get Wikipedia's featured content for today (or a specified date), including the featured article, 'on this day' historical events, notable birthdays, and picture of the day. Returns rich content with summaries and thumbnail images. Useful for educational apps, daily knowledge features, trivia tools, and content platforms that want to surface interesting encyclopedia content. Data from the Wikimedia REST API.

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

Spaceflight News

GET /news/spaceflight
Details โ†’

Get the latest spaceflight news articles from SpaceflightNewsAPI, covering rocket launches, space missions, satellite deployments, space policy, and commercial space industry developments. Returns article titles, summaries, publication dates, source names, and image URLs. Useful for space news aggregators, science dashboards, and aerospace industry monitoring tools.

Parameters
limit optional default: 10
Limit
curl https://nordapi.ee/api/v1/news/spaceflight

GitHub User

GET /github/user/:username
Details โ†’

Get a public GitHub user profile by username, including display name, bio, avatar URL, company, location, public repo count, follower/following counts, and account creation date. Useful for developer portfolio tools, team pages that pull data from GitHub, recruitment platforms, and open source contributor profiles. Data from the GitHub REST API.

Parameters
username required
GitHub username
curl https://nordapi.ee/api/v1/github/user/torvalds

User Repos

GET /github/user/:username/repos
Details โ†’

Get a list of public repositories for a specific GitHub user, including repo names, descriptions, star counts, fork counts, primary language, and last update dates. Useful for building developer portfolio pages, analyzing a user's open source contributions, and creating project showcases. Data from the GitHub REST API.

Parameters
username required
Username
curl https://nordapi.ee/api/v1/github/user/torvalds/repos