conda-forge
conda-forge is a community-led conda package channel providing over 33,000 open-source packages for scientific computing, data science, and general Python development. The project offers programmatic access through the Anaconda.org REST API for querying package metadata, searching packages by name, retrieving version histories, and accessing distribution file details. Additionally, the conda repository format exposes repodata and channeldata JSON indices that enumerate all packages, versions, platforms, and dependency metadata across every supported architecture.
APIs
Anaconda.org Package API
REST API hosted on api.anaconda.org that provides read access to conda-forge package metadata including package details, version lists, platform availability, download counts, l...
conda-forge Channel Repodata API
Static JSON index files served over HTTPS from conda.anaconda.org for each supported platform subdirectory (linux-64, osx-64, win-64, etc.). repodata.json and repodata.json.zst ...