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/$%7Burl%7D?q=api&page=59&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 19724 results for "api"(3400ms)

myApi1 file match

@herveDarritchon•Updated 1 year ago

myApi1 file match

@nyjustice•Updated 1 year ago

myApi1 file match

@hernquist•Updated 1 year ago

myApi1 file match

@Anapp•Updated 1 year ago

myApi1 file match

@scothis•Updated 1 year ago

valtownApiTypesImportTest2 file matches

@stevekrouse•Updated 1 year ago

myApi1 file match

@hankenstein•Updated 1 year ago

myApi1 file match

@runarorama•Updated 1 year ago

myApi2 file matches

@robberfree•Updated 1 year ago

testApi2 file matches

@clayway•Updated 1 year ago

sapo-mag-filmes-em-cartazmain.tsx1 match

@gmcabrita•Updated 35 mins ago
65
66/* ------------------------------------------------------------------ */
67/* Utility: minimal XML escaping (only for text nodes) */
68function escapeXml(str: string = ""): string {
69 return str

docjocmain.tsx3 matches

@legal•Updated 1 hour ago
387 <div class="card">
388 <h3>Error Loading Suggestions</h3>
389 <p>We couldn't get AI-powered task suggestions. This can happen due to network issues or API errors.</p>
390 <div class="status-entry error">\${esc(suggestionsError)}</div>
391 <button id="retry-suggestions-btn" class="button button-primary" style="margin-top:10px;">Retry Suggestions</button>
938 }
939 } catch (error) {
940 const errMsg = `AI API Error: ${error.message}`;
941 log.push({ agent: agentName, type: "error", message: errMsg });
942 console.error(`${agentName} Error:`, error);
943 return { error: "AI_API_ERROR", message: errMsg, details: error.toString() };
944 }
945 }
apiry
snartapi