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=35&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"(1113ms)

myApi1 file match

@blaiselp•Updated 1 year ago

myApi1 file match

@seniorbrusko•Updated 1 year ago

musicianApi2 file matches

@maclong•Updated 1 year ago

apiLog1 file match

@healeycodes•Updated 1 year ago

myApi1 file match

@justwph•Updated 1 year ago

myApi1 file match

@mateuszrusyn•Updated 1 year ago

myApi1 file match

@jasonw•Updated 1 year ago

myApi1 file match

@cufaoil•Updated 1 year ago

myApi1 file match

@AlexSwensen•Updated 1 year ago

myApi1 file match

@DateMaps•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