open5e/open5e-api

Add Monster filter for 'habitat' similar to 'cr'.

Closed this issue · 2 comments

CR is currently implemented like so:
api.open5e.com/monsters/?cr=3

Possible example for habitat/environment:
api.open5e.com/monsters/?habitat=Cave

Possible combination filter:
api.open5e.com/monsters/?habitat=Cave&cr=3

#465 builds the start of this.

This will be named "environment"