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=api&page=17&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 18890 results for "api"(1956ms)

myApi1 file match

@tonycheal•Updated 1 year ago

APIAyeee

@Negash•Updated 1 year ago

apiProxy1 file match

@postpostscript•Updated 1 year ago

emailAPI1 file match

@agmm•Updated 1 year ago

myApi2 file matches

@greatcode•Updated 1 year ago

API_URL2 file matches

@std•Updated 1 year ago

myApi

@kortxyz•Updated 1 year ago

myApi1 file match

@atlae•Updated 1 year ago

myApi1 file match

@chrisk_7777•Updated 1 year ago

zohoDeskApi2 file matches

@julbrs•Updated 1 year ago

Sketch_IdeasStylesViewer.tsx2 matches

@tvhees•Updated 1 hour ago
9
10 useEffect(() => {
11 fetch("/api/styles")
12 .then(res => res.json())
13 .then(data => {
21 }, []);
22 useEffect(() => {
23 fetch("https://api.color.pizza/v1/palettes")
24 .then((res) => res.json())
25 .then((data) => {

Sketch_Ideasindex.ts3 matches

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