You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/?q=image&page=5&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=image
Returns an array of strings in format "username" or "username/projectName"
Found 6745 results for "image"(853ms)
449className="absolute left-4 top-2 h-full w-0.5"
450style={{
451backgroundImage: "linear-gradient(to bottom, #84cc16 0%, #22c55e 100%)",
452boxShadow: "0 0 8px rgba(132, 204, 22, 0.5)",
453}}
894src: "https://raw.githubusercontent.com/yourusername/yourrepo/main/icon-192x192.png",
895sizes: "192x192",
896type: "image/png",
897},
898{
899src: "https://raw.githubusercontent.com/yourusername/yourrepo/main/icon-512x512.png",
900sizes: "512x512",
901type: "image/png",
902},
903],
296>
297<img
298src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSIGEJA8-xL8Aa9oC7Y7gFqBoICxvhebGig6ADUJYSFVEzWRD0Y5GmuhnjW6B6e11C07iE&usqp=CAU"
299alt="EEP Portal Logo"
300style={{
1366<meta charset="UTF-8">
1367<style>${css}</style>
1368<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📰</text></svg>">
1369</head>
1370<body>