Parse microcitation and get PIDs

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 and adds persistent identifiers such as ISSNs and DOIs.

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.