syncing market data_
The Nookipedia API provides endpoints for retrieving *Animal Crossing* data pulled from the [Nookipedia wiki](https://nookipedia.com/wiki/Main_Page). A couple of the key benefits of using the Nookipedia API is access to data spanning the en
The Nookipedia API provides endpoints for retrieving *Animal Crossing* data pulled from the [Nookipedia wiki](https://nookipedia.com/wiki/Main_Page). A couple of the key benefits of using the Nookipedia API is access to data spanning the entire *Animal Crossing* series, as well as information that is constantly updated and expanding as editors work on the wiki.<br><br>Access to the Nookipedia API requires obtaining a key. This is so we can manage our scale and provide better support for our users. To request access to the API, please fill out [this form](https://forms.gle/wLwtXLerKhfDrRLY8).<br><br>This API is 'version 2' of our [original API](https://nookipedia.com/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 higher-quality data, better searching, and support for filtering. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /nh/art | All New Horizons artwork | 1c |
| GET | /nh/art/{artwork} | Single New Horizons artwork | 1c |
| GET | /nh/bugs | All New Horizons bugs | 1c |
| GET | /nh/bugs/{bug} | Single New Horizons bug | 1c |
| GET | /nh/clothing | All New Horizons clothing | 1c |
| GET | /nh/clothing/{clothing} | Single New Horizons clothing | 1c |
| GET | /nh/events | All New Horizons events | 1c |
| GET | /nh/fish | All New Horizons fish | 1c |
| GET | /nh/fish/{fish} | Single New Horizons fish | 1c |
| GET | /nh/fossils/all | All New Horizons fossil groups or individual fossil | 1c |
| GET | /nh/fossils/all/{fossil} | Single New Horizons fossil group with individual fossils | 1c |
| GET | /nh/fossils/groups | All New Horizons fossil groups | 1c |
| GET | /nh/fossils/groups/{fossil_group} | Single New Horizons fossil group | 1c |
| GET | /nh/fossils/individuals | All New Horizons fossils | 1c |
| GET | /nh/fossils/individuals/{fossil} | Single New Horizons fossil | 1c |
| GET | /nh/furniture | All New Horizons furniture | 1c |
| GET | /nh/furniture/{furniture} | Single New Horizons furniture | 1c |
| GET | /nh/interior | All New Horizons interior items | 1c |
| GET | /nh/interior/{item} | Single New Horizons interior item | 1c |
| GET | /nh/items | Miscellaneous New Horizons items | 1c |
| GET | /nh/items/{item} | Single New Horizons miscellaneous item | 1c |
| GET | /nh/photos | All New Horizons photos and posters | 1c |
| GET | /nh/photos/{item} | Single New Horizons photo or poster | 1c |
| GET | /nh/recipes | All New Horizons recipes | 1c |
| GET | /nh/recipes/{item} | Single New Horizons recipe | 1c |
| GET | /nh/sea | All New Horizons sea creatures | 1c |
| GET | /nh/sea/{sea_creature} | Single New Horizons sea creature | 1c |
| GET | /nh/tools | All New Horizons tools | 1c |
| GET | /nh/tools/{tool} | Single New Horizons tool | 1c |
| GET | /villagers | Villagers | 1c |
ozma register && ozma call nookipedia /nh/art --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/nookipedia/nh/art# Python
client.proxy_call("nookipedia", "/nh/art")Own this API? Claim the listing to manage pricing and receive payouts.