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=40&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 11746 results for "api"(1633ms)

myApi1 file match

@abhishek•Updated 1 year ago

wrapInHTMLElements2 file matches

@rwev•Updated 1 year ago

valtownOpenAPI2 file matches

@pomdtr•Updated 1 year ago

myApi1 file match

@tmcw_onboarding•Updated 1 year ago

myApi1 file match

@joemccourt•Updated 1 year ago

myApi1 file match

@tychio•Updated 1 year ago

myApi1 file match

@bacondotbuild•Updated 1 year ago

apiExample1 file match

@phelan•Updated 1 year ago

API_URL1 file match

@easrng•Updated 1 year ago

myApi1 file match

@fdterr•Updated 1 year ago
413 // Update todo status
414 try {
415 const response = await fetch('/api/todos/' + todoId, {
416 method: 'PUT',
417 headers: {
671 try {
672 // Submit log data
673 const response = await fetch('/api/log', {
674 method: 'POST',
675 headers: {

CareerCoach20Dayinitialization.ts1 match

@prashamtrivedi•Updated 28 mins ago
84 status: "pending",
85 priority: 3,
86 notes: "Consider a micro-SaaS or API that demonstrates your skills"
87 }
88 ];
apiv1
papimark21