Repository Endpoints
JSON values on this page are illustrative response shapes, not a live platform snapshot. Repository counts, scores, timestamps, and enrichment fields change as the corpus is refreshed; use the API response as the source of truth.
Common tasks
All repository endpoints
Health Check
This is the only endpoint that does not require authentication.
Returns the service health status and high-level graph statistics.
Example
Response
List Repositories
Returns a paginated list of all repositories. Supports rich filtering and sorting.
Query Parameters
Examples
Response
Get Repository Detail
Returns full metadata and statistics for a single repository.
Path Parameters
Example
Response
If the repository is not found, the API returns 404:
Returns aggregate statistics across the currently enriched repository corpus.
Example
Response
The fields below are representative. Treat the returned values as the current enrichment snapshot.
Tier Groups
Returns repositories grouped by tier, making it easy to see which repos are in each tier without additional filtering.
Example
Response
Rankings
Returns the top N repositories ranked by composite score. Optionally filter by tier.
Query Parameters
Examples
Response
Full-Text Search
Searches repository names and descriptions for a keyword or phrase.
Query Parameters
Example
Response
See the Search guide for tips on writing effective search queries.