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%22Optional%20title%22?q=api&page=1609&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 17967 results for "api"(3445ms)

myApimain.tsx1 match

@nealium•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@m4olivei•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

myApimain.tsx1 match

@marc•Updated 1 year ago
1export function myApi(name) {
2 return "hi " + name;
3}

resumemain.tsx4 matches

@ajax•Updated 1 year ago
28 "text": "https://github.com/thomasdavis"
29 }],
30 "capitalName": "THOMAS DAVIS",
31 "gravatar": "//www.gravatar.com/avatar/cff733cf90823edd218a834980379c61?s=200&r=pg&d=mm"
32 },
50 "name": "Yotam Rosenbaum, SVP of Operations, Earbits, Inc."
51 }, {
52 "reference": "Thomas is an extremely talented engineer with a very broad range of skills and experience. From being a thought leader in the front-end community via backbonetutorials.com and cdnjs.com, to designing and implementing the API for cdnjs.com, working with Thomas has been fantastic learning experience. Thomas is truly a full stack develop, and his work output is incredible. If there is any opportunity to work with Thomas, I take it. He is the definition of an A player.",
53 "name": "Ryan Kirkman, Senior Software Engineer at Nerdwallet"
54 }, {
172 "boolHighlights": true
173 }, {
174 "highlights": ["An international directory of civilian drone / UAV operators for hire. Services include aerial photography, aerial video, mapping, surveying, precision agriculture, real estate photography, remote inspections and infrared imaging. Our plan is to be the place to go when looking for UAV/Drone services. The website is built in Backbone.js and API is built with Node.js and Postgres. ", "The site and blog combined have managed to receive over 200,000 visitors in 2014."],
175 "website": "http://www.dronehire.org",
176 "name": "Drone Hire",
203 "endDateYear": "2012",
204 "endDateMonth": "June ",
205 "highlights": ["Ephox is a worldwide company who is heavily involved with the development of TinyMce and enterprise editors. My primary role included building front-end widgets and applications. Worked on a major product using Backbone.js as a base. Heavily involved in UI/UX design and wire-framing. Also spend a lot of time designing API specifications and documentation."]
206 }],
207 "interests": [{

valVersionmain.tsx1 match

@neverstew•Updated 1 year ago
31 : {};
32 return fetchJSON(
33 `https://api.val.town/v1/vals/${id}/versions/${version}`,
34 { headers },
35 );

hiddenAPImain.tsx2 matches

@rd3m•Updated 1 year ago
1import { hiddenAPIInternal } from "https://esm.town/v/rd3m/hiddenAPIInternal";
2
3export let hiddenAPI = (arg) => hiddenAPIInternal(arg);

hnTopStoriesmain.tsx1 match

@axelav•Updated 1 year ago
3export let // View this in a web browser!
4
5// https://api3.val.town/express/async%20(req,%20res)%20=%3Eres.send(@healeycodes.hnTopStories)
6const hnTopStories = (async () => {
7 let valTownFetchLimit = 100;

discogsmain.tsx5 matches

@axelav•Updated 1 year ago
26 id: string;
27 }
28 const token = process.env.DISCOGS_API_TOKEN;
29 const toLowerCaseAndSort = (list: string[]) =>
30 list.map((t) => t.toLowerCase()).sort();
86 }> =>
87 fetchJSON(
88 `https://api.discogs.com/database/search?token=${token}&q=${query}${
89 isMaster ? "&type=master" : ""
90 }`
92 const getMasterRelease = async (id: string): Promise<DiscogsRelease> =>
93 fetchJSON(
94 `https://api.discogs.com/masters/${id}?token=${token}`
95 );
96 const getMainRelease = async (id: string): Promise<DiscogsRelease> =>
97 fetchJSON(
98 `https://api.discogs.com/releases/${id}?token=${token}`
99 );
100 const params = request.params;
135 response.set("Content-Type", "text/html");
136 response.send(
137 "No query. Use within val town: @axelav.discogs({q: 'Boards Of Canada Geogaddi'}) or as an API endpoint: https://api.val.town/eval/@axelav.discogs?q=Boards%20of%20Canada%20Geogaddi"
138 );
139}

examplebotendpointmain.tsx1 match

@mattx•Updated 1 year ago
42 data: {
43 content: `${await (await fetch(
44 "https://api.val.town/v1/eval/" +
45 encodeURIComponent(body.data.options[0].value),
46 {

airtable_get_samplemain.tsx1 match

@mattx•Updated 1 year ago
4export const airtable_get_sample = (async () => {
5 const data = await fetchJSON(
6 "https://api.airtable.com/v0/appXSrKDlwbAijRmD/All%20content/recxS2AKaE1klriwW",
7 {
8 headers: {

dailyQuoteAPI

@Souky•Updated 1 day ago

HTTP

@Ncharity•Updated 1 day ago
Daily Quote API
Kapil01
apiv1