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//%22$%7BvalTownUrl%7D/%22?q=api&page=1&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 25434 results for "api"(1089ms)

PixelPixelApiMonitor1 file match

@selfire1•Updated 10 hours ago
Regularly polls the API and messages on an error.

weatherApp1 file match

@dcm31•Updated 16 hours ago
A simple weather app with dropdown cities using Open-Meteo API

integrate-api-nvidia-com-v1-chat-completions3 file matches

@curtcox•Updated 17 hours ago

todoist-api

@scottscharl•Updated 1 day ago

elevenLabsDialogueTester2 file matches

@dcm31•Updated 2 days ago
Public tester for ElevenLabs text-to-dialogue API

hello-realtime4 file matches

@jubertioai•Updated 4 days ago
Sample app for the OpenAI Realtime API

github-api13 file matches

@cricks_unmixed4u•Updated 4 days ago
Very incomplete collection of useful GitHub API adapters

rest-api-example

@lcarbonaro•Updated 4 days ago
bible-sdk

bible-sdk5 file matches

@cameronpak•Updated 6 days ago
Free Use Bible API TS SDK

pushover1 file match

@jacobbudin•Updated 1 week ago
Send a push notification via Pushover API

Townieval-summary.ts3 matches

@Skywalker•Updated 2 hours ago
18 SUM(num_images) as total_images
19 FROM ${USAGE_TABLE}
20 WHERE val_id = ? AND our_api_token = 1
21 GROUP BY val_id
22 `, [valId]);
34 FROM ${INFERENCE_CALLS_TABLE} i
35 JOIN ${USAGE_TABLE} u ON i.usage_id = u.id
36 WHERE u.val_id = ? AND u.our_api_token = 1
37 GROUP BY u.val_id
38 `, [valId]);
41 const requestsResult = await sqlite.execute(`
42 SELECT * FROM ${USAGE_TABLE}
43 WHERE val_id = ? AND our_api_token = 1
44 ORDER BY timestamp DESC
45 `, [valId]);

Townieval-detail.ts1 match

@Skywalker•Updated 2 hours ago
18 finish_reason?: string;
19 num_images?: number;
20 our_api_token: boolean;
21}
22
fapian
<("<) <(")> (>")>
Kapil01