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/$%7Burl%7D?q=api&page=42&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 11723 results for "api"(1596ms)

myApi1 file match

@silversteezUpdated 1 year ago

myApi1 file match

@rykiUpdated 1 year ago

myApi1 file match

@fksUpdated 1 year ago

openapi2TS1 file match

@pomdtrUpdated 1 year ago

myApi1 file match

@abdulamiteUpdated 1 year ago

myApi1 file match

@joakimUpdated 1 year ago

myApi1 file match

@alxndrUpdated 1 year ago

myApi1 file match

@tr3ntgUpdated 1 year ago

myApi1 file match

@handlerUpdated 1 year ago

myApi1 file match

@nicholasshawUpdated 1 year ago

CareerCoach20Dayindex.ts6 matches

@prashamtrivediUpdated 30 mins ago
22 if (path === "/log") {
23 return serveLogPage(req);
24 } else if (path === "/api/log") {
25 // Forward to the log entry API
26 const logEntryHandler = (await import("./routes/logEntry.ts")).default;
27 return logEntryHandler.handler(req);
28 } else if (path === "/api/todo/update") {
29 // Simplified todo update API
30 const logEntryHandler = (await import("./routes/logEntry.ts")).default;
31
457 // Update todo status
458 try {
459 const response = await fetch('/api/todo/update', {
460 method: 'POST',
461 headers: {
753 try {
754 // Submit log data
755 const response = await fetch('/api/log', {
756 method: 'POST',
757 headers: {

luciaindex.ts2 matches

@stevekrouseUpdated 32 mins ago
29app.get("/frontend/**/*", c => serveFile(c.req.path, import.meta.url));
30
31// API endpoint to update username
32app.post("/api/user/username", async c => {
33 const user = c.get("user");
34
papimark21
socialdata
Affordable & reliable alternative to Twitter API: ➡️ Access user profiles, tweets, followers & timeline data in real-time ➡️ Monitor profiles with nearly instant alerts for new tweets, follows & profile updates ➡️ Simple integration