GET {{baseUrl}}/v1/fish/:fishID
Get fish data in JSON format. The {fishID} parameter is optional and can be removed to get all the fish data.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": 1,
"file-name": "bitterling",
"name": {
"name-USen": "bitterling",
"name-EUen": "bitterling",
"name-EUde": "Bitterling",
"name-EUes": "amarguillo",
"name-USes": "amarguillo",
"name-EUfr": "bouvière",
"name-USfr": "bouvière",
"name-EUit": "rodeo",
"name-EUnl": "bittervoorn",
"name-CNzh": "红目鲫",
"name-TWzh": "紅目鯽",
"name-JPja": "タナゴ",
"name-KRko": "납줄개",
"name-EUru": "горчак"
},
"availability": {
"month-northern": "11-3",
"month-southern": "5-9",
"time": "",
"isAllDay": true,
"isAllYear": false,
"location": "River",
"rarity": "Common",
"month-array-northern": [
11,
12,
1,
2,
3
],
"month-array-southern": [
5,
6,
7,
8,
9
],
"time-array": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]
},
"shadow": "Smallest (1)",
"price": 900,
"price-cj": 1350,
"catch-phrase": "I caught a bitterling! It's mad at me, but only a little.",
"museum-phrase": "Bitterlings hide their eggs inside large bivalves—like clams—where the young can stay safe until grown. The bitterling isn't being sneaky. No, their young help keep the bivalve healthy by eating invading parasites! It's a wonderful bit of evolutionary deal making, don't you think? Each one keeping the other safe... Though eating parasites does not sound like a happy childhood... Is that why the fish is so bitter?",
"image_uri": "https://acnhapi.com/v1/images/fish/1",
"icon_uri": "https://acnhapi.com/v1/icons/fish/1"
} |