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=998&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 13597 results for "fetch"(5462ms)

cerebras_codermain.tsx1 match

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

cerebras_codermain.tsx1 match

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

cerebras_codermain.tsx1 match

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

C_Coder_originalmain.tsx1 match

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

asdfmain.tsx1 match

@popkorn123•Updated 5 months ago
20 setLoading(true);
21 try {
22 const response = await fetch('/generate', {
23 method: 'POST',
24 headers: { 'Content-Type': 'application/json' },

cerebras_codermain.tsx1 match

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

cerebras_codermain.tsx1 match

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

cerebras_codermain.tsx1 match

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

memorablePurpleMeerkatmain.tsx1 match

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

cerebras_codermain.tsx1 match

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

FetchBasic2 file matches

@ther•Updated 16 hours ago

GithubPRFetcher

@andybak•Updated 3 days ago