Logo
ACNH API Documentation

Fossils

GET {{baseUrl}}/v1/fossils/:fossilName

Get fossil data in JSON format.

The {fossilName} parameter is optional and can be removed to get all the fossils data.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "file-name": "amber", "name": { "name-USen": "amber", "name-EUen": "amber", "name-EUde": "Bernstein", "name-EUes": "ámbar", "name-USes": "ámbar", "name-EUfr": "ambre", "name-USfr": "ambre", "name-EUit": "ambra", "name-EUnl": "barnsteen", "name-CNzh": "琥珀", "name-TWzh": "琥珀", "name-JPja": "コハク", "name-KRko": "호박", "name-EUru": "янтарь" }, "price": 1200, "museum-phrase": "Amber is formed from the sap of ancient trees that hardened over time. Because of its beauty, it has often been traded and used as jewelry throughout history. However, individual specimens may contain ancient plants or insects trapped inside them! These are valuable resources for learning about ancient eras, such as when the dinosaurs roamed... And this is why they are sometimes displayed in certain...ahem... exceptional museums! Like mine.", "image_uri": "https://acnhapi.com/v1/images/fossils/amber" }



Curl
curl -X GET 'http://acnhapi.com/v1/fossils/:fossilName'

ENDPOINTS