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/image-url.jpg%20%22Optional%20title%22?q=api&page=64&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 11733 results for "api"(1834ms)

myApi1 file match

@anibalestrella•Updated 1 year ago

myApi1 file match

@erics118•Updated 1 year ago

myApi1 file match

@wfortin•Updated 1 year ago

myApi1 file match

@mies•Updated 1 year ago

myApi1 file match

@benbenbenbenbenben•Updated 1 year ago

myApi1 file match

@quoc•Updated 1 year ago

myApi1 file match

@aendra•Updated 1 year ago

myApi1 file match

@valtism•Updated 1 year ago

myApi1 file match

@cat•Updated 1 year ago

weddingAPI1 file match

@schwanksta•Updated 1 year ago

slackbolt.tsx1 match

@dinavinter•Updated 38 mins ago
71 // Steps should be marked as successfully completed using `complete` or
72 // as having failed using `fail`, else they'll remain in an 'In progress' state.
73 // Learn more at https://api.slack.com/automation/interactive-messages
74 // biome-ignore lint/style/noNonNullAssertion: we know this button comes from a step, so `fail` is available.
75 await complete!({ outputs: { user_id: user.id } });

nightbot-master-commandnew-file-9775.tsx3 matches

@jayden•Updated 43 mins ago
38 advice: async () => {
39 console.log("handler.advice");
40 const res = await fetch("https://api.adviceslip.com/advice");
41 if (!res.ok) {
42 console.error("advice fetch failed", res.status);
61 trivia: async () => {
62 console.log("handler.trivia");
63 const res = await fetch("http://numbersapi.com/random/trivia?json");
64 if (!res.ok) {
65 console.error("trivia fetch failed", res.status);
71 compliment: async () => {
72 console.log("handler.compliment");
73 const res = await fetch("https://complimentr.com/api");
74 if (!res.ok) {
75 console.error("compliment fetch failed", res.status);
apiv1
papimark21