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=57&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 18892 results for "api"(1620ms)

myApi1 file match

@manurana•Updated 1 year ago

myApi1 file match

@fishynio•Updated 1 year ago

myApi1 file match

@micmath•Updated 1 year ago

myApi1 file match

@angusross•Updated 1 year ago

myApi1 file match

@olivercole•Updated 1 year ago

myApi1 file match

@danny_engelman•Updated 1 year ago

myApi1 file match

@dayal•Updated 1 year ago

myApi1 file match

@thedro•Updated 1 year ago

myApi1 file match

@naturealizor•Updated 1 year ago

myApi1 file match

@octref•Updated 1 year ago

Sketch_IdeasApp.tsx1 match

@tvhees•Updated 18 mins ago
5export function App() {
6 const [clicked, setClicked] = useState(0);
7 useFetch("api/styles");
8 return <StylesViewer />;
9}

Sketch_IdeasStylesViewer.tsx1 match

@tvhees•Updated 19 mins ago
8
9 useEffect(() => {
10 fetch("/api/styles")
11 .then(res => res.json())
12 .then(data => {
Kapil01
apiv1