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/$%7Bsuccess?q=api&page=34&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"(1009ms)

myApi1 file match

@mojombo•Updated 1 year ago

myApi1 file match

@dace•Updated 1 year ago

pageApi2 file matches

@mgruel•Updated 1 year ago

myApi1 file match

@dng•Updated 1 year ago

myApi2 file matches

@florian•Updated 1 year ago

myApi1 file match

@rolling_coaster•Updated 1 year ago

myApi1 file match

@bcrummy•Updated 1 year ago

myApi1 file match

@mpsuesser•Updated 1 year ago

myApi1 file match

@genevra•Updated 1 year ago

myApi2 file matches

@tekknolagi•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 56 mins ago
84 status: "pending",
85 priority: 3,
86 notes: "Consider a micro-SaaS or API that demonstrates your skills"
87 }
88 ];
apiv1
papimark21