Arditc / ACNHAPI

Data in JSON format from https://acnhapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACNH API

Updated for 1.8.0 (Mario Update)

Introduction:

ACNH API is a free RESTful API for furniture, critters, fossils, art, music and villagers from Animal Crossing: New Horizons.

This started for me as a little side project for me but ended up getting much attraction than I ever thought it would get (~3 000 000 requests per day).

The API is free and without authentification to make it easy for anyone to start developing on a subject they like.

If any of the information on the website is wrong or outdated, you can either contact me on Discord (Alexis#8717) or make a pull request on this repository.

Buy me a coffee or donate directly through PayPal and help contribute toward the server costs to keep this service free!

Changelog:

See CHANGELOG.MD.

Usage:

All the JSON data from this API is under CC BY 4.0 license, the images and music assets are the sole property of Nintendo.

The data can be obtained as an object array instead of a nested JSON by doing requests on https://acnhapi.com/v1a/ instead of https://acnhapi.com/v1/.

The documentation for the API can be found here.

No authentification is required to make requests to any of the endpoints which can be accessed over HTTP or HTTPS.

Projects using this data:

Other projects that can help you build your app:

Special thanks:

For keeping the project free and available to all:

Disclaimer:

ACNH API is a fan made API/Website and claims no ownership of any intellectual property associated with Nintendo or Animal Crossing. All assets found on the site and the repository are the sole property of Nintendo and are only used for non-commercial and educational purpose.

Contact: admin@acnhapi.com

About

Data in JSON format from https://acnhapi.com

License:MIT License