PageRenderTime 2729ms queryTime 90ms sortTime 0ms getByIdsTime 4ms findMatchingLines 44ms

12+ results for 'api.duckduckgo.com' (2729 ms)

Not the results you expected?
duckduckgo.cpp git://pkgs.fedoraproject.org/kdeplasma-addons | C++ | 170 lines
                    
43
                    
44    KUrl url = KUrl("http://api.duckduckgo.com/?q=futurama+characters&format=json&pretty=1");
                    
45       // "http://api.duckduckgo.com/?q=define+ostensibly&format=json&pretty=1");
                    
                
duckduck.go git://github.com/ajanicij/goduckgo.git | Go | 112 lines
                    
94	query_enc := url.QueryEscape(query)
                    
95	ddgurl := fmt.Sprintf("http://api.duckduckgo.com?q=%s&format=json&pretty=1", query_enc)
                    
96	resp, err := http.Get(ddgurl)
                    
                
abstract.coffee git://github.com/github/hubot-scripts.git | CoffeeScript | 45 lines
                    
17  robot.respond /(abs|abstract) (.+)/i, (res) ->
                    
18    abstract_url = "http://api.duckduckgo.com/?format=json&q=#{encodeURIComponent(res.match[2])}"
                    
19    res.http(abstract_url)
                    
                
API.php git://github.com/duckduckgo/php5-duckduckgo.git | PHP | 163 lines
                    
25    /**
                    
26     * The API base URL. This defaults to api.duckduckgo.com.
                    
27     */
                    
58        $this->noDisambiguations = FALSE;
                    
59        $this->baseURL = 'api.duckduckgo.com';
                    
60    }
                    
                
README.md git://github.com/ajanicij/goduckgo.git | Markdown | 104 lines
                    
14
                    
15[http://api.duckduckgo.com/?q=New+York+City&format=json&pretty=1](http://api.duckduckgo.com/?q=New+York+City&format=json&pretty=1)
                    
16
                    
                
index.html https://github.com/victusfate/Image-Matrix.git | HTML | 246 lines
                    
177                        + "&callback=?";
                    
178                // var apiurl = "http://api.duckduckgo.com/?q=" + encodeURIComponent(key) + "&format=json&callback=?";
                    
179                CreateImagesWithUrl(apiurl, bindex, key);
                    
                
duckduckgo.js https://github.com/gildean/dunn.git | JavaScript | 87 lines
                    
65                var options = {
                    
66                    hostname: 'api.duckduckgo.com',
                    
67                    path: qPath
                    
                
main.py https://github.com/akshaytyagi/quantum.git | Python | 189 lines
                    
32    t=l.replace (" ", "+")        
                    
33    link="http://api.duckduckgo.com/?q="+t+"&format=json&pretty=1"
                    
34    try:
                    
                
duckduckgo.py git://github.com/Reisen/bruh.git | Python | 76 lines
                    
49    request = Request(
                    
50        'https://api.duckduckgo.com/?{}'.format(urlencode({
                    
51            'q': msg,
                    
                
ddg.py https://bitbucket.org/dwfreed/guppy.git | Python | 55 lines
                    
42            request = "+".join(args)
                    
43            sock = urllib.request.urlopen("http://api.duckduckgo.com/?q=%s&o=json" % request)
                    
44            data = sock.read()
                    
                
duckduckgo.py https://bitbucket.org/agiliq/searchapi | Python | 17 lines
                    
7	def __init__(self):
                    
8		self.end_point='http://api.duckduckgo.com/?q='
                    
9	
                    
                
duckduckgo.com.rb https://bitbucket.org/andey/bestofama.git | Ruby | 12 lines
                    
4  include HTTParty
                    
5  base_uri 'api.duckduckgo.com'
                    
6
                    
                
 

Source

Language