File size: 3,240 Bytes
5546a7c
5920b8d
5546a7c
0a74926
 
 
 
8b1c353
 
 
363f1c3
 
 
8b1c353
 
363f1c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0f0ede6
363f1c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9458134
 
 
 
363f1c3
 
9458134
 
 
 
363f1c3
 
ab2f343
363f1c3
9458134
 
363f1c3
 
9458134
 
 
 
 
 
 
363f1c3
 
 
 
5920b8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
license: cc0-1.0
---

# myethos.json

PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).

```ts
interface Myethos {
  id: number
  image_urls: string[]
  descriptions: Record<string, string>
}
```

Preview

```json
[
  ...
  {
      "id": 107,
      "image_urls": [
          "http://www.myethos.cn/upload/image/20160414/570f46082398c.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f4608f1e57.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460983d86.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460a370b4.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460ac0912.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460b7dd6d.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460c042db.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460c7a61b.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460cef5f6.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460d7add0.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460defe68.jpg",
          "http://www.myethos.cn/upload/image/20160414/570f460e73b1f.jpg"
      ],
      "descriptions": {
          "Product Name": "FairyTale-Another-Snow White",
          "Scale": "1/8 (Approximately 245mm in height with stand included)",
          "Specifications": "Pre-painted ABS&PVC figure",
          "List Price": "8800 JPY",
          "Release Date": "2015/01"
      }
  },
  ...
]
```

# tokyofigure.json

PVC figure product information from [tokyofigure.jp](https://tokyofigure.jp).

```ts
interface Tokyofigure {
  id: number
  name: string
  price: string
  points: string
  descriptions: Record<string, string>
  comment: string
  image_urls: string[]
}
```

e.g.

```json
[
  ...
  {
      "id": 323,
      "name": "Genshin Impact \"It's not emergency food!\" Paimon Gourmet Series Trading Figures 6 pieces BOX",
      "price": "9,240",
      "points": "84",
      "descriptions": {
          "Product Categories": "Bishoujo (Beautiful Girls)",
          "JAN code": "6974096536047",
          "Release Date": "May. 2023 TBD",
          "Series": "Video Game",
          "Distributor:": "miHoYo",
          "Material:": "PVC & ABS Painted Finished Figures"
      },
      "comment": "All 6 types are available by purchasing 1BOX.\n\u3010lineup\u3011Paimon, Ripe Tomato Meat SaucePaimon Meat TsumitsumiPaimon Fisherman ToastPaimon/Kusaku Farmer's CuisinePaimon/Sen JumpPaimon Gogo no Pancake",
      "meta": {
          "Manufacturer": "miHoYo",
          "Original": "Genshin"
      },
      "image_urls": [
          "https://tokyofigure.jp/upload/save_image/12231522_63a54929240b3.jpg",
          "https://tokyofigure.jp/upload/save_image/12231522_63a54929520ae.jpg",
          "https://tokyofigure.jp/upload/save_image/12231522_63a549297f956.jpg",
          "https://tokyofigure.jp/upload/save_image/12231522_63a54929ad744.jpg",
          "https://tokyofigure.jp/upload/save_image/12231522_63a54929da22d.jpg",
          "https://tokyofigure.jp/upload/save_image/12231522_63a5492a127a2.jpg",
          "https://tokyofigure.jp/upload/save_image/12231522_63a5492a40d3f.jpg"
      ]
  },
  ...
]
```