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/$1?q=api&page=39&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 19785 results for "api"(2795ms)

myApi1 file match

@blackhaj•Updated 1 year ago

myApi1 file match

@cescyang•Updated 1 year ago

myApi1 file match

@destroytoday•Updated 1 year ago

satsNameApi1 file match

@ryanwaits•Updated 1 year ago

myApi1 file match

@willye•Updated 1 year ago

myApi1 file match

@eufracio•Updated 1 year ago

myApi1 file match

@sudocss•Updated 1 year ago

myApi1 file match

@turtlebits•Updated 1 year ago

myApi1 file match

@csellis•Updated 1 year ago

myApi1 file match

@mmcc•Updated 1 year ago

personal_trmnlmalifold_cron.tsx2 matches

@ramtinalami•Updated 11 mins ago
4const CACHE_RAW = "manifold_raw";
5const CACHE_SUMMARY = "manifold_summary";
6const RAW_URL = "https://api.manifold.markets/v0/markets?limit=100&sort=last-bet-time";
7const DETAIL_URL = (id) => `https://api.manifold.markets/v0/market/${id}`;
8const openai = new OpenAI();
9

petitionmain.tsx2 matches

@creativevoicesspeaking•Updated 1 hour ago
88 const recaptchaSecretKey = Deno.env.get("RECAPTCHA_SECRET_KEY");
89 if (recaptchaSecretKey && recaptchaResponse) {
90 const verifyUrl = `https://www.google.com/recaptcha/api/siteverify`;
91 const verifyData = new URLSearchParams({
92 secret: recaptchaSecretKey,
183 additionalScripts = `
184 <!-- Google reCAPTCHA script -->
185 <script src="https://www.google.com/recaptcha/api.js" async defer></script>
186 <script type="text/javascript">
187 // Form validation function to check if captcha is completed
apiry
snartapi