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=fetch&page=4&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 10932 results for "fetch"(2121ms)

brooklynWeatherFetcher1 file match

@jjoak3•Updated 6 months ago

fetchNewPublicGitHubRepos1 file match

@toowired•Updated 6 months ago

fetchXML2 file matches

@g000m•Updated 6 months ago

FetchBasic2 file matches

@julesb22•Updated 7 months ago

FetchBasic_deleted_17295039551 file match

@julesb22•Updated 7 months ago

fetchValInfo2 file matches

@pomdtr•Updated 7 months ago

mlbScoreFetcher1 file match

@charmaine•Updated 7 months ago

ThreadmarkLISTFetcher22 file matches

@willthereader•Updated 7 months ago

ThreadmarkLISTFetcher1 file match

@willthereader•Updated 7 months ago

BrowserbaseFetcherFromURL1 file match

@willthereader•Updated 8 months ago

cerebras_coderindex.ts1 match

@zone•Updated 48 mins ago
181
182 try {
183 const response = await fetch("/", {
184 method: "POST",
185 body: JSON.stringify({

autonomous-valREADME.md1 match

@abrinz•Updated 1 hour ago
26};
27
28const response = await fetch("https://<your-val-id>.web.val.run/", {
29 method: "POST",
30 headers: {