← Todos los productos API

Noticias y redes sociales API

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.

GRATIS 8 endpoints 100 sol/hora
URL base: https://nordapi.ee/api/v1

Historias principales de HN

GET /news/hackernews/top
Detalles →

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.

Parametros
limit opcional predeterminado: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/top

Mejores historias de HN

GET /news/hackernews/best
Detalles →

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.

Parametros
limit opcional predeterminado: 20
Limit
curl https://nordapi.ee/api/v1/news/hackernews/best

Destacados de Wikipedia

GET /news/wikipedia
Detalles →

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.

Parametros
date opcional
Date
curl https://nordapi.ee/api/v1/news/wikipedia

Noticias de vuelos espaciales

GET /news/spaceflight
Detalles →

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.

Parametros
limit opcional predeterminado: 10
Limit
curl https://nordapi.ee/api/v1/news/spaceflight

Usuario de GitHub

GET /github/user/:username
Detalles →

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.

Parametros
username requerido
GitHub username
curl https://nordapi.ee/api/v1/github/user/torvalds

Repositorios del usuario

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

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.

Parametros
username requerido
Username
curl https://nordapi.ee/api/v1/github/user/torvalds/repos