GET /nh/events
Operation ID: —
Auth: unknown
Description
Get a list of events and dates in *Animal Crossing: New Horizons*, filterable to specific years, months, or days. Data is available for the current and next year.
Parameters (6)
(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.
(string, header, required)
Your UUID secret key, granted to you by the Nookipedia team. Required for accessing the API.
(string, query, optional)
Specify a specific date (in the current or next year) to retrieve events for. Accepts many date formats, such as `YYYY-MM-DD` or `Month Day, Year`, as well as `today` to retrieve the current day's events (UTC time).
(integer, query, optional)
Specify the day of the month to retrieve events for.
(string, query, optional)
Specify the month to retrieve events for (accepts multiple formats, such as `Oct`, `October`, or `10`). Most likely want to use alongside `year`, otherwise events in both the current and next year are returned.
(string, query, optional)
Specify the year to retrieve events for. Must be the current or next year.
No probe data for this endpoint yet.