Indietro

#github

3 APIs con questa etichetta

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

GitHubをリアルタイムで読み取る — トークン不要、OAuth不要。任意のリポジトリを所有者/名前で検索し、その詳細(スター、フォーク、ウォッチャー、未解決のIssue、言語、ライセンス、トピック、デフォルトブランチ、タイムスタンプ)を取得し、コミット、コントリビューター、言語の内訳、リリース、ブランチ、タグ、未解決/解決済みのIssue、デコードされたREADMEを取得できます。任意のユーザーまたは組織のプロフィールを検索し、ユーザーのリポジトリ一覧を表示し、リポジトリ、ユーザー、Issue/PRを対象にソートと順序を指定してGitHub検索を実行できます。リポジトリは「owner/name」(またはgithub.comのURL)で指定します。すべての呼び出しはライブ(キャッシュなし)で、ページネーション(page + per_page、最大100)でGitHub RESTの形状をそのまま返します。16のエンドポイント。認証なしのGitHubの制限はIPあたり60リクエスト/時間ですが、このサービスはすべての呼び出しをローテーションする住宅用プロキシ経由でルーティングするため、各リクエストで新しい予算が与えられ、レート制限を受けません。開発者ダッシュボード、OSS分析、依存関係およびサプライチェーンツール、リポジトリ監視のために構築されています。アップストリームのトークン不要、キャッシュなし。

api.oanor.com/github-api