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=20&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 11751 results for "api"(1615ms)
81821. **Create a Slack App**:
83- Go to [Slack API Apps](https://api.slack.com/apps) → Create New App → From scratch
84- Name your app and select your workspace
85- Click "Create App"
20createTables().catch(console.error);
2122// API routes
23app.route("/api", postRoutes);
2425// Serve static files