QuickQuery
Usage: QuickQuery is a simple wrapper around the Direct Post authentication methods of the Query APIs. It’s usage is very similar to typing out a query string in the browser, except you’ll receive the response on this page in a table along with the query string, as it was generated.
Type in your username and password. Type out any key=value pairs for the item you are searching for. See the Query API for a complete list of values.
A simple example would look like this: lastname=Dobbs&condition=pending,complete.
Make sure to escape the values, for example: lastname=Van Houten should be lastname=Van%20Houten.
Please excuse the formatting of the response, we’re working on getting something that looks a little better.