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=404&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 7501 results for "fetch"(808ms)

cerebras_codermain.tsx1 match

@drpsyber•Updated 4 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

gemini_codermain.tsx1 match

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

cerebras_codermain.tsx1 match

@rhodcoding•Updated 4 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

cerebras_codermain.tsx1 match

@tarfist•Updated 4 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

cerebras_codermain.tsx1 match

@caiobruno•Updated 4 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

spotlessBrownBobolinkmain.tsx1 match

@stevekrouse•Updated 4 months ago
14 setError("");
15 try {
16 const response = await fetch("/scrape", {
17 method: "POST",
18 headers: { "Content-Type": "application/json" },

EnkakuAuthenticatedAPImain.tsx1 match

@paul_lecam•Updated 4 months ago
49});
50
51export default transport.fetch;

EnkakuStatelessHTTPExamplemain.tsx1 match

@paul_lecam•Updated 4 months ago
18});
19
20export default transport.fetch;

EnkakuStatefulHTTPExamplemain.tsx1 match

@paul_lecam•Updated 4 months ago
31});
32
33export default transport.fetch;

dreamInterpreterAppmain.tsx1 match

@Bilelghrsalli•Updated 4 months ago
15
16 try {
17 const response = await fetch("/interpret", {
18 method: "POST",
19 body: JSON.stringify({ dream }),

fetchPaginatedData2 file matches

@nbbaier•Updated 1 week ago

FetchBasic1 file match

@fredmoon•Updated 1 week ago