1,211 results for 'api.duckduckgo.com' (32479 ms)
test_search.py https://github.com/apertium/phenny.git | Python | 45 lines
14 self.engines = { 15 'DuckDuckGo': 'https://api.duckduckgo.com', 16 'Suggestion API': 'http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q=test'index.html https://github.com/victusfate/Image-Matrix.git | HTML | 247 lines
177 + "&callback=?"; 178 // var apiurl = "http://api.duckduckgo.com/?q=" + encodeURIComponent(key) + "&format=json&callback=?"; 179 CreateImagesWithUrl(apiurl, bindex, key);search.py https://github.com/chassing/irc3.git | Python | 51 lines
41 q = ' '.join(args['<query>']) 42 resp = self.session.get('http://api.duckduckgo.com/', 43 params=dict(q=q, format='json', t='irc3'),duck.rb https://github.com/Ronovan/ruby-rails-jumpstart.git | Ruby | 33 lines
4 5BASE_URL = "http://api.duckduckgo.com/?format=json&pretty=1&q=" # remote API url 6query = "web services" # query stringservices.js https://github.com/bartolini/angularjs.git | JavaScript | 24 lines
11 return $resource( 12 'http://api.duckduckgo.com/?format=json&q=:q', // this is a URL; please note the "q" parameter! 13 { callback: 'JSON_CALLBACK' }, // this is configuration onlyabstract.coffee https://github.com/canistation/hubot-scripts.git | CoffeeScript | 55 lines
27 robot.respond /(abs|abstract) (.+)/i, (res) -> 28 abstract_url = "http://api.duckduckgo.com/?format=json&q=#{encodeURIComponent(res.match[2])}" 29 res.http(abstract_url)Search.cs https://github.com/cmpct/c-irc-bot.git | C# | 49 lines
45 { 46 return String.Format("https://api.duckduckgo.com/?q={0}&format=xml&t=IrcBot.Search&no_redirect=1&no_html=1&skip_disambig=1", Uri.EscapeUriString(query)); 47 }spice.js https://github.com/aembleton/zeroclickinfo-spice.git | JavaScript | 124 lines
86 87 nrj("http://api.duckduckgo.com/?q=spell%20" + encodeURIComponent(query) + "&format=json&pretty=1&callback=handle_ddg_api"); 88 }IO.js https://github.com/licson0729/SO-ChatBot.git | JavaScript | 299 lines
277 IO.jsonp({ 278 url : 'http://api.duckduckgo.com/', 279 jsonpName : 'callback',spice.js https://github.com/tarnfeld/zeroclickinfo-spice.git | JavaScript | 125 lines
87 88 nrj("http://api.duckduckgo.com/?q=spell%20" + encodeURIComponent(query) + "&format=json&pretty=1&callback=handle_ddg_api"); 89 }duckduckgo.json https://github.com/timcameronryan/rem-js.git | Unknown | 11 lines
4 5 "base": "https://api.duckduckgo.com", 6 "params": {ApiConstants.java https://gitlab.com/intruxxer/android-best-practices.git | Java | 12 lines
5 // Just examples. Replace however you need! 6 public static final String BASE_URL = "http://api.duckduckgo.com"; 7 public static final int HTTP_CONNECT_TIMEOUT = 6000; // millisecondsDictionary.java https://github.com/AdamGaltrey/Willie.git | Java | 86 lines
14 URBAN_DICTIONARY("http://api.urbandictionary.com/v0/define?term=%WORD%", 0, "Urban Dictionary"), 15 DUCK_DUCK_GO("http://api.duckduckgo.com/?q=%WORD%&format=json", 1, "Duck Duck Go"); 16 private String url, name;helper.js https://gitlab.com/jhta/.myconfig.git | JavaScript | 251 lines
14const DUCKDUCKGO_API_URL = 15 "https://api.duckduckgo.com/?format=json&no_redirect=1"+ 16 "&skip_disambig=1&q=";Dictionary.java https://github.com/cnr/Willie.git | Java | 86 lines
14 URBAN_DICTIONARY("http://api.urbandictionary.com/v0/define?term=%WORD%", 0, "Urban Dictionary"), 15 DUCK_DUCK_GO("http://api.duckduckgo.com/?q=%WORD%&format=json", 1, "Duck Duck Go"); 16 private String url, name;calc.py https://github.com/adiq/stah.git | Python | 72 lines
6 7uri = 'http://api.duckduckgo.com/?q=%s&format=json' 8__init__.py https://bitbucket.org/khagesh93/search-skill.git | Python | 178 lines
31 # Let's define the class objects here. 32 ddg_topic_summaries_endpoint = "https://api.duckduckgo.com/?q={}&format=json&pretty=1" 33 ddg_search_topic_details_endpoint = "{}?ia=about&format=json"duckduckgo.js https://bitbucket.org/slimdll/botphp.git | JavaScript | 58 lines
22 const query = match.query 23 const _base = 'http://api.duckduckgo.com/?format=json&q=' 24 const _url = url.parse(_base + encodeURIComponent(query))animal.js https://gitlab.com/HonestidaMordaz/pet-store.git | JavaScript | 138 lines
34 return reqwest({ 35 url: "https://api.duckduckgo.com/", 36 data: {duckduckgo_definitions.py https://gitlab.com/lanodan/searx.git | Python | 149 lines
6 7url = 'https://api.duckduckgo.com/'\ 8 + '?{query}&format=json&pretty=0&no_redirect=1&d=1'