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/$%7Burl%7D?q=api&page=1292&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 14209 results for "api"(2234ms)

holidaysUSmain.tsx1 match

@brenton•Updated 1 year ago
3// Public holidays in the US in 2023
4export let holidaysUS = fetchJSON(
5 "https://date.nager.at/api/v2/publicholidays/2023/US"
6);

kindnessmain.tsx1 match

@nate•Updated 1 year ago
4export let kindness = async () => {
5 return await gpt3({
6 openAiKey: process.env.OPENAI_API_KEY,
7 prompt:
8 "Speaking as universal consciousness, say something short, true, uplifting, loving, and kind.",

myApimain.tsx1 match

@lawliet•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}
2
3export let nameTopHNThreadUsingSomeonesVal = (async () => {
4 // Cheerio parses markup and provides an API to interact with the resulting data structure
5 const cheerio = await import("npm:cheerio"); // You can import NPM packages
6 const replyText = await fetchText(

myApimain.tsx1 match

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

clearMyApimain.tsx1 match

@acmu•Updated 1 year ago
1let { fizz } = await import("https://esm.town/v/acmu/fizz");
2
3export function clearMyApi(name) {
4 fizz = "";
5 return "clear yes nbnbnb";

myApimain.tsx1 match

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

myApimain.tsx1 match

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

myApimain.tsx1 match

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

starWarsmain.tsx1 match

@dosirak•Updated 1 year ago
2
3export let starWars = fetchJSON(
4 "https://swapi.dev/api/people/1/"
5);

book-lookup5 file matches

@nucky•Updated 1 day ago
use google book api to look up bibliographic metadata elements

new-val-api-demo

@shouser•Updated 2 days ago
This is an example of using the API to create a val.
snartapi
mux
Your friendly, neighborhood video API.