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.
Perus-URL: https://nordapi.ee/api/v1
GET /news/hackernews/top
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.
limit
valinnainen
oletus: 20
curl https://nordapi.ee/api/v1/news/hackernews/top
GET /news/hackernews/best
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.
limit
valinnainen
oletus: 20
curl https://nordapi.ee/api/v1/news/hackernews/best
GET /news/wikipedia
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.
date
valinnainen
curl https://nordapi.ee/api/v1/news/wikipedia
GET /news/spaceflight
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.
limit
valinnainen
oletus: 10
curl https://nordapi.ee/api/v1/news/spaceflight
GET /github/user/:username
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.
username
pakollinen
curl https://nordapi.ee/api/v1/github/user/torvalds
GET /github/user/:username/repos
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.
username
pakollinen
curl https://nordapi.ee/api/v1/github/user/torvalds/repos
GET /github/search
Hae across all public GitHub repositories avainsanalla. Palauttaa vastaavat repos with names, descriptions, star counts, fork counts, languages, and owner information. Hyödyllinen finding open source libraries, discovering projects in specific technology stacks, competitive analysis, and building developer tool recommendation engines. Data the GitHub Search API.
q
pakollinen
curl "https://nordapi.ee/api/v1/github/search?q=elixir+phoenix"
GET /github/trending
Hae the tällä hetkellä trending repositories on GitHub - the projects gaining the most stars and attention right now. Palauttaa repo names, descriptions, star counts, languages, and authors. Hyödyllinen developer dashboards, 'what's hot in open source' features, tech newsletters, and staying current with the developer community's latest interests.
curl https://nordapi.ee/api/v1/github/trending