Search

The search endpoint provides full-text substring matching across repository names and descriptions. It is the fastest way to locate repos when you know a keyword but not the exact name.

Query Parameters


Examples


Response


Search Best Practices

Start broad, then narrow

Use domain terms, not implementation details

For searching by function names, class names, or model names, use the deep-insight endpoints instead:

Combine search with filtering

The search endpoint returns basic repo metadata. Once you identify candidate repos, use /api/repos/{name} for full details or /api/functions?repo=name for deep code insights:

No results? Try shorter terms

The search is a substring match, so partial words work:

Complementary Search Methods