Microcitation parser
This tool takes a "microcitation" such as "Proc. zool. Soc. Lond. 1882: 781" and attempts to convert it into structured data.
To use as an API simply GET the site URL with the citation as the parameter "q", e.g.
?q=Proc. zool. Soc. Lond. 1882: 781
or POST a JSON document of the form { "q": "microcitation" }. The API will return results as JSON.