Our API is comprised of REST calls utilizing GET and POST methods. All POST methods require XML in the either the body or as a url encoded parameter. Data is returned as either XML or JSON. A callback method can also be specified; this will return the data within the callback method (see "Test Forms").
GET Methods
POST Methods
Downloadable Examples
| .NET Example (C#, 2.0 Framework) |
Download |
| PHP Example (PHP v5.2.6) |
Download |
| HTML/AJAX Example (JQuery Framework 1.3.1) |
Download |