BHL PageID and text match to BHL

This tool takes a Biodiversity Heritage Library (BHL). PageID such as "30155815 and a string (such as a taxonomic name) and checks whether that string occurs on the BHL page.

To use as an API simply GET the site URL with the BHL PageID (just the number) as the parameter "pageid", and the string to match as "target", e.g.

?q=30155815&target=Anarsia sagittaria

or POST a JSON document of the form { "pageid": integer, "target": "string to match" }. The API will return results as JSON.

Enter target text to match, such as taxon name.