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?q=api&page=21&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"(1898ms)

myApi1 file match

@benfwalla•Updated 1 year ago

myApi1 file match

@siveshs•Updated 1 year ago

myApi1 file match

@garcila•Updated 1 year ago

api1 file match

@uuz•Updated 1 year ago

myApi1 file match

@codingjlu•Updated 1 year ago

myApi1 file match

@stordahl•Updated 1 year ago

myApi2 file matches

@cihad•Updated 1 year ago

myApi1 file match

@carsonwack•Updated 1 year ago

paginateAPI2 file matches

@mgruel•Updated 1 year ago

myApi1 file match

@airon21•Updated 1 year ago

slackbolt.tsx1 match

@dinavinter•Updated 21 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 26 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