#github
3 APIs with this tag
Crypto Coin Profile API
Live project profile, developer activity and official links for any cryptocurrency — what a coin is, not what it costs — served from the public CoinGecko feed with no key and nothing cached. The profile endpoint returns the project's description, market-cap rank, categories (Layer 1, DeFi, Meme and more), genesis date, hashing algorithm, country of origin, the community sentiment split, and the all-time high and low with their dates — Ethereum is a rank-2 Smart Contract Platform that launched in 2015 with an all-time high near $4,946. The developer endpoint returns the GitHub development activity investors use to gauge a project's health: stars, forks and watchers, the count of total and closed issues, merged pull requests and recent commits — Bitcoin's repositories carry over seventy thousand stars and thousands of merged pull requests. The links endpoint returns every official link: homepage, whitepaper, block explorers, GitHub repositories, the subreddit, Twitter handle, Telegram and forums. This is the project-research and due-diligence layer for any crypto research, screener, wallet or portfolio app. Live from CoinGecko, nothing stored. Distinct from price, market-cap and OHLC APIs — this is the project profile, developer activity and links. 4 endpoints.
api.oanor.com/coinprofile-api
Programming Languages API
The language definitions GitHub uses to recognise code (the open-source Linguist data) as an API — a clean reference for syntax highlighting, file-type detection, repository dashboards and developer tooling. For each of 800+ languages the API returns its type (programming, markup, data or prose), its brand colour (the hex GitHub paints it), the file extensions associated with it, common aliases, the GitHub language id and the editor (ace) mode. Look a language up by name or alias (golang resolves to Go), reverse-look-up which language(s) own a file extension (.py → Python; .h → C, C++, Objective-C), list the languages of a type, search, or list them all. Distinct from languages-api (ISO 639 human languages) — this is the programming-language reference. Served from memory — always fast.
api.oanor.com/proglang-api
GitHub API
Read GitHub in real time — no token, no OAuth. Look up any repository by owner/name for its full detail (stars, forks, watchers, open issues, language, license, topics, default branch, timestamps) and pull its commits, contributors, language breakdown, releases, branches, tags, open/closed issues and decoded README. Look up any user or organization profile, list a user's repositories, and run GitHub search across repositories, users and issues/PRs with sort and order. Pass repo as "owner/name" (or a github.com URL). Every call is live (no cache) and returns the upstream GitHub REST shape, paginated with page + per_page (max 100). 16 endpoints. The unauthenticated GitHub limit is 60 requests/hour per IP — this service routes every call through a rotating residential proxy, so each request gets a fresh budget and you are not rate-limited. Built for dev dashboards, OSS analytics, dependency and supply-chain tooling, and repo monitoring. No upstream token, no cache.
api.oanor.com/github-api