open5e / open5e-api

The api for open5e.com
Other
148 stars 95 forks source link

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

Open augustjohnson opened 3 months ago

augustjohnson commented 3 months ago

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

augustjohnson commented 3 months ago

https://github.com/open5e/open5e-api/pull/465 builds the start of this.

augustjohnson commented 1 month ago

This will be named "environment"