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/?q=api&page=939&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 11922 results for "api"(1043ms)

getValREADME.md1 match

@pomdtr•Updated 1 year ago
2Gets information about a specific val.
3
4To access private vals, pass your API token as a secret to the function. Read more about [authentication](https://docs.val.town/api/authentication) to understand how to generate a token and save it as a secret.

userValsExamplemain.tsx1 match

@pomdtr•Updated 1 year ago
1import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=43";
2
3console.log(await fetchJSON("https://api.val.town/v1/users/a0bf3b31-15a5-4d5c-880e-4b1e22c9bc18/vals"));

evalPost2main.tsx1 match

@pomdtr•Updated 1 year ago
3console.log(
4 await fetchJSON(
5 "https://api.val.town/v1/eval",
6 {
7 method: "POST",

hnFollowAppmain.tsx1 match

@bentossell•Updated 1 year ago
9 search_by_date: true,
10 });
11 // for each post get the number of upvotes from the hackernews api using fetch
12 for (let post of posts) {
13 let res = await fetch(`https://hacker-news.firebaseio.com/v0/item/${post.objectID}.json`);

evalPost1main.tsx1 match

@pomdtr•Updated 1 year ago
3console.log(
4 await fetchJSON(
5 "https://api.val.town/v1/eval",
6 {
7 method: "POST",

gltf_torusmain.tsx1 match

@vladimyr•Updated 1 year ago
195 >
196 </meta>
197 <script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js">
198 </script>
199 </head>

playgroundmain.tsx2 matches

@easrng•Updated 1 year ago
12} from "https://deno.land/x/hono@v4.0.10/jsx/index.ts";
13import { Hono } from "https://deno.land/x/hono@v4.0.10/mod.ts";
14import { API_URL } from "https://esm.town/v/std/API_URL?v=5";
15import { create } from "https://esm.town/v/websandbox/create";
16import { parse as parseStack } from "npm:error-stack-parser-es@0.1.1";
754 );
755 } else {
756 const res = await fetch(API_URL + "/v1/eval", {
757 method: "POST",
758 body: JSON.stringify({

supirmain.tsx1 match

@turbo1912•Updated 1 year ago
7 const result = await fal.subscribe("fal-ai/supir", {
8 input: {
9 image_url: "https://storage.googleapis.com/falserverless/gallery/NOCA_Mick-Thompson.resized.resized.jpg",
10 },
11 logs: true,

weatherGPTREADME.md1 match

@dantaeyoung•Updated 1 year ago
1If you fork this, you'll need to set `OPENAI_API_KEY` in your [Val Town Secrets](https://www.val.town/settings/secrets).
2
3

sqliteExplorerAppmain.tsx2 matches

@parkerdavis•Updated 1 year ago
23 <head>
24 <title>SQLite Explorer</title>
25 <link rel="preconnect" href="https://fonts.googleapis.com" />
26 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
27 <link
28 href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"
29 rel="stylesheet"
30 />

social_data_api_project3 file matches

@tsuchi_ya•Updated 2 hours ago

simple-scrabble-api1 file match

@bry•Updated 2 days ago
apiv1
papimark21