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=39&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 20498 results for "api"(4714ms)

myApi1 file match

@devgio•Updated 1 year ago

myApi2 file matches

@tamlyn•Updated 1 year ago

myApi1 file match

@mojombo•Updated 1 year ago

myApi1 file match

@dace•Updated 1 year ago

pageApi2 file matches

@mgruel•Updated 1 year ago

myApi1 file match

@dng•Updated 1 year ago

myApi2 file matches

@florian•Updated 1 year ago

myApi1 file match

@rolling_coaster•Updated 1 year ago

myApi1 file match

@bcrummy•Updated 1 year ago

myApi1 file match

@mpsuesser•Updated 1 year ago

blorpmain.tsx5 matches

@join•Updated 52 mins ago
59 <title>AI Friend - Blorp</title>
60 <script src="https://cdn.tailwindcss.com"></script>
61 <link rel="preconnect" href="https://fonts.googleapis.com">
62 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
63 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Space+Mono&display=swap" rel="stylesheet">
64 <style>
65 :root {
254 const canvas = document.getElementById('particle-canvas');
255 const ctx = canvas.getContext('2d');
256 const API_URL = '${sourceUrl}';
257
258 let mouse = { x: 0, y: 0 };
470 resetIdleTimer(); setTypingIndicator(true);
471 try {
472 const response = await fetch(API_URL, {
473 method: 'POST',
474 headers: { 'Content-Type': 'application/json' },
475 body: JSON.stringify({ message: userInput, history: conversationHistory }),
476 });
477 if (!response.ok) throw new Error(\`API Error: \${response.statusText}\`);
478 const data = await response.json();
479 conversationHistory.push({ role: 'user', content: userInput }, { role: 'assistant', content: JSON.stringify(data) });

MiniAppStarterREADME.md1 match

@arseniy•Updated 1 hour ago
12- Farcaster mini app manifest + webhook + embed metadata
13- Farcaster notifications (storing tokens, sending recurring notifications, ...)
14- Neynar API integration for Farcaster data
15
16
replicate
Run AI with an API
fiberplane
Purveyors of Hono tooling, API Playground enthusiasts, and creators of 🪿 HONC 🪿 (https://honc.dev)