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=963&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 13702 results for "api"(1014ms)

blob_adminREADME.md1 match

@lecoto•Updated 6 months ago
11[![](https://stevekrouse-button.web.val.run/Install)](https://www.val.town/v/stevekrouse/blob_admin_app/fork)
12
13It uses [basic authentication](https://www.val.town/v/pomdtr/basicAuth) with your [Val Town API Token](https://www.val.town/settings/api) as the password (leave the username field blank).
14
15# TODO

blob_adminREADME.md1 match

@bons•Updated 6 months ago
11[![](https://stevekrouse-button.web.val.run/Install)](https://www.val.town/v/stevekrouse/blob_admin_app/fork)
12
13It uses [basic authentication](https://www.val.town/v/pomdtr/basicAuth) with your [Val Town API Token](https://www.val.town/settings/api) as the password (leave the username field blank).
14
15# TODO

modernSalesCRMmain.tsx5 matches

@shrirudragoud•Updated 6 months ago
84 const timeoutId = setTimeout(() => controller.abort(), 5000);
85
86 const response = await fetch('/api/leads', {
87 signal: controller.signal
88 });
107 const timeoutId = setTimeout(() => controller.abort(), 5000);
108
109 const response = await fetch('/api/leads', {
110 method: 'POST',
111 headers: { 'Content-Type': 'application/json' },
236 }
237
238 // Handle API routes with timeout
239 if (request.method === 'GET' && new URL(request.url).pathname === '/api/leads') {
240 try {
241 const leads = await sqlite.execute(`SELECT * FROM ${KEY}_leads ORDER BY created_at DESC LIMIT 100`);
253 }
254
255 if (request.method === 'POST' && new URL(request.url).pathname === '/api/leads') {
256 try {
257 const lead = await request.json();

ampleIndigoJunglefowlmain.tsx1 match

@faseeu•Updated 6 months ago
201 <meta name="viewport" content="width=device-width, initial-scale=1.0">
202 <title>Talash - Futuristic AI Search</title>
203 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
204 <style>${css}</style>
205 </head>

blob_adminREADME.md1 match

@thobey•Updated 6 months ago
11[![](https://stevekrouse-button.web.val.run/Install)](https://www.val.town/v/stevekrouse/blob_admin_app/fork)
12
13It uses [basic authentication](https://www.val.town/v/pomdtr/basicAuth) with your [Val Town API Token](https://www.val.town/settings/api) as the password (leave the username field blank).
14
15# TODO

lovelyYellowXerinaemain.tsx2 matches

@mikehiggins•Updated 6 months ago
43 'support', 'help', 'faq', 'contact us', 'about us', 'team', 'careers',
44 'advertise', 'partnerships', 'sponsorships', 'media kit',
45 'rss feed', 'xml', 'api', 'widget', 'embed',
46 'copyright', 'trademark', 'legal', 'disclaimer', 'terms of use', 'privacy policy'
47]);
241 <meta name="viewport" content="width=device-width, initial-scale=1.0">
242 <title>Radical Text Analyser</title>
243 <link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
244 <script src="https://cdnjs.cloudflare.com/ajax/libs/jqcloud/1.0.4/jqcloud-1.0.4.min.js"></script>
245 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqcloud/1.0.4/jqcloud.min.css">

sanguineCyanMastodonmain.tsx1 match

@mikehiggins•Updated 6 months ago
141 <meta name="viewport" content="width=device-width, initial-scale=1.0">
142 <title>Radical 90s Text Analyzer</title>
143 <link href="https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap" rel="stylesheet">
144 <style>${css}</style>
145 </head>

ogmain.tsx1 match

@yawnxyz•Updated 6 months ago
307 1000: '#001409'
308 },
309 lapis_lazuli: {
310 DEFAULT: '#006494',
311 50: '#FFFFFF',

sqlite_adminREADME.md1 match

@izuchukwu•Updated 6 months ago
9To use it on your own Val Town SQLite database, [fork it](https://www.val.town/v/stevekrouse/sqlite_admin/fork) to your account.
10
11It uses [basic authentication](https://www.val.town/v/pomdtr/basicAuth) with your [Val Town API Token](https://www.val.town/settings/api) as the password (leave the username field blank).

sqliteExplorerAppREADME.md1 match

@izuchukwu•Updated 6 months ago
13## Authentication
14
15SQLite Explorer [basic authentication](https://www.val.town/v/pomdtr/basicAuth) with your [Val Town API Token](https://www.val.town/settings/api) as the password (leave the username field blank).
16
17## Todos / Plans

groq-api2 file matches

@cameronpak•Updated 1 hour ago

create-val-api-demo1 file match

@shouser•Updated 16 hours ago
snartapi
Kapil01