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/$%7Burl%7D?q=api&page=4&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 12831 results for "api"(477ms)

fiberplaneHonoZodStarter10 file matches

@fiberplaneโ€ขUpdated 2 months ago
Hono-Zod-OpenAPI with Fiberplane API Playground integration

API_Management

@aryandcโ€ขUpdated 2 months ago

researchAgent2 file matches

@thesephistโ€ขUpdated 2 months ago
This is a lightweight wrapper around Perplexity's web search API

lovingCoralTapir1 file match

@khennyybโ€ขUpdated 2 months ago

healthyJadeTapir

@danisjerryโ€ขUpdated 3 months ago

API_Get_Weather_In_French

@Skeyeโ€ขUpdated 3 months ago

FramerAPIWrapper2 file matches

@charmaineโ€ขUpdated 3 months ago

TanaAPIHelper2 file matches

@nbbaierโ€ขUpdated 3 months ago

sapientBlueBeetle

@Cpkโ€ขUpdated 3 months ago

KidCREADME.md1 match

@Zoe13โ€ขUpdated 9 mins ago
19โ”‚ โ”‚ โ””โ”€โ”€ queries.ts # DB query functions
20โ”‚ โ”œโ”€โ”€ routes/
21โ”‚ โ”‚ โ”œโ”€โ”€ api.ts # API routes
22โ”‚ โ”‚ โ””โ”€โ”€ static.ts # Static file serving
23โ”‚ โ”œโ”€โ”€ services/

KidCREADME.md9 matches

@Zoe13โ€ขUpdated 9 mins ago
7- `index.ts` - Main entry point for the HTTP trigger
8- `database/` - Database migrations and queries
9- `routes/` - API route handlers
10- `services/` - Business logic services
11
12## API Endpoints
13
14### Lessons
15
16- `GET /api/lessons` - Get all lessons
17- `GET /api/lessons/:slug` - Get a specific lesson by slug
18- `GET /api/lessons/:lessonId/exercises` - Get exercises for a lesson
19
20### Exercises
21
22- `GET /api/exercises/:id` - Get a specific exercise
23- `POST /api/exercises/:id/submit` - Submit a solution for an exercise
24
25### Code Compilation
26
27- `POST /api/compile` - Compile and run C code
28
29### User Progress
30
31- `GET /api/users/:username/progress` - Get learning path with user progress
32
33## Database Schema
snartapi
papimark21