Nookipedia
The Nookipedia API provides endpoints for retrieving Animal Crossing data pulled from the . 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.
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 API is 'version 2' of our . 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.
- Homepage
- https://api.apis.guru/v2/specs/dodo.ac/1.5.0.json
- Provider
- dodo.ac
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/dodo.ac/1.5.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/dodo.ac/1.5.0/openapi.yaml
Tools (32)
Extracted live via the executor SDK.
-
nh.getNhArtGet a list of all artwork and their details in Animal Crossing: New Horizons.
-
nh.getNhArtArtworkRetrieve information about a specific artwork in Animal Crossing: New Horizons.
-
nh.getNhBugsGet a list of all bugs and their details in Animal Crossing: New Horizons.
-
nh.getNhBugsBugRetrieve information about a specific bug in Animal Crossing: New Horizons.
-
nh.getNhClothingGet a list of all clothing items and their details in Animal Crossing: New Horizons.
-
nh.getNhClothingClothingRetrieve information about a specific clothing item in Animal Crossing: New Horizons.
-
nh.getNhEventsGet 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.
-
nh.getNhFishGet a list of all fish and their details in New Horizons.
-
nh.getNhFishFishRetrieve information about a specific fish in Animal Crossing: New Horizons.
-
nh.getNhFossilsAllGet a list of all the fossil groups with their respective individual fossils in Animal Crossing: New Horizons.
-
nh.getNhFossilsAllFossilRetrieve information about a specific fossil group with their respective individual fossils in Animal Crossing: New Horizons.
-
nh.getNhFossilsGroupsGet a list of all the fossil groups in Animal Crossing: New Horizons.
-
nh.getNhFossilsGroupsFossilGroupRetrieve information about a specific fossil group in Animal Crossing: New Horizons.
-
nh.getNhFossilsIndividualsGet a list of all the individual fossils in Animal Crossing: New Horizons.
-
nh.getNhFossilsIndividualsFossilRetrieve information about a specific individual fossil in Animal Crossing: New Horizons.
-
nh.getNhFurnitureGet a list of all furniture and their details in Animal Crossing: New Horizons.
-
nh.getNhFurnitureFurnitureRetrieve information about a specific furniture in Animal Crossing: New Horizons.
-
nh.getNhInteriorGet a list of all interior items (flooring, wallpaper, and rugs) and their details in Animal Crossing: New Horizons.
-
nh.getNhInteriorItemRetrieve information about a specific interior item in Animal Crossing: New Horizons.
-
nh.getNhItemsGet a list of all miscellaneous items (such as materials, star fragments, fruits, fences, and plants) and their details in Animal Crossing: New Horizons.
-
nh.getNhItemsItemRetrieve information about a miscellaneous item (such as materials, star fragments, fruits, fences, and plants) in Animal Crossing: New Horizons.
-
nh.getNhPhotosGet a list of all character photos+posters and their details in Animal Crossing: New Horizons.
-
nh.getNhPhotosItemRetrieve information about a character photo or poster in Animal Crossing: New Horizons.
-
nh.getNhRecipesGet a list of all recipes and their details in Animal Crossing: New Horizons.
-
nh.getNhRecipesItemRetrieve information about a specific recipe in Animal Crossing: New Horizons.
-
nh.getNhSeaGet a list of all sea creatures and their details in Animal Crossing: New Horizons.
-
nh.getNhSeaSeaCreatureRetrieve information about a specific sea creature in Animal Crossing: New Horizons.
-
nh.getNhToolsGet a list of all tools and their details in Animal Crossing: New Horizons.
-
nh.getNhToolsToolRetrieve information about a specific tool in Animal Crossing: New Horizons.
-
villagers.getVillagersThis endpoint retrieves villager information from the entire Animal Crossing series, with the option to filter by species, personality, game, and/or birthday. Filters use the AND operator (e.g. asking for villagers who have species
frogand personalitysmugwill return all smug frogs). Note that villagers only include the animals that act as residents. Special characters, such as Tom Nook and Isabelle, are not accessed through this endpoint. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools