Entertainment
Animal Crossing: New Horizons
An API for critters, fossils, art, music, furniture, and villagers from the game.
1
Endpoints
—
Status
—
Latency
CODE EXAMPLES
JavaScript (Fetch)
fetch('http://acnhapi.com/v1/villagers/', {
method: 'GET',
headers: {},
})
.then(response => response.json())
.then(data => console.log(data));cURL
curl -X GET 'http://acnhapi.com/v1/villagers/'Animal Crossing: New Horizons
0.0%
ENTERTAINMENT
An API for critters, fossils, art, music, furniture, and villagers from the game.
PERFORMANCE TELEMETRY
RATE LIMITS
API TESTING INTERFACE
READY
SIGN IN TO EXECUTE TEST
Please sign in to test API endpoints
RESPONSE TELEMETRY
Execute API test to view telemetry data