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=17&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"(2802ms)

fetchJSON1 file match

@sean•Updated 1 year ago

fetchXML1 file match

@eczajk•Updated 1 year ago

fetchText2 file matches

@iakovos•Updated 1 year ago

fetchPelotonWorkouts1 file match

@andreterron•Updated 1 year ago

fetchABird1 file match

@crsven•Updated 1 year ago

fetchCongressTradeReports2 file matches

@stevekrouse•Updated 1 year ago

proxyFetch62 file matches

@alp•Updated 1 year ago

fetchJSON1 file match

@pixelian•Updated 1 year ago

fetchRss2 file matches

@pdebie•Updated 1 year ago

proxyFetch42 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;