17+ results for 'api.duckduckgo.com' (0 ms)
Not the results you expected?
duckduck.go (git://github.com/ajanicij/goduckgo.git) Go · 183 lines
duckduckgo_definitions.py (https://gitlab.com/lanodan/searx.git) Python · 149 lines
duckduck_test.go (git://github.com/ajanicij/goduckgo.git) Go · 66 lines
12 func TestQuery(t *testing.T) {
13 query := "New York City"
14 expectedUrl := "https://api.duckduckgo.com/?q=New+York+City&format=json&pretty=1"
15 expectedBody := `{
16 "Heading" : "New York City"
50 func TestEncodeUrl(t *testing.T) {
51 query := "!gi New York City"
52 expectedUrl := "https://api.duckduckgo.com/?q=%21gi+New+York+City&format=json&pretty=1&no_redirect=1"
54 url := EncodeUrl(query)
59 query = "New York City"
60 expectedUrl = "https://api.duckduckgo.com/?q=New+York+City&format=json&pretty=1"
61 url = EncodeUrl(query)
62 if url != expectedUrl {
duckduck.go (git://github.com/ajanicij/goduckgo.git) Go · 112 lines
abstract.coffee (git://github.com/github/hubot-scripts.git) CoffeeScript · 45 lines
API.php (git://github.com/duckduckgo/php5-duckduckgo.git) PHP · 163 lines
README.md (git://github.com/ajanicij/goduckgo.git) Markdown · 104 lines
duckduckgo.js (https://bitbucket.org/slimdll/botphp.git) JavaScript · 58 lines
animal.js (https://gitlab.com/HonestidaMordaz/pet-store.git) JavaScript · 138 lines
duckduckgo.js (https://github.com/gildean/dunn.git) JavaScript · 87 lines
example_duckduckgo.html (https://bitbucket.org/quickfinder/quickfinder-old.git) HTML · 37 lines
duckduckgo.py (https://bitbucket.org/pbui/bobbit) Python · 59 lines
opis.html (https://bitbucket.org/nejcv1998/nejcv1998.bitbucket.org.git) HTML · 98 lines
64 <ul>
65 <li>EHRScape API: uporabljen za dostopanje in shranjevanje podatkov bolnika. Uporabljen je naslov: <a href= https://rest.ehrscape.com/rest/v1>https://rest.ehrscape.com/rest/v1</a></li>
66 <li>DuckDuckGo API: uporabljen za iskanje posledic in predlaganje rešitev. Uporabljen je naslov <a href= https://api.duckduckgo.com/?q=DuckDuckGo&format=json>https://api.duckduckgo.com/?q=DuckDuckGo&format=json</a></li>
67 </ul>
68 </p>