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=16&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"(3331ms)

fetchJSON2 file matches

@val•Updated 1 year ago

handleFetchTextResponse2 file matches

@devdoshi•Updated 1 year ago

proxyFetch52 file matches

@alp•Updated 1 year ago

fetchFigmaFile2 file matches

@rodrigotello•Updated 1 year ago

discordFetch1 file match

@vtdocs•Updated 1 year ago

fetchJSON2 file matches

@mgruel•Updated 1 year ago

fetchTimeline1 file match

@dpetrouk•Updated 1 year ago

fetchJSON1 file match

@hanu•Updated 1 year ago

fetchTwitterUser2 file matches

@andreterron•Updated 1 year ago

proxyFetch12 file matches

@alp•Updated 1 year ago

ReceiveSMSSMSPart1.tsx2 matches

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