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/$%7BsvgDataUrl%7D?q=api&page=6&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 18990 results for "api"(2374ms)

productSummaryApi1 file match

@nulo•Updated 2 months ago

memoryApiExample1 file match

@toowired•Updated 2 months ago

c2cApiEmailAlerts1 file match

@brunobesson•Updated 2 months ago

scrapeZillowAPI2 file matches

@rochambeau314•Updated 2 months ago

postHogAPICapture1 file match

@goodie•Updated 2 months ago

sensibleMagentaPinniped

@Ayomiplenty•Updated 2 months ago

instagramScraping1 file match

@wolf•Updated 2 months ago

harmoniousPlumTapir1 file match

@davincidreams•Updated 2 months ago

apiProxy2 file matches

@maxm•Updated 2 months ago

capitalMultipliers2 file matches

@vinaybjp12•Updated 3 months ago

girocodeindex.ts1 match

@fxfr•Updated 1 hour ago
76 </head>
77 <body>
78 <h1>QR Code Generator API</h1>
79 <h2>Usage</h2>
80 <p>Generate QR codes for payment information using GET parameters:</p>

girocodeREADME.md6 matches

@fxfr•Updated 1 hour ago
1# QR Code Generator API
2
3A simple HTTP API that generates QR codes for payment information based on SEPA (Single Euro Payments Area) standards.
4
5## Features
7- ✅ Generates SVG QR codes for payment information
8- ✅ Supports SEPA payment format
9- ✅ URL parameter-based API
10- ✅ Built-in validation and error handling
11- ✅ Help documentation endpoint
12- ✅ Caching headers for performance
13
14## API Endpoints
15
16### `GET /`
34
35### `GET /help`
36Returns HTML documentation for the API.
37
38## Usage Examples
70## Error Handling
71
72The API returns appropriate HTTP status codes:
73- `200` - Success (QR code generated)
74- `400` - Bad Request (missing required parameters)
apiry
snartapi