{"openapi":"3.2.0","info":{"title":"DuckDuckGo API","description":"The DuckDuckGo Search API is a tool that allows developers and businesses to integrate the search functionality of the DuckDuckGo search engine into their applications and websites. With a user-friendly query structure and a focus on relevance and accuracy, the API provides high-quality search results.","version":"1.0.0"},"servers":[{"url":"https://duckduckgo.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/":{"get":{"operationId":"get","summary":"Search","description":"DuckDuckGo Search","parameters":[{"name":"q","in":"query","description":"You can use DuckDuckGo search parameters.","required":false,"schema":{"type":"string","title":"Search Query","example":"Nike"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}