Nookipedia API

This free RESTful service provides endpoints for retrieving Animal Crossing data pulled from the Nookipedia wiki, the largest community-driven encyclopedia about the series. Built from the ground up using Python, Flask, and nginx, the key benefit of using this API is access to clean structured data spanning the entire Animal Crossing series, pulled from information that is constantly updated and expanding as editors work on the wiki.

Access to the Nookipedia API requires obtaining a key, so that we can reliably manage our scale and provide better support for our users. To request access to the API, please fill out this form.

Nookipedia's text content is released under a CC BY-SA 3.0 license. Our data is free to use for any purpose; we simply ask that you provide attribution to Nookipedia, and a link back when possible. All images are property of their respective owners.

Available endpoints:

Coming up next:

Note: This API is the successor to our original API. While the previous API scraped information directly from the wiki, this new edition of the API pulls data from a structured and constrained database, resulting in more structured data, better search matching, and support for filtering.

Support

We're happy to support you and your application however we can. The quickest way to get support is through our Discord server, where we have a designated channel just for Nookipedia staff and API users to support each other and share their work.

We can also provide support on-wiki on the development talk page.

Additional Resources

This API is not the only way to pull information from the Nookipedia wiki. See our development page for more information.

Projects

Coming soon

Acknowledgements