Ohloh

Ohloh is the open source directory and analytics service that was rebranded as Black Duck Open Hub (openhub.net) after Black Duck Software acquired it. It tracks hundreds of thousands of open source projects, their code, contributors, languages, licenses and activity, and exposes this data through a public REST API. The Open Hub / Ohloh API returns XML, authenticates with an api_key HTTP parameter (plus OAuth 2.0 for write access and private account data), is rate limited to 1,000 requests per key per day, and covers resources such as projects, accounts, organizations, analyses, languages, stacks, factoids and contributor facts. This profile was added to the API Evangelist network as a stub and enriched from the provider's public documentation.

Ohloh publishes 1 API on the APIs.io network. Tagged areas include Company, Open Source, Open Source Directory, Code Analytics, and Software Composition.

Ohloh’s developer surface includes documentation, API reference, getting-started guide, signup flow, authentication, and 11 more developer resources.

28.3/100 emerging ▬ flat Agent 32/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyOpen SourceOpen Source DirectoryCode AnalyticsSoftware CompositionDeveloper DataProjectsContributorsBlack Duck

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 28.3/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 10.9 / 20
Commercial Clarity 4.7 / 20
Operational Transparency 3.4 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 32/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ohloh: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Open Hub API (Ohloh)

The REST API for Black Duck Open Hub (formerly Ohloh). Returns XML wrapped in a root element that always carries a (success/failed) and an on failure...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

ohloh-mcp.yml

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Ohloh Rate Limits

1 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Ohloh Authentication

2 schemes

SECURITY

Ohloh Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ohloh
name: Ohloh
description: Ohloh is the open source directory and analytics service that was rebranded as Black Duck Open Hub (openhub.net)
  after Black Duck Software acquired it. It tracks hundreds of thousands of open source projects, their code, contributors,
  languages, licenses and activity, and exposes this data through a public REST API. The Open Hub / Ohloh API returns XML,
  authenticates with an api_key HTTP parameter (plus OAuth 2.0 for write access and private account data), is rate limited
  to 1,000 requests per key per day, and covers resources such as projects, accounts, organizations, analyses, languages,
  stacks, factoids and contributor facts. This profile was added to the API Evangelist network as a stub and enriched from
  the provider's public documentation.
url: https://raw.githubusercontent.com/api-evangelist/ohloh/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://avatars.githubusercontent.com/blackducksoftware
x-type: company
x-source: vc-portfolio
x-backed-by:
- uncork-capital
x-tier: profile
x-tier-reason: enriched-from-docs
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-20'
tags:
- Company
- Open Source
- Open Source Directory
- Code Analytics
- Software Composition
- Developer Data
- Projects
- Contributors
- Black Duck
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- aid: ohloh:open-hub-api
  name: Open Hub API (Ohloh)
  humanURL: https://github.com/blackducksoftware/ohloh_api
  baseURL: https://www.openhub.net
  description: The REST API for Black Duck Open Hub (formerly Ohloh). Returns XML wrapped in a <response> root element that
    always carries a <status> (success/failed) and an <error> on failure. Requests append .xml to a resource URL and pass
    the api_key HTTP parameter; write operations and private account data use OAuth 2.0. Collections return at most 25 items
    per page (page parameter, one-based; query and sort parameters) and report items_returned, items_available and first_item_position.
    Resources include projects, accounts, organizations, analyses, languages, stacks, factoids, kudos, positions and contributor
    facts.
  tags:
  - Open Source
  - Projects
  - Contributors
  - Code Analytics
  properties:
  - type: Documentation
    url: https://github.com/blackducksoftware/ohloh_api
  - type: APIReference
    url: https://github.com/blackducksoftware/ohloh_api/tree/master/reference
  - type: Authentication
    url: authentication/ohloh-authentication.yml
  - type: Conventions
    url: conventions/ohloh-conventions.yml
  - type: RateLimits
    url: rate-limits/ohloh-rate-limits.yml
common:
- type: DomainSecurity
  url: security/ohloh-domain-security.yml
- type: Website
  url: https://www.openhub.net
- type: DeveloperPortal
  url: https://github.com/blackducksoftware/ohloh_api
- type: Documentation
  url: https://github.com/blackducksoftware/ohloh_api
- type: APIReference
  url: https://github.com/blackducksoftware/ohloh_api/tree/master/reference
- type: GettingStarted
  url: https://github.com/blackducksoftware/ohloh_api/blob/master/README.md
- type: GitHubOrganization
  url: https://github.com/blackducksoftware
- type: SignUp
  url: https://www.openhub.net/accounts/me/api_keys/new
- type: TermsOfService
  url: https://community.blackduck.com/s/article/Black-Duck-Open-Hub-API-Use-Agreement
- type: Authentication
  url: authentication/ohloh-authentication.yml
- type: Conventions
  url: conventions/ohloh-conventions.yml
- type: RateLimits
  url: rate-limits/ohloh-rate-limits.yml
- type: Conformance
  url: conformance/ohloh-conformance.yml
- type: MCPServer
  url: mcp/ohloh-mcp.yml
- type: WellKnown
  url: well-known/ohloh-well-known.yml
- type: LLMsTxt
  url: llms/ohloh-llms.txt
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 8
  pass: local-v1
rate_limits:
- name: Open Hub API default
  limit_count: 1000
  interval: day
  scope: api_key
  source: https://github.com/blackducksoftware/ohloh_api/blob/master/README.md