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/?q=api&page=3&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 19720 results for "api"(2681ms)

RandomQuoteAPI

@Freelzy•Updated 2 weeks ago

HAPI7 file matches

@dIgitalfulus•Updated 2 weeks ago

HAPI-01

@dIgitalfulus•Updated 2 weeks ago

Schedule

@Ozy•Updated 2 weeks ago
Schedule_api

googleGeminiAPI2 file matches

@michaelwschultz•Updated 2 weeks ago

HN-fetch-call2 file matches

@ImGqb•Updated 3 weeks ago
fetch HackerNews by API

token-server1 file match

@kwhinnery_openai•Updated 3 weeks ago
Mint tokens to use with the OpenAI Realtime API for WebRTC

book-lookup-notion6 file matches

@nucky•Updated 3 weeks ago
use google book api to look up bibliographic metadata elements

openai_api_project_Pauline2 file matches

@Paulineseemann•Updated 3 weeks ago

youtube-transcript-api

@lolocoo•Updated 3 weeks ago

kebede-and-ben-testApp.tsx2 matches

@bmitchinson•Updated 2 hours ago
16
17 try {
18 const response = await fetch('/api/game', {
19 method: 'POST',
20 headers: {
47 const moveData: MoveRequest = { position };
48
49 const response = await fetch(`/api/game/${game.id}/move`, {
50 method: 'PUT',
51 headers: {

kebede-and-ben-testindex.ts2 matches

@bmitchinson•Updated 2 hours ago
14await runMigrations();
15
16// API routes
17app.route("/api/game", gameRoutes);
18
19// Serve static files
apiry
snartapi