#packages
17 APIs con questa etichetta
Homebrew Install Analytics API
Live-Installationsanalysen für Homebrew, den macOS- und Linux-Paketmanager, aus dem öffentlichen formulae.brew.sh-Feed – kein API-Key, nichts gespeichert. Die Adoptionsansicht des Homebrew-Ökosystems: wie oft jedes Kommandozeilen-Formel und jedes Desktop-App-Cask installiert ist, und die am häufigsten installierten Pakete insgesamt, abweichend von der Homebrew-Formelkatalog-API im Katalog (die ein Paket beschreibt – diese misst, wie oft es tatsächlich verwendet wird). Der Formel-Endpunkt gibt die Installationszahlen eines Kommandozeilen-Tools über 30, 90 und 365 Tage sowie Install-on-Request zurück, zusammen mit seiner Version und Beschreibung. Der Cask-Endpunkt gibt die Installationszahlen einer Desktop-App zurück. Der Top-Endpunkt gibt die am häufigsten installierten Formeln oder Casks über ein gewähltes Zeitfenster zurück, sortiert. Erstellen Sie Dashboards zur Beliebtheit von Entwickler-Tools, Widgets wie „Wird dieses Tool noch gewartet und genutzt?“, Paket-Trend-Tracker und Tools zur Ökosystem-Gesundheit auf Basis echter Homebrew-Analysen. Suchen Sie eine Formel nach ihrem Namen (wget, node, ffmpeg) oder ein Cask nach seinem Token (google-chrome, visual-studio-code); die Zählungen stammen aus den opt-in Nutzeranalysen von Homebrew.
api.oanor.com/brewanalytics-api
PyPI Download Stats API
Live PyPI (Python Package Index) download analytics from pypistats.org — no key, nothing stored. The adoption view of a Python package: how much it is downloaded, the daily trend, and the breakdown by Python version and operating system, distinct from the PyPI registry-metadata API in the catalogue (which describes a package — this measures how much the community actually uses it). The recent endpoint returns the headline download counts: last day, last week and last month. The overall endpoint returns the daily download timeline so you can chart growth. The python endpoint breaks downloads down by Python version, showing which versions the package's users are actually on. The system endpoint breaks downloads down by operating system — Linux, Windows and macOS. Build package-popularity dashboards, dependency-adoption trackers, "which Python version should we still support" tools and ecosystem-trend widgets on top of real PyPI download data. Look up any package by its PyPI name (requests, numpy, flask); names are normalised to lowercase and the version and system splits include each category's share of total downloads.
api.oanor.com/pypistats-api
AUR API
The Arch User Repository (AUR) as an API. Look up any AUR package for its version, description, upstream URL, maintainer and submitter, community votes and popularity score, license, out-of-date flag, keywords and full dependency lists (depends, make-depends, opt-depends), plus its source snapshot and ready-to-run git-clone command; search the whole AUR by name, description, maintainer, dependencies or keywords (results sorted by popularity); and list every package maintained by a given user. Covers the 90,000+ community-maintained packages of Arch Linux, from yay, paru and visual-studio-code-bin to google-chrome and spotify. Live from the official AUR RPC. Ideal for Arch/AUR helpers and dashboards, package and dependency tooling, and Linux developer portals. Open data from the Arch User Repository.
api.oanor.com/aur-api
Homebrew API
macOS和Linux包管理器——Homebrew(brew)——作为API。查找任何公式(命令行包)的描述、最新版本、许可证、主页、依赖项和构建依赖项、注意事项和弃用状态;查找任何cask(图形化macOS应用)的版本、捆绑应用和主页;并通过名称和描述搜索整个包含8300多个公式和7600多个cask的注册表。每个结果都附带确切的`brew install`命令。涵盖Homebrew世界,从wget、git、ffmpeg、node和python到Firefox、Visual Studio Code、Docker和Rectangle。实时数据来自官方formulae.brew.sh API。非常适合开发者仪表板、包和依赖工具、dotfiles和设置自动化以及macOS应用目录。来自Homebrew的开放数据。
api.oanor.com/brew-api
Go Modules API
The Go package ecosystem as an API. Look up any Go module by its import path for its latest version, license, source repository, total version count and known security advisories; read a module's full version history with publication dates; and get a module's declared dependencies — direct and indirect — parsed straight from its go.mod, with the required Go version. Covers the entire public Go module graph, from github.com/gin-gonic/gin, github.com/spf13/cobra and golang.org/x/text to gorm.io/gorm and k8s.io/client-go. Live from the official Go module proxy (proxy.golang.org) and Google's deps.dev. Ideal for dependency and supply-chain tooling, SBOM generation, package dashboards and Go developer portals. Modules are addressed by full import path. Open data.
api.oanor.com/gomod-api
CTAN API
El ecosistema de paquetes TeX y LaTeX — CTAN, la Comprehensive TeX Archive Network — como una API. Consulte cualquiera de los ~6,900 paquetes de CTAN para obtener su título y descripción, última versión y fecha, licencia, autores (con nombres resueltos), alias, temas, enlaces de inicio y repositorio, y si se distribuye con MiKTeX y TeX Live; busque en todo el registro por nombre y título; y resuelva cualquier ID de autor de CTAN a un nombre. Cubre el mundo TeX/LaTeX desde PGF/TikZ, Beamer y KOMA-Script hasta amsmath, biblatex y listings. En vivo desde la API JSON oficial de CTAN. Ideal para editores y herramientas de LaTeX, paneles de paquetes, tuberías de publicación académica y análisis del ecosistema TeX. Datos abiertos de CTAN.
api.oanor.com/ctan-api
CPAN API
The Perl package ecosystem — CPAN, the Comprehensive Perl Archive Network — as an API. Look up any distribution for its abstract, latest version, author, license, homepage / repository / bug-tracker links, runtime dependencies and download URL; find which distribution provides a given Perl module (e.g. JSON::PP, LWP::UserAgent); read a distribution's full release history with dates; and search the entire CPAN registry by keyword. Covers the Perl ecosystem from Mojolicious, Moose, DBI and Catalyst to JSON, Plack and the Dancer framework. Live from the official MetaCPAN API. Ideal for package dashboards, dependency and supply-chain tooling, Perl developer portals and CPAN ecosystem analytics. Open data from CPAN.
api.oanor.com/cpan-api
Hex API
Elixir和Erlang包生态系统——Hex(hex.pm)——作为API。查找任何Hex包的描述、许可证、最新版本、GitHub/文档/更新日志链接、所有者以及下载次数(全部时间和近期);阅读包的完整发布历史及发布日期;获取单个版本的依赖列表、Elixir版本约束和构建工具;通过关键字搜索整个Hex注册表。涵盖Elixir/Erlang(BEAM)生态系统,从Phoenix、Ecto和Plug到Jason、Absinthe和Nerves。实时来自官方hex.pm API。适用于包仪表板、依赖和供应链工具、Elixir开发者门户和BEAM生态系统分析。来自Hex的开放数据。
api.oanor.com/hex-api
CRAN API
El ecosistema de paquetes R — CRAN, la Red Integral de Archivos R — como una API. Busque cualquier paquete R por su título, descripción, versión, licencia, mantenedor y autor, enlaces a la página principal y al rastreador de errores, y su árbol de dependencias completo (depende, importa, sugiere, enlaza a); lea el historial completo de versiones de un paquete con fechas de publicación; busque en todo el registro de CRAN por palabra clave; y obtenga estadísticas de descarga (último día, semana o mes, con una serie diaria opcional) directamente de los registros oficiales de descarga de CRAN. Cubre los ~22,000 paquetes en CRAN, desde ggplot2, dplyr y data.table hasta jsonlite, shiny y el amplio tidyverse. En vivo desde los servicios oficiales de la comunidad R (crandb, search.r-pkg.org, cranlogs). Ideal para paneles de paquetes, herramientas de dependencias y cadena de suministro, portales de desarrolladores de ciencia de datos y análisis del ecosistema R. Datos abiertos de CRAN.
api.oanor.com/cran-api
pub.dev API
El registro pub.dev — hogar del ecosistema de paquetes Dart y Flutter — como API. Busca cualquier paquete por su descripción, última versión, repositorio, documentación y enlaces de página principal, restricción de Dart SDK, si es un paquete Flutter, sus dependencias e historial de versiones recientes; busca en el registro por palabra clave (ordenado por relevancia, popularidad, me gusta, puntos, descargas o actualidad); y lee la puntuación de popularidad de un paquete — su conteo de me gusta, puntos pub sobre el máximo, porcentaje de popularidad y conteo de descargas en 30 días. En vivo desde la API oficial de pub.dev. Ideal para paneles de paquetes, herramientas de dependencias y cadena de suministro, portales de desarrolladores Flutter y análisis de ecosistemas. Datos abiertos de pub.dev.
api.oanor.com/pubdev-api
Maven Central API
Maven Central — el repositorio de paquetes en el corazón del ecosistema Java y JVM (Java, Kotlin, Scala, Groovy, Android) — como una API. Busca en el repositorio artefactos por palabra clave y obtén el groupId:artifactId de cada artefacto, la última versión, el número total de versiones, el tipo de empaquetado y la fecha de última actualización; consulta un solo artefacto por sus coordenadas de grupo y artefacto; y lista su historial completo de versiones (de la más nueva a la más antigua) con fechas de lanzamiento y tipos de archivo publicados. En vivo desde el servicio oficial de búsqueda de Maven Central. Ideal para paneles de dependencias, herramientas de compilación, análisis de cadena de suministro y seguridad, portales de desarrolladores y análisis del ecosistema JVM. Datos abiertos de Maven Central.
api.oanor.com/maven-api
Packagist API
El registro de Packagist.org — el ecosistema de paquetes de PHP y Composer — como una API. Busque cualquier paquete (vendor/package, ej. monolog/monolog, laravel/framework, symfony/console) para obtener su descripción, tipo, conteo de descargas totales/mensuales/diarias, estrellas de GitHub, bifurcaciones y problemas abiertos, número de dependientes, última versión estable y su requisito de PHP; busque en el registro por palabra clave y etiqueta; y liste el historial completo de versiones de un paquete (la más reciente primero). En vivo desde la API oficial de Packagist. Ideal para paneles de paquetes, herramientas de dependencias y cadena de suministro, portales de desarrolladores y análisis del ecosistema PHP. Datos abiertos de Packagist.org.
api.oanor.com/packagist-api
NuGet API
NuGet.org レジストリ — .NET のパッケージエコシステム — を API として提供します。任意の NuGet パッケージの説明、最新バージョン、総ダウンロード数、作成者、タグ、プロジェクト、ライセンス、アイコンの URL を検索できます。キーワードで数百万のパッケージを横断検索したり、パッケージの全バージョン履歴(新しい順)を一覧表示したりできます。公式 NuGet API からリアルタイムで提供。パッケージダッシュボード、依存関係・サプライチェーンツール、開発者ポータル、.NET エコシステム分析に最適。NuGet.org のオープンデータ。
api.oanor.com/nuget-api
Ruby Gems API
El registro de RubyGems.org — hogar del ecosistema Ruby — como API. Busque cualquier gema por su descripción, versión actual, total de descargas y por versión, autores, licencia, página de inicio, enlaces de fuente y documentación, y sus dependencias de ejecución y desarrollo; busque en el registro por palabra clave; y navegue por el historial completo de versiones de una gema con números de descarga por versión. En vivo desde la API oficial de RubyGems.org. Ideal para paneles de paquetes, herramientas de dependencias y cadena de suministro, portales de desarrolladores y análisis del ecosistema Ruby. Datos abiertos de RubyGems.org.
api.oanor.com/rubygems-api
Rust Crates API
Il registro crates.io — casa dell'ecosistema Rust — come API. Cerca qualsiasi crate Rust per la sua descrizione, versioni più recenti e recenti, conteggi di download totali e recenti, licenza, repository, documentazione e link alla homepage, parole chiave e categorie; cerca e classifica l'intero registro per rilevanza, download, download recenti, aggiornamenti recenti o più nuovi; e ispeziona l'albero delle dipendenze della versione più recente (o qualsiasi altra) di un crate. In diretta dall'API ufficiale di crates.io. Ideale per dashboard di pacchetti, strumenti per le dipendenze, analisi di sicurezza/supply-chain, portali per sviluppatori e analisi dell'ecosistema Rust. Dati aperti da crates.io.
api.oanor.com/crates-api
PyPI Registry API
Python package data from PyPI as clean JSON. Look up any package’s latest metadata — version, summary, license, repository, author, keywords, required Python version, dependencies, supported Python versions and total release count — browse its full version history with release dates and yanked flags, or get the details and distribution files for one specific version. Sourced live from the public Python Package Index and returned through a fast, reliable API. Ideal for developer dashboards and tooling, package and dependency analytics, security and supply-chain checks, CI/CD and documentation sites.
api.oanor.com/pypi-api
npm Registry API
Everything about npm packages in one clean API. Look up a package’s latest metadata — version, description, license, homepage, repository, author, keywords, dist-tags, dependencies and maintainers — list its full version history with release dates, pull download statistics for the last day, week, month or year, and search the registry across more than three million packages. Sourced live from the public npm registry and returned as tidy JSON through a fast, reliable API. Ideal for developer dashboards and tooling, package and dependency analytics, supply-chain and security checks, CI/CD and documentation sites.
api.oanor.com/npm-api