You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/...?q=api&page=58&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=api
Returns an array of strings in format "username" or "username/projectName"
Found 19080 results for "api"(1612ms)
1import { getArticle } from "./_api.ts";
2import { createServer } from "./_server.ts";
3
1import { getArticle, getAuthor } from "./_api.ts";
2import { createServer } from "./_server.ts";
3