DuckDuckGo Instant Answer API
The DuckDuckGo Instant Answer API provides quick answers to queries without tracking users. It returns structured results like definitions, topics, categories, and related information. Developers often use it for search integrations, knowledge panels, or lightweight information lookup in apps and websites.
1
Endpoints
0
Views
Aug 19, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Get instant answers and search results
Full URL
https://api.duckduckgo.com/
Code Examples
curl -X GET 'https://api.duckduckgo.com/'
Parameters
{ "q": "artificial intelligence", "format": "json" }
Example Response
{
"Abstract": "AI is intelligence demonstrated by machines",
"AbstractURL": "https://en.wikipedia.org/wiki/Artificial_intelligence",
"AbstractSource": "Wikipedia"
}
Version
v1
Rate Limit
Unlimited
Tags
answersprivacysearch
Related APIs
Discover similar APIs that might interest you