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/image-url.jpg%20%22Image%20title%22?q=api&page=61&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=api

Returns an array of strings in format "username" or "username/projectName"

Found 19754 results for "api"(1759ms)

myApi1 file match

@lazeebee•Updated 1 year ago

myApi1 file match

@clayton•Updated 1 year ago

myApi1 file match

@burger•Updated 1 year ago

myApi1 file match

@adamontherun•Updated 1 year ago

myApi1 file match

@th3hunt•Updated 1 year ago

myApi1 file match

@groundcontrol•Updated 1 year ago

myApi1 file match

@feynman•Updated 1 year ago

myApi1 file match

@maximilian•Updated 1 year ago

myApi1 file match

@johanguse•Updated 1 year ago

myApi1 file match

@steveb1313•Updated 1 year ago

reactHonoStarterkkindex.ts2 matches

@tengis•Updated 53 mins ago
12app.get("/frontend/**/*", c => serveFile(c.req.path, import.meta.url));
13
14// Add your API routes here
15// app.get("/api/data", c => c.json({ hello: "world" }));
16
17// Unwrap and rethrow Hono errors as the original error

reactHonoStarteindex.ts2 matches

@tengis•Updated 53 mins ago
12app.get("/frontend/**/*", c => serveFile(c.req.path, import.meta.url));
13
14// Add your API routes here
15// app.get("/api/data", c => c.json({ hello: "world" }));
16
17// Unwrap and rethrow Hono errors as the original error
stevenvapi
apiry