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=fetch&page=13&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=fetch

Returns an array of strings in format "username" or "username/projectName"

Found 14007 results for "fetch"(2930ms)

fetchXML2 file matches

@stevekrouse•Updated 1 year ago

proxyFetch92 file matches

@alp•Updated 1 year ago

testFetch1 file match

@ImGqb•Updated 1 year ago

fetchProxy1 file match

@ridge•Updated 1 year ago

fetchBlob1 file match

@crsven•Updated 1 year ago

fetchJavascriptWeeklyIssues2 file matches

@Timmy•Updated 1 year ago

fetchRssParser2 file matches

@shellphon•Updated 1 year ago

fetchXML1 file match

@_•Updated 1 year ago

fetchGiphy1 file match

@simply_say_m•Updated 1 year ago

proxyFetch102 file matches

@alp•Updated 1 year ago

ReceiveSMSSMSPart1.tsx2 matches

@Dentalabcs•Updated 4 mins ago
1try {
2 const res = await fetch(`https://api.twilio.com/2010-04-01/Accounts/${sid}/Messages.json`, {
3 method: "POST",
4 headers: {
15 }
16} catch (err) {
17 console.error("Fetch error:", err);
18 return new Response("Internal error", { status: 500 });
19}

spider-solindex.ts1 match

@feb•Updated 2 hours ago
23});
24
25export default app.fetch;