There's an API action for deleting campaigns, but none for getting campaign information. This is a problem for offsite uploading tools such as the in-progress Wiki Loves Monuments mobile app, which needs to get some of that info to fill out upload info properly.
Data is organized in key-value pairs per campaign (identified by a string key name, and an internal numeric key).
Probably give the string name and optionally a subset of field names to fetch, and return the key-value pairs.
Version: unspecified
Severity: enhancement