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=403&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 7615 results for "fetch"(1024ms)

illustriousAmberPigeonmain.tsx1 match

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

luxuriousEmeraldGiraffemain.tsx1 match

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

gemini_codermain.tsx1 match

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

lovableVioletPeafowlmain.tsx1 match

@amine0077•Updated 4 months ago
181 try {
182 throw new Error("Generation Error: " + await response.text());
183 const response = await fetch("/", {
184 method: "POST",
185 body: JSON.stringify({

majesticVioletMinnowmain.tsx1 match

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

learnedIvoryButterflymain.tsx1 match

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

curiousFuchsiaToadmain.tsx1 match

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

cerebras_codermain.tsx1 match

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

devstatsmain.tsx3 matches

@x9opsec•Updated 4 months ago
130 return c.json(await getRows())
131 } catch (error) {
132 console.error("Error fetching data:", error)
133 return c.text("Error fetching data", 500)
134 }
135})
170 `)
171
172 return app.fetch(req)
173}

delicateFuchsiaGrasshoppermain.tsx1 match

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

fetchPaginatedData2 file matches

@nbbaier•Updated 1 week ago

FetchBasic1 file match

@fredmoon•Updated 1 week ago