Skip to content

v1.1.0 - Villagers endpoint

Choose a tag to compare

@KevinPayravi KevinPayravi released this 24 Aug 05:11
· 258 commits to master since this release
492972a
  • New villagers endpoint.
    • This new endpoint queries data for all 480 villagers across the entire series.
    • Provides filtering by name, personality, species, birthday, and game.
    • Can request additional New Horizons-specific details via the nhdetails=true query parameter.
  • Fix for NH critters: previously, querying a single NH critter (e.g. /nh/fish/Sea Bass) returned an array with one object in it. Now, it will return just the one object. Users sending in Accept-Version w/ version 1.0.X will continue to receive the array.
  • Some code refactors/organizing