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=14&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"(2947ms)

fetchImageAsBase642 file matches

@liamdanielduffy•Updated 1 year ago

fetchAndParseXML2 file matches

@mgruel•Updated 1 year ago

fetchJSON1 file match

@U9G•Updated 1 year ago

fetchJSON1 file match

@mridula•Updated 1 year ago

fetchHTML2 file matches

@stevekrouse•Updated 1 year ago

proxyFetch32 file matches

@alp•Updated 1 year ago

notionWordCounterFetchDays1 file match

@andreterron•Updated 1 year ago

fetchTweet1 file match

@dpetrouk•Updated 1 year ago

fetchHTML2 file matches

@beneskildsen•Updated 1 year ago

proxyFetch72 file matches

@alp•Updated 1 year ago

ReceiveSMSSMSPart1.tsx2 matches

@Dentalabcs•Updated 3 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;