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=48&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 18079 results for "api"(1313ms)

myApi1 file match

@tylergaw•Updated 1 year ago

myApi1 file match

@mgsers•Updated 1 year ago

myAPI1 file match

@haxzie•Updated 1 year ago

myApi1 file match

@vawogbemi•Updated 1 year ago

myApi1 file match

@chrislaughlin•Updated 1 year ago

myApi1 file match

@lukemeadow•Updated 1 year ago

myApi1 file match

@browniebroke•Updated 1 year ago

myApi1 file match

@mantas•Updated 1 year ago

myApi1 file match

@eagle251•Updated 1 year ago

myApi1 file match

@byron•Updated 1 year ago

IPLT20README.md9 matches

@Itssongoku•Updated 1 hour ago
61### 📊 Other Export Formats
62- **CSV**: Structured data with headers for spreadsheet applications
63- **JSON**: Machine-readable format for API integration
64- **Text**: Human-readable format with detailed card information
65
118│ └── utils.ts # Luhn algorithm, validation, bulk parsing
119└── backend/
120 └── index.ts # Static file server with API endpoints
121```
122
175 - **LIST**: Clean format `CCNUMBER|MM|YY|CVV` (perfect for direct use)
176 - **CSV**: Structured data with headers for spreadsheets
177 - **JSON**: Machine-readable format for API integration
178 - **TEXT**: Human-readable format with detailed information
1792. Use "Copy All" to copy to clipboard or "Export" to download as file
200- **Placeholders**: `xxx`, `xx`, `xxxx` for random
201
202## API Endpoints
203
204- `POST /api/generate` - Generate card (simple/custom/bulk)
205- `POST /api/validate` - Validate card number using Luhn
206- `POST /api/validate-bin` - Validate BIN format
207- `POST /api/validate-bulk` - Validate bulk format string
208- `GET /api/health` - Health check endpoint
209
210## Note

min-md-blogtest.md1 match

@arfan•Updated 1 hour ago
465++Inserted text++
466
467## Escaping
468
469\* This is not italic \*
Kapil01
apiv1