XML API Documentation
FogBugz includes a RESTful API, which lets you perform almost all of the actions you can in the web UI from a script or application. The calls are simple GET or POST requests containing key/value pairs, so you can use it from any language or platform. All responses are in XML format. To make it even easier to use, we also wrote a Python wrapper!