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/image-url.jpg%20%22Image%20title%22?q=api&page=2&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 19733 results for "api"(7683ms)

helloEffectHttpApi1 file match

@mattrossman•Updated 1 week ago

html-to-pdf-api2 file matches

@prashamtrivedi•Updated 1 week ago
HTML to PDF converter API with blob storage

Galacta3 file matches

@defunkt•Updated 1 week ago
Marvel Rivals GPT via tracker.gg API

github-api2 file matches

@cricks_unmixed4u•Updated 1 week ago

twitterAPI1 file match

@charmaine•Updated 1 week ago

googleGeminiAPI2 file matches

@Roskozbigboss•Updated 1 week ago

xxxclearinghouse_validator

@toowired•Updated 1 week ago
Request validator for clearance API

Apiify11 file matches

@wolf•Updated 2 weeks ago

dailyQuoteAPI

@Souky•Updated 2 weeks ago

HTTP

@Ncharity•Updated 2 weeks ago
Daily Quote API

kaymain.tsx6 matches

@legal•Updated 51 mins ago
13 * - Bilingual support (English/Spanish) for UI elements.
14 * - Built with 'npm:pdf.js-extract' for robust server-side PDF text extraction.
15 * - Serves both the interactive HTML UI and the backend API endpoint from a single Val Town function.
16 *
17 * Configuration for the application (like agent definitions, UI text, and application settings)
18 * is defined directly in the main function handler below.
19 *
20 * Assumes the 'openai' secret, containing your OpenAI API key, is set in your Val Town environment.
21 *
22 * Last Updated: 2024-05-22
113 <title data-translate="pageTitle">${currentLocaleStrings.pageTitle}</title>
114 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
115 <link rel="preconnect" href="https://fonts.googleapis.com">
116 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
117 <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@600&family=Segoe+UI:wght@400;600&display=swap" rel="stylesheet">
118 <style>
119 :root {
827 }
828
829 // --- Helper Function: Call OpenAI API ---
830 async function callOpenAI(
831 openai: OpenAI,
856 }
857 } catch (error) {
858 console.error("OpenAI API Error:", error.message);
859 return { role: "system", content: `AI Error: ${error.message}` };
860 }

SON-GOKUREADME.md12 matches

@Itssongoku•Updated 1 hour ago
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
79
133│ └── utils.ts # Luhn algorithm, validation, bulk parsing
134└── backend/
135 └── index.ts # Static file server with API endpoints
136```
137
203 - **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
239- **File formats**: .txt and .csv files supported
240
241## API Endpoints
242
243- `POST /api/generate` - Generate card (random/custom/bulk)
244- `POST /api/validate` - Validate card number using Luhn
245- `POST /api/validate-bin` - Validate BIN format
246- `GET /api/health` - Health check endpoint
247- `POST /api/bin-lookup` - BIN lookup service
248- `GET /api/marketplace/products` - Get all marketplace products
249- `GET /api/marketplace/products/:id` - Get specific product details
250- `POST /api/marketplace/contact` - Contact seller about a product
251
252## Note
apiry
snartapi