Which API: 1, 2, xml-api?
What's an example query?
I doubt that HostGator is restricting/filtering the API calls. I'll presume that you're wanting to utilize the xml-api since you're referencing ports. If so, you can make the applist query and see what function are available to the authenticated user. Most likely it will fail, as the xml-api, or WHM API, functions are designed for resellers and root. That said, you should be able to use the xml-api to perform API1 and API2 module/function calls for any user 'type' if they have the basic functionality. API1 and API2 calls are used all the time in the cPanel interface (x3).
Example of API2 call using the xml-api. Of course, you first need to login to cPanel as the 'cheap' user. Then try something like this in the browser (replace as need for site/user/domain):
Code:
http://myserver.com:2082/xml-api/cpanel?user=blahcom&cpanel_xmlapi_module=Email&cpanel_xmlapi_func=listpopswithdisk&cpanel_xmlapi_version=2&domain=blah.com
Regards,
-Dave