Your friendly, neighborhood video API.
PixieBrix is a development platform to rapidly create custom browser mods.
Substrate is the modular API for fast multi-step AI programs
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7Bsuccess?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 21176 results for "api"(6430ms)
207<meta name="viewport" content="width=device-width, initial-scale=1">
208<meta charset="UTF-8">
209<link rel="preconnect" href="https://fonts.googleapis.com">
210<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
211<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
212<style>
213body {
38} else {
39const formattedFontName = fontName.replace(/\s/g, "+");
40const cssUrl = `https://fonts.googleapis.com/css2?family=${formattedFontName}:wght@400;700&display=swap`;
41const cssResponse = await fetch(cssUrl, {
42headers: {
120<meta name="viewport" content="width=device-width, initial-scale=1.0">
121<title>AI Vector Composition</title>
122<link rel="preconnect" href="https://fonts.googleapis.com">
123<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
124<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
125<style>
126:root {