v3

latestOpenAPI 3.1.02026-07-31550239.5 KB
Lookups

Resolve a GitHub owner/repo coordinate to an indexed source (read-only, no materialize)

Read-only counterpart to POST /v1/lookups: given coordinate=owner/repo (optionally github:owner/repo), returns the canonical org-scoped tuple { sourceId, sourceSlug, orgSlug } for a matching visible catalog source, or 404 when the repo isn't indexed. Unlike the POST, it never probes GitHub or materializes a hidden stub. Matches sources.url case-insensitively; on a multi-row case collision it prefers the exact-case row, then the oldest by (createdAt, id).

get/lookups/source-by-coordinate

Query parameters

coordinatestring required

GitHub coordinate, e.g. "honojs/hono" or "github:honojs/hono".

Response

Canonical home for the indexed repo

sourceIdstring required
sourceSlugstring required
orgSlugstring required