Parse microcitation and get formatted citation
This tool takes a "microcitation" such as "Aust. J. Zool. 6: 280 [key], 281, figs 2G, 2H, 3D, pl. 1, fig. 2.", attempts to convert it into structured data, looks for a DOI, and if found, the DOI is used to add a formatted citation.
To use as an API simply GET the site URL with the citation as the parameter "q", e.g.
?q=Aust. J. Zool. 6: 280 [key], 281, figs 2G, 2H, 3D, pl. 1, fig. 2.
or POST a JSON document of the form { "q": "microcitation" }. The API will return results as JSON.