You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7Burl%7D?q=fetch&page=8&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=fetch
Returns an array of strings in format "username" or "username/projectName"
Found 17212 results for "fetch"(723ms)
315};
316try {
317const res = await fetch('/api/email',
318{
319method: 'POST',
566const app = new Hono();
567app.get("/", homepage);
568export default app.fetch;