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=15&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"(2764ms)

generate_openapi_schema1 file match

@pomdtr•Updated 1 year ago

newValTownOpenAPI2 file matches

@stevekrouse•Updated 1 year ago

vtOpenAPI2 file matches

@stevekrouse•Updated 1 year ago

vtOpenAPI_migrated2 file matches

@stevekrouse•Updated 1 year ago

val_town_openapi1 file match

@pomdtr•Updated 1 year ago

telegramValTownAPI1 file match

@stevekrouse•Updated 1 year ago

myApi1 file match

@jamesyin•Updated 1 year ago

MusicAPI22 file matches

@nishui•Updated 1 year ago

key_value_api1 file match

@mjweaver01•Updated 1 year ago

api1 file match

@weaverwhale•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