8 endapunktar 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. Fullkomið til að byggja developer mælaborð, news aggregators, and tech community verkfæri.
Grunnslóð: https://nordapi.ee/api/v1
GET /news/hackernews/top
Fáðu the current top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes and recency). Skilar story titles, URLs, scores, comment counts, and authors. Stillanleg limit (default 20). Nauðsynlegt fyrir developer news feeds, tech mælaborð, and startup community verkfæri. Data fetched í rauntíma frá official Hacker News Firebase API.
limit
valfrjálst
sjálfgefið: 20
curl https://nordapi.ee/api/v1/news/hackernews/top
GET /news/hackernews/best
Fáðu the highest-voted Hacker News stories yfir longer time period (the 'best' ranking emphasizes total score over recency). Skilar story titles, URLs, scores, comment counts, and authors. Gagnlegt fyrir dissem nær yfir the most impactful tech stories you might have missed, building 'best of HN' digests, and curating high-quality developer content. Gögn frá Hacker News API.
limit
valfrjálst
sjálfgefið: 20
curl https://nordapi.ee/api/v1/news/hackernews/best
GET /news/wikipedia
Fáðu Wikipedia's featured content for today (or a specified date), þar á meðal the featured article, 'on this day' historical events, notable birthdays, and picture of the day. Skilar rich content with summaries and thumbnail images. Gagnlegt fyrir educational forrit, daily knowledge eiginleika, trivia verkfæri, and content vettvanga that want to surface interesting encyclopedia content. Gögn frá Wikimedia REST API.
date
valfrjálst
curl https://nordapi.ee/api/v1/news/wikipedia
GET /news/spaceflight
Fáðu the latest spaceflight news articles from SpaceflightNewsAPI, sem nær yfir rocket launches, space missions, satellite deployments, space policy, and commercial space industry developments. Skilar article titles, summaries, publication dates, source names, and myndaslóðum. Gagnlegt fyrir space news aggregators, science mælaborð, and aerospace industry monitoring verkfæri.
limit
valfrjálst
sjálfgefið: 10
curl https://nordapi.ee/api/v1/news/spaceflight
GET /github/user/:username
Fáðu a public GitHub user profile by username, þar á meðal display name, bio, avatar URL, company, location, public repo count, follower/following counts, and account creation date. Gagnlegt fyrir developer portfolio verkfæri, team pages that pull data from GitHub, recruitment vettvanga, and opinn hugbúnað contributor profiles. Gögn frá GitHub REST API.
username
nauðsynlegt
curl https://nordapi.ee/api/v1/github/user/torvalds
GET /github/user/:username/repos
Fáðu a list of public repositories for a specific GitHub user, þar á meðal repo names, descriptions, star counts, fork counts, primary language, and last update dates. Gagnlegt til að byggja developer portfolio pages, analyzing a user's opinn hugbúnað contributions, and creating project showcases. Gögn frá GitHub REST API.
username
nauðsynlegt
curl https://nordapi.ee/api/v1/github/user/torvalds/repos
GET /github/search
Search í allar public GitHub repositories by keyword. Skilar samsvarandi repos with names, descriptions, star counts, fork counts, languages, and owner information. Gagnlegt fyrir finding opinn hugbúnað libraries, dissem nær yfir projects in specific technology stacks, competitive analysis, and building developer tool recommendation engines. Gögn frá GitHub Search API.
q
nauðsynlegt
curl "https://nordapi.ee/api/v1/github/search?q=elixir+phoenix"
GET /github/trending
Fáðu the sem stendur trending repositories on GitHub - the projects gaining the most stars and attention núna. Skilar repo names, descriptions, star counts, languages, and authors. Gagnlegt fyrir developer mælaborð, 'what's hot in opinn hugbúnað' eiginleika, tech newsletters, and staying current með developer community's latest interests.
curl https://nordapi.ee/api/v1/github/trending