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=43&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 18993 results for "api"(1334ms)

myApi1 file match

@sibrel•Updated 1 year ago

myApi1 file match

@israelroldan•Updated 1 year ago

myApi1 file match

@connorads•Updated 1 year ago

api2 file matches

@ayrtonlacerda•Updated 1 year ago

myApi1 file match

@murdo•Updated 1 year ago

myApi1 file match

@abhishek•Updated 1 year ago

wrapInHTMLElements2 file matches

@rwev•Updated 1 year ago

valtownOpenAPI2 file matches

@pomdtr•Updated 1 year ago

myApi1 file match

@tmcw_onboarding•Updated 1 year ago

myApi1 file match

@joemccourt•Updated 1 year ago

invest-trackermacro_news_daily.tsx3 matches

@samxii777•Updated 45 mins ago
1import { blob } from "https://esm.town/v/std/blob";
2const KEY = Deno.env.get("NEWSAPI");
3
4export default async function run() {
5 const query = `https://newsapi.org/v2/everything?`
6 + `q=(${
7 encodeURIComponent(`
9 AND (United States OR Australia OR Europe OR China)
10 `)
11 })&language=en&sortBy=publishedAt&pageSize=10&apiKey=${KEY}`;
12
13 const arts = (await fetch(query).then(r => r.json())).articles ?? [];

huyhieuREADME.md1 match

@lanly•Updated 2 hours ago
15- Fast and lightweight
16
17### HuyHieu API
18```
19/huyhieu?url=<website>&label=<label>&value=<value>&color=<color>&text=<textColor>&size=<size>&radius=<radius>&shape=<shape>
apiry
snartapi