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=62&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 14198 results for "api"(547ms)

myApi1 file match

@adin•Updated 1 year ago

myApi1 file match

@norriswu0•Updated 1 year ago

myApi1 file match

@nariman•Updated 1 year ago

myApi1 file match

@squidpunch•Updated 1 year ago

myApi1 file match

@helloallan•Updated 1 year ago

myApi1 file match

@com•Updated 1 year ago

myApi1 file match

@juanan•Updated 1 year ago

myApi1 file match

@sokratis•Updated 1 year ago

bitlyAPI2 file matches

@galligan•Updated 1 year ago

myApi1 file match

@futa•Updated 1 year ago

untitled-928README.md9 matches

@jsrsomray•Updated 1 hour ago
30
31### Backend
32- Hono framework for API routes
33- SQLite database for data persistence
34- RESTful API design
35- File handling for document uploads
36- Session management
41- Status tracking and audit logs
42
43## API Endpoints
44
45- `GET /` - Main portal interface
46- `POST /api/applications` - Submit new PAN application
47- `GET /api/applications/:id` - Get application details
48- `PUT /api/applications/:id` - Update application
49- `GET /api/status/:ackNumber` - Check application status
50- `POST /api/documents` - Upload documents
51- `GET /api/fee-calculator` - Calculate fees
52
53## Usage

skibindex.ts6 matches

@netrist•Updated 2 hours ago
49 const config = {
50 proxyUrl: '/proxy/',
51 apiUrl: '/api/',
52 version: '2.0.0'
53 };
61});
62
63// API Routes
64
65// Validate URL endpoint
66app.post("/api/validate", async c => {
67 try {
68 const { url } = await c.req.json();
88
89// Get proxy settings
90app.get("/api/settings", async c => {
91 try {
92 const userAgent = c.req.header('user-agent') || 'default';
117
118// Save proxy settings
119app.post("/api/settings", async c => {
120 try {
121 const settings = await c.req.json();
135
136// Get session info
137app.get("/api/session/:sessionId", async c => {
138 try {
139 const sessionId = c.req.param('sessionId');
snartapi
mux
Your friendly, neighborhood video API.