Social

6 endpoints match this tag.

User Repos

GET
/github/user/:username/repos

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

News & Social

Search Repos

GET
/github/search

Search across all public GitHub repositories by keyword. Returns matching repos with names, descriptions, star counts, fork counts, languages, and owner information. Useful for finding open source libraries, discovering projects in specific technology stacks, competitive analysis, and building developer tool recommendation engines. Data from the GitHub Search API.

News & Social

Trending Repos

GET
/github/trending

Get the currently trending repositories on GitHub - the projects gaining the most stars and attention right now. Returns repo names, descriptions, star counts, languages, and authors. Useful for developer dashboards, 'what's hot in open source' features, tech newsletters, and staying current with the developer community's latest interests.

News & Social

GitHub User

GET
/github/user/:username

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

News & Social

HN Best Stories

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. Useful for discovering the most impactful tech stories you might have missed, building 'best of HN' digests, and curating high-quality developer content. Data from the Hacker News API.

News & Social

HN Top Stories

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). Essential for developer news feeds, tech dashboards, and startup community tools. Data fetched in real-time from the official Hacker News Firebase API.

News & Social