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%22Optional%20title%22?q=api&page=1067&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 11835 results for "api"(1185ms)

buddhaQuoteOfTheDaymain.tsx1 match

@noaoh•Updated 1 year ago
2
3export const buddhaQuoteOfTheDay = (async () => {
4 const resp = await fetch("https://buddha-api.com/api/today");
5 const j = await resp.json();
6 const { text, byName } = j;

myApimain.tsx1 match

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

myApimain.tsx1 match

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

myApimain.tsx1 match

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

untitled_silverGoosemain.tsx1 match

@tr3ntg•Updated 1 year ago
8 );
9 const supabase = createClient(
10 process.env.marketMemoSupabaseApiUrl,
11 process.env.marketMemoSupabaseServiceRoleKey,
12 );

myApimain.tsx1 match

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

myApimain.tsx1 match

@feynman•Updated 1 year ago
1export async function myApi(name) {
2 const got = await import("got");
3 const res = await got.post("http://34.87.31.113:3000/infer", {

nameNationalitymain.tsx1 match

@hetzelhouse•Updated 1 year ago
3// Predict the nationality of a name
4export let nameNationality = fetchJSON(
5 "https://api.nationalize.io/?name=staci"
6);

fetchTwitterUsermain.tsx1 match

@andreterron•Updated 1 year ago
17}> {
18 const res = await fetchJSON(
19 `https://api.twitter.com/2/users/${id}?${query}`,
20 {
21 headers: {

myApimain.tsx1 match

@maximilian•Updated 1 year ago
1export function myApi(name) {
2 console.email("hi " + name);
3}

simple-scrabble-api1 file match

@bry•Updated 2 hours ago

social_data_api_project3 file matches

@tsuchi_ya•Updated 10 hours ago
apiv1
papimark21