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/$2?q=api&page=1450&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 15633 results for "api"(4507ms)

myApimain.tsx1 match

@ddpopbb3•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@gbeaver•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@britzdm•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@danielraffel•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@R3D01NG1T•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@jqxu•Updated 1 year ago
1export function myApi(name) {
2 return "hello " + name;
3}

myApimain.tsx1 match

@ndom91•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

googleProxymain.tsx1 match

@omgwtfbrblolttyl•Updated 1 year ago
8 return res.status(401).end();
9 }
10 const actualKey = process.env["googleAPIKey"];
11 const rewritten = req.originalUrl.replace(
12 `key=${proxyKey}`,

myApimain.tsx1 match

@mattrossman•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@marckraw•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

googleGeminiAPI2 file matches

@michaelwschultz•Updated 5 hours ago

HN-fetch-call2 file matches

@ImGqb•Updated 3 days ago
fetch HackerNews by API
Kapil01
apiv1