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=16&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 21490 results for "api"(2085ms)

Glimpse2README.md1 match

@lightweight•Updated 1 day ago
4
5- Service response types
6- Notion API types
7- Database schema types
8- Shared interfaces and enums

Glimpse2README.md2 matches

@lightweight•Updated 1 day ago
1# Backend Services
2
3This directory contains service modules for external API integrations and business logic:
4
5- Notion API integrations
6- External service calls
7- Data transformation logic

Glimpse2README.md1 match

@lightweight•Updated 1 day ago
3This directory contains route handlers organized by functionality:
4
5- `/api` - JSON API endpoints for frontend/backend communication
6- `/tasks` - Webhook handlers for Notion integrations
7- `/views` - Server-side rendered views for frontend

new-val-notificationsREADME.md1 match

@charmaine•Updated 1 day ago
20
211. Set `DISCORD_WEBHOOK` environment variable
222. Set `OPENAI_API_KEY` environment variable
233. Set `testMode = false` in main.tsx for production

spotifyPlaylisterlib.ts1 match

@neverstew•Updated 1 day ago
7import { spotifyGetMyTracks } from "https://esm.town/v/neverstew/spotifyGetMyTracks/main.ts";
8import { spotifyAddPlaylistItems } from "https://esm.town/v/neverstew/spotifyAddPlaylistItems";
9import { getProject } from "https://esm.town/v/neverstew/api1001AlbumsGenerator";
10import { SPOTIFY_TOKEN } from "./tokens";
11

spotifyPlaylistercmds.ts1 match

@neverstew•Updated 1 day ago
1/*
2 * Random scratchpad for gathering data and exploring the API.
3 */
4

Glimpse2_api.routes.ts1 match

@lightweight•Updated 1 day ago
3const app = new Hono();
4
5// TODO: Add API routes here
6
7export default app;

Glimpse2README.md2 matches

@lightweight•Updated 1 day ago
1# Services
2
3External service integrations and API clients.
4
5This directory contains:
6- Notion API integration
7- Other external service clients
8- Service response handling with consistent error patterns

Glimpse2README.md2 matches

@lightweight•Updated 1 day ago
1# API Routes
2
3JSON API endpoints that serve data to both backend and frontend components.
4
5These routes handle:

Glimpse2README.md1 match

@lightweight•Updated 1 day ago
5## Structure
6
7- `/api` - JSON API endpoints for frontend consumption
8- `/tasks` - Webhook handlers for Notion and other external services
9- `/views` - Server-rendered views and data endpoints for frontend

custom-domains-val-api

@nbbaier•Updated 1 day ago

custom-domains-val-api

@stevekrouse•Updated 1 day ago
replicate
Run AI with an API
fiberplane
Purveyors of Hono tooling, API Playground enthusiasts, and creators of 🪿 HONC 🪿 (https://honc.dev)