← Kaikki API-tuotteet

Uutiset ja sosiaalinen media API

8 rajapintaa Hacker Newsin parhaimmille ja suosituimmille jutuille täysine metatietoineen, Wikipedian esittelyartikkelit ja tänään-tapahtui-tapahtumat, viimeisimmät avaruuslentojen uutiset SpaceflightNewsAPI:sta sekä GitHub-käyttäjäprofiilit, repositoriot, haku ja suositut repositoriot. Sopii kehittäjänäyttöjen, uutiskoostajien ja teknologiayhteisön työkalujen rakentamiseen.

ILMAINEN 8 rajapintaa 100 pyyntöä/tunti
Perus-URL: https://nordapi.ee/api/v1

HN:n suosituimmat jutut

GET /news/hackernews/top
Tiedot →

Hae the current top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes and recency). Palauttaa story titles, URLs, scores, comment counts, and authors. Määritettävä limit (default 20). Välttämätön developer news feeds, tech dashboards, and startup community tools. Data fetched reaaliajassa from the official Hacker News Firebase API.

Parametrit
limit valinnainen oletus: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/top

HN:n parhaat jutut

GET /news/hackernews/best
Tiedot →

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

Parametrit
limit valinnainen oletus: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/best

Wikipedian esittelyt

GET /news/wikipedia
Tiedot →

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

Parametrit
date valinnainen
Date
curl https://nordapi.ee/api/v1/news/wikipedia

Avaruuslentojen uutiset

GET /news/spaceflight
Tiedot →

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

Parametrit
limit valinnainen oletus: 10
Limit
curl https://nordapi.ee/api/v1/news/spaceflight

GitHub-käyttäjä

GET /github/user/:username
Tiedot →

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

Parametrit
username pakollinen
GitHub username
curl https://nordapi.ee/api/v1/github/user/torvalds

Käyttäjän repositoriot

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

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

Parametrit
username pakollinen
Username
curl https://nordapi.ee/api/v1/github/user/torvalds/repos