8 endpoints para las mejores historias de Hacker News con metadatos completos, artículos destacados y eventos del día de Wikipedia, las últimas noticias de vuelos espaciales de SpaceflightNewsAPI, y perfiles de usuario de GitHub, repositorios, búsqueda y repositorios en tendencia. Perfecto para crear paneles de desarrolladores, agregadores de noticias y herramientas para comunidades tecnológicas.
URL base: https://nordapi.ee/api/v1
GET /news/hackernews/top
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). Esencial para developer news feeds, tech paneles, and startup community tools. Data fetched en tiempo real from the official Hacker News Firebase API.
limit
opcional
predeterminado: 20
curl https://nordapi.ee/api/v1/news/hackernews/top
GET /news/hackernews/best
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. Útil para descubriendo the most impactful tech stories you might have missed, creando 'best of HN' digests, and curating high-quality developer content. Data from the Hacker News API.
limit
opcional
predeterminado: 20
curl https://nordapi.ee/api/v1/news/hackernews/best
GET /news/wikipedia
Get Wikipedia's featured content for today (or a specified date), incluyendo the featured article, 'on this day' historical events, notable birthdays, and picture of the day. Returns rich content with summaries and thumbnail imágenes. Útil para aplicaciones educativas, daily knowledge features, trivia tools, and content platforms that want to surface interesting encyclopedia content. Data from the Wikimedia API REST.
date
opcional
curl https://nordapi.ee/api/v1/news/wikipedia
GET /news/spaceflight
Get the latest spaceflight news articles from SpaceflightNewsAPI, que cubre rocket launches, space missions, satellite deployments, space policy, and commercial space industry developments. Returns article titles, summaries, publication dates, source nombres, and imagen URLs. Útil para space news aggregators, science paneles, and aerospace industry monitoreando tools.
limit
opcional
predeterminado: 10
curl https://nordapi.ee/api/v1/news/spaceflight
GET /github/user/:username
Get a public GitHub perfil de usuario by username, incluyendo display name, bio, avatar URL, company, ubicación, public repo count, follower/following counts, and account creation date. Útil para developer portfolio tools, team pages that pull data from GitHub, recruitment platforms, and código abierto contributor profiles. Data from the GitHub API REST.
username
requerido
curl https://nordapi.ee/api/v1/github/user/torvalds
GET /github/user/:username/repos
Obtenga a list of public repositories para un/una específico/a GitHub user, including repo names, descriptions, star counts, fork counts, primary language, and last update dates. Útil para crear developer portfolio pages, analyzing a user's open source contributions, and creating project showcases. Datos de the GitHub REST API.
username
requerido
curl https://nordapi.ee/api/v1/github/user/torvalds/repos
GET /github/search
Search across all public GitHub repositories por palabra clave. Returns matching repos with nombres, descripcións, recuentos de estrellas, fork counts, languages, and owner información. Útil para finding código abierto libraries, descubriendo projects in specific technology stacks, competitive analysis, and creando developer tool recommendation engines. Data from the GitHub Search API.
q
requerido
curl "https://nordapi.ee/api/v1/github/search?q=elixir+phoenix"
GET /github/trending
Get the currently trending repositories on GitHub - the projects gaining the most stars and attention right now. Returns repo nombres, descripcións, recuentos de estrellas, languages, and authors. Útil para developer paneles, 'what's hot in código abierto' features, tech newsletters, and staying current with the developer community's latest interests.
curl https://nordapi.ee/api/v1/github/trending