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%22Image%20title%22?q=api&page=989&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 12918 results for "api"(1824ms)

1Migrated from folder: External_APIs/browserbase/browserbase_google_concerts

browserbaseREADME.md1 match

@stevekrouseUpdated 10 months ago
1Migrated from folder: External_APIs/browserbase/browserbase

blobREADME.md2 matches

@natashatherobotUpdated 10 months ago
75```
76
77### Lower-level API
78
79We do provide access to the lower-level getter and setters, which are useful if you are storing non-JSON or binary data, need to stream in your response or request data, or do anything else lower-level.
80
81* `async get(key: string)`: Retrieves a blob for a given key.
82* `async set(key: string, value: string | BodyInit)`: Sets the blob value for a given key. See [BodyInit](https://deno.land/api@v1.38.1?s=BodyInit).
83
84### Limitations

blobmain.tsx5 matches

@natashatherobotUpdated 10 months ago
1import { API_URL } from "https://esm.town/v/std/API_URL";
2import { ValTownBlobError } from "https://esm.town/v/std/ValTownBlobError";
3import { ValTownBlobNotFoundError } from "https://esm.town/v/std/ValTownBlobNotFoundError";
82async function list(prefix?: string): Promise<{ key: string; size: number; lastModified: string }[]> {
83 let querystring = prefix ? `?prefix=${encodeURIComponent(prefix)}` : "";
84 const res = await fetch(`${API_URL}/v1/blob${querystring}`, {
85 headers: {
86 Authorization: `Bearer ${Deno.env.get("valtown")}`,
95
96async function delete_(key: string) {
97 const res = await fetch(`${API_URL}/v1/blob/${encodeURIComponent(key)}`, {
98 method: "DELETE",
99 headers: {
108
109async function get(key: string) {
110 const res = await fetch(`${API_URL}/v1/blob/${encodeURIComponent(key)}`, {
111 headers: {
112 Authorization: `Bearer ${Deno.env.get("valtown")}`,
124
125async function set(key: string, value: BodyInit) {
126 const res = await fetch(`${API_URL}/v1/blob/${encodeURIComponent(key)}`, {
127 method: "POST",
128 headers: {

bearObservationsAPIREADME.md2 matches

@chriscoUpdated 10 months ago
1Public API Endpoint
2
3Migrated from folder: bheros/API/bearObservationsAPI

dubLinksUpsertmain.tsx1 match

@steventeyUpdated 10 months ago
3
4const dub = new Dub({
5 token: Deno.env.get("DUB_API_KEY"), // optional – defaults to process.env.DUB_API_KEY (Learn more: https://d.to/tokens)
6});
7

sqliteExplorerAppREADME.md1 match

@rupelloUpdated 10 months ago
13## Authentication
14
15Login to your SQLite Explorer with [password authentication](https://www.val.town/v/pomdtr/password_auth) with your [Val Town API Token](https://www.val.town/settings/api) as the password.
16
17## Todos / Plans

sqliteExplorerAppmain.tsx2 matches

@rupelloUpdated 10 months ago
27 <head>
28 <title>SQLite Explorer</title>
29 <link rel="preconnect" href="https://fonts.googleapis.com" />
30
31 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
32 <link
33 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"
34 rel="stylesheet"
35 />

seiveDubbingmain.tsx3 matches

@muxUpdated 10 months ago
1import Mux from "npm:@mux/mux-node";
2
3const SIEVE_API_KEY = Deno.env.get("SIEVE_API_KEY");
4const SUPPORTED_LANGUAGES = [
5 { "name": "English", "code": "en" },
111 body: JSON.stringify(payload),
112 headers: {
113 "X-API-Key": SIEVE_API_KEY,
114 "Content-Type": "application/json",
115 },
122 const req = await fetch(`https://mango.sievedata.com/v2/jobs/${jobId}`, {
123 headers: {
124 "X-API-Key": SIEVE_API_KEY,
125 "Content-Type": "application/json",
126 },

seiveDubbingREADME.md1 match

@muxUpdated 10 months ago
5## Usage:
6Required environment variables:
7- Sieve API token (`SIEVE_API_KEY`)
8- Mux Access token details (`MUX_TOKEN_ID`, `MUX_TOKEN_SECRET`)
9This endpoint requires an existing Mux asset that's `ready` with an audio-only static rendition associated with it. You can run [this val](https://www.val.town/v/mux/createDubbingTestAsset) to create a new one for testing.

vapi-minutes-db1 file match

@henrywilliamsUpdated 1 day ago

vapi-minutes-db2 file matches

@henrywilliamsUpdated 1 day ago
papimark21
socialdata
Affordable & reliable alternative to Twitter API: ➡️ Access user profiles, tweets, followers & timeline data in real-time ➡️ Monitor profiles with nearly instant alerts for new tweets, follows & profile updates ➡️ Simple integration