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/$2?q=api&page=37&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 18272 results for "api"(3079ms)

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

myApi1 file match

@genevra•Updated 1 year ago

myApi2 file matches

@tekknolagi•Updated 1 year ago

myApi1 file match

@lazydefi1•Updated 1 year ago

myApi1 file match

@M3RCYAJ•Updated 1 year ago

myApi1 file match

@blackhaj•Updated 1 year ago

myApi1 file match

@cescyang•Updated 1 year ago

untitled-9921index.ts4 matches

@DevGoku•Updated 1 hour ago
23}
24
25// API Routes
26app.route("/api/tools", toolsRouter);
27
28// Manual database seeding endpoint (for testing)
29app.get("/api/seed", async c => {
30 try {
31 console.log('🔧 Starting manual seed...');
126
127// Test endpoint to check table name
128app.get("/api/test-table", async c => {
129 try {
130 const { TABLE_NAME } = await import("./database/migrations.ts");

untitled-9921migrations.ts2 matches

@DevGoku•Updated 1 hour ago
377 {
378 name: 'Resemble AI',
379 description: 'Real-time voice cloning and speech synthesis API',
380 category: 'audio-ai',
381 url: 'https://resemble.ai',
382 tags: JSON.stringify(['voice-cloning', 'api', 'real-time']),
383 pricing: 'paid',
384 featured: false,
Kapil01
apiv1