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/$%7Burl%7D?q=fetch&page=901&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 14162 results for "fetch"(6100ms)

jxnnnnReactStream1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

jxnnnnredirects1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

jxnnnnrss1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

jxnnnndotcom1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c814a23405c311f0a611569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

newjxnReactStream1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

newjxnredirects1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

newjxnrss1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

newjxndotcom1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c814a23405c311f0a611569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,

dateme_homemain.tsx1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--f8c51cd405db11f0b6fc569c3dd06744.web.val.run"), {
4 method: req.method,
5 headers: req.headers,

dateMeRSSmain.tsx1 match

@charmaine•Updated 2 months ago
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--f8c51cd405db11f0b6fc569c3dd06744.web.val.run"), {
4 method: req.method,
5 headers: req.headers,

FetchBasic2 file matches

@ther•Updated 1 week ago

GithubPRFetcher

@andybak•Updated 1 week ago