Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/...?q=api&page=25&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 19373 results for "api"(3108ms)

myApi1 file match

@garcila•Updated 1 year ago

api1 file match

@uuz•Updated 1 year ago

myApi1 file match

@codingjlu•Updated 1 year ago

myApi1 file match

@stordahl•Updated 1 year ago

myApi2 file matches

@cihad•Updated 1 year ago

myApi1 file match

@carsonwack•Updated 1 year ago

paginateAPI2 file matches

@mgruel•Updated 1 year ago

myApi1 file match

@airon21•Updated 1 year ago

myApi1 file match

@smfoote•Updated 1 year ago

myApi1 file match

@bmschmidt•Updated 1 year ago

untitled-6415main.ts1 match

@joshbeckman•Updated 4 mins ago
3
4const anthropic = new Anthropic({
5 apiKey: Deno.env.get("ANTHROPIC_API_KEY"),
6});
7

RequirementsWriterindex.ts2 matches

@tkneisly•Updated 33 mins ago
12app.get("/frontend/**/*", c => serveFile(c.req.path, import.meta.url));
13
14// Add your API routes here
15// app.get("/api/data", c => c.json({ hello: "world" }));
16
17// Unwrap and rethrow Hono errors as the original error
apiry
snartapi