You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$2?q=api&page=27&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 18170 results for "api"(617ms)
75### 📊 Other Export Formats
76- **CSV**: Structured data with headers for spreadsheet applications
77- **JSON**: Machine-readable format for API integration
78- **Text**: Human-readable format with detailed card information
79133│ └── utils.ts # Luhn algorithm, validation, bulk parsing
134└── backend/
135└── index.ts # Static file server with API endpoints
136```
137203- **LIST**: Clean format `CCNUMBER|MM|YY|CVV` (perfect for direct use)
204- **CSV**: Structured data with headers for spreadsheets
205- **JSON**: Machine-readable format for API integration
206- **TEXT**: Human-readable format with detailed information
2072. Use "Copy All" to copy to clipboard or "Export" to download as file
228- **Placeholders**: `xxx`, `xx`, `xxxx` for random
229230## API Endpoints
231232- `POST /api/generate` - Generate card (simple/custom/bulk)
233- `POST /api/validate` - Validate card number using Luhn
234- `POST /api/validate-bin` - Validate BIN format
235- `POST /api/validate-bulk` - Validate bulk format string
236- `GET /api/health` - Health check endpoint
237- `GET /api/marketplace/products` - Get all marketplace products
238- `GET /api/marketplace/products/:id` - Get specific product details
239- `POST /api/marketplace/contact` - Contact seller about a product
240241## Note
51"Custom Dashboard Builder",
52"Advanced Reporting",
53"API Integration"
54],
55inStock: true,