You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$2?q=api&page=36&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"(592ms)
23}
2425// API Routes
26app.route("/api/tools", toolsRouter);
2728// Manual database seeding endpoint (for testing)
29app.get("/api/seed", async c => {
30try {
31console.log('🔧 Starting manual seed...');
126127// Test endpoint to check table name
128app.get("/api/test-table", async c => {
129try {
130const { TABLE_NAME } = await import("./database/migrations.ts");
377{
378name: 'Resemble AI',
379description: 'Real-time voice cloning and speech synthesis API',
380category: 'audio-ai',
381url: 'https://resemble.ai',
382tags: JSON.stringify(['voice-cloning', 'api', 'real-time']),
383pricing: 'paid',
384featured: false,