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)
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
65118│ └── utils.ts # Luhn algorithm, validation, bulk parsing
119└── backend/
120└── index.ts # Static file server with API endpoints
121```
122175- **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
201202## API Endpoints
203204- `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
209210## Note
465++Inserted text++
466467## Escaping
468469\* This is not italic \*