Description of the API

Checkbankrupcy is a REST like interface to the TrollerBk.com database of chapter 11 and chapter 15 bankruptcy cases. A valid request will return XML including a link to the case if it is found. Only the first match is returned.

To access the complete interface, you must a Premium Subscriber to TrollerBk.com and provide your assigned API key with each request. The request should be styled as the example below.

http://checkbankruptcy.trollerbk.com/restqry.php?key=???&name=???&days=???&state=???&city&zip=???&ein=???

In the example above:

The response is XML. The schema can be found here and an example of the returned information is here.

If you would like to test the API or would like to use the API for a mashup, please complete the sign up form and we will send an email with the API. (Note that APIs for non-subscribers are limited to only NAME and DAYS and are subject to a limit of 100 requests per day.)

We expect to change the API over time based on actual user needs, so please give us feedback.