Disambiguation
JSON response
$disambiguation = new \DDG\API\Disambiguation();
$result = $disambiguation->get('apple');
Response example is available here.
Simple DuckDuckGo API wrapper for PHP
$disambiguation = new \DDG\API\Disambiguation();
$result = $disambiguation->get('apple');
Response example is available here.