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/$1?q=api&page=70&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 18783 results for "api"(2735ms)

postHogAPICapture1 file match

@ianvph•Updated 1 year ago

myApi1 file match

@ollypolly•Updated 1 year ago

vt-testsemailAnalyzer.http.tsx2 matches

@dervondenbergen•Updated 1 hour ago
33 try {
34 const anthropic = new Anthropic({
35 apiKey: Deno.env.get("ANTHROPIC_API_KEY"),
36 });
37
103
104 } catch (error) {
105 console.error(`Error calling Claude API for ${email}:`, error);
106 return new Response(
107 JSON.stringify({

vt-testsCLAUDE.md1 match

@dervondenbergen•Updated 1 hour ago
20- Compiler options are relaxed (`noImplicitAny: false`, `strict: false`)
21- Val Town types are included from `https://www.val.town/types/valtown.d.ts`
22- Experimental Node.js globals, Temporal API, and worker options are enabled
23
24### Val Town Development Patterns
apiry
snartapi