GET nh/bugs

dodo.ac

Summary: All New Horizons bugs
Operation ID:
Auth: unknown
Description

Get a list of all bugs and their details in *Animal Crossing: New Horizons*.

Parameters (5)

Accept-Version (string, header, required)

The version of the API you are calling, written as `1.0.0`. This is specified as required as good practice, but it is not actually enforced by the API. If you do not specify a version, you will be served the latest version, which may eventually result in breaking changes.

X-API-KEY (string, header, required)

Your UUID secret key, granted to you by the Nookipedia team. Required for accessing the API.

excludedetails (string, query, optional)

When set to `true`, only bug names are returned. Instead of an array of objects with all details, the return will be an array of strings. This is particularly useful when used with the `month` filter, for users who want just a list of bugs in a given month but not all their respective details.

month (string, query, optional)

Retrive only the bug that are available in a specific month. Value may be the month's name (`jan`, `january`), the integer representing the month (`01`, `1`), or `current` for the current month. When `current` is specified, the return body will be an object with two arrays inside, one called `north` and the other `south` containing the bug available in each respective hemisphere. Note that the current month is calculated based off the API server's time, so it may be slightly off for you at the beginning or end of the month.

thumbsize (integer, query, optional)

Specify the desired width of returned image URLs. When unspecified, the linked image(s) returned by the API will be full-resolution. Note that images can only be reduced in size; specifying a width greater than than the maximum size will return the default full-size image URL. Note that requesting specific image sizes for long lists may result in a very long response time.

No probe data for this endpoint yet.