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=36&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 19784 results for "api"(1614ms)

myApi1 file match

@johannesbraeunig•Updated 1 year ago

myApi1 file match

@imandel•Updated 1 year ago

myApi1 file match

@blaiselp•Updated 1 year ago

myApi1 file match

@seniorbrusko•Updated 1 year ago

musicianApi2 file matches

@maclong•Updated 1 year ago

apiLog1 file match

@healeycodes•Updated 1 year ago

myApi1 file match

@justwph•Updated 1 year ago

myApi1 file match

@mateuszrusyn•Updated 1 year ago

myApi1 file match

@jasonw•Updated 1 year ago

myApi1 file match

@cufaoil•Updated 1 year ago

ImgJocmain.tsx3 matches

@legal•Updated 13 mins ago
385 <div class="card">
386 <h3>Error Loading Suggestions</h3>
387 <p>We couldn't get AI-powered task suggestions. This can happen due to network issues or API errors.</p>
388 <div class="status-entry error">\${esc(suggestionsError)}</div>
389 <button id="retry-suggestions-btn" class="button button-primary" style="margin-top:10px;">Retry Suggestions</button>
928 }
929 } catch (error) {
930 const errMsg = `AI API Error: ${error.message}`;
931 log.push({ agent: agentName, type: "error", message: errMsg });
932 console.error(`${agentName} Error:`, error);
933 return { error: "AI_API_ERROR", message: errMsg, details: error.toString() };
934 }
935 }

luciaMagicLinkStarterUserProfile.tsx1 match

@shapedlines•Updated 51 mins ago
43
44 try {
45 const response = await fetch("/api/user/username", {
46 method: "POST",
47 headers: {
apiry
snartapi