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/$2?q=api&page=2&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 15186 results for "api"(1513ms)

substrate
Substrate is the modular API for fast multi-step AI programs
fiberplane
Purveyors of Hono tooling, API Playground enthusiasts, and creators of 🪿 HONC 🪿 (https://honc.dev)
apistatcommand3r
replicate
Run AI with an API
codingpapi

umbrellaReminderREADME.md1 match

@halloleo•Updated 47 mins ago
13
141. Geocodes a free-form description of a location to latitude and longitude using @stevekrouse.nominatimSearch
152. Gets hourly weather forecast from Open-Meteo API (free, no API key required)
163. Filters the forecast for today's remaining hours with ≥30% chance of rain
174. If there are any, it formats them appropriately and sends an email reminder

umbrellaRemindermain.tsx1 match

@halloleo•Updated 47 mins ago
13 // Get weather data from Open-Meteo
14 const weatherUrl =
15 `https://api.open-meteo.com/v1/forecast?latitude=${lat}&longitude=${lon}&hourly=precipitation_probability&timezone=auto&forecast_days=1`;
16 const weatherResponse = await fetch(weatherUrl);
17 const weatherData = await weatherResponse.json();

HN-fetch-call2 file matches

@ImGqb•Updated 18 hours ago
fetch HackerNews by API

token-server1 file match

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