Skip to content

fidraC/DuckDuckGo-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuckDuckGo-API

API server and module for DuckDuckGo

type Search struct {
	Query     string `json:"query"`
	Region    string `json:"region"`
	TimeRange string `json:"time_range"`
	Limit     int    `json:"limit"`
}

type Result struct {
	Title   string `json:"title"`
	Link    string `json:"link"`
	Snippet string `json:"snippet"`
}

Send requests via GET or POST in JSON

About

API server and module for DuckDuckGo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages