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=19&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"(1807ms)

myApi1 file match

@red_dylan•Updated 1 year ago

myApi1 file match

@ccallaway93•Updated 1 year ago

myApi1 file match

@galligan•Updated 1 year ago

myApi1 file match

@bentz•Updated 1 year ago

myApi1 file match

@aatest•Updated 1 year ago

myApi1 file match

@jkell•Updated 1 year ago

myApi1 file match

@michael_town•Updated 1 year ago

myApi1 file match

@sbeben•Updated 1 year ago

myApi1 file match

@speepo•Updated 1 year ago

myApi1 file match

@quinn•Updated 1 year ago

slackbolt.tsx1 match

@dinavinter•Updated 11 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 17 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