File size: 3,839 Bytes
5546a7c 0a74926 8b1c353 363f1c3 8b1c353 363f1c3 0f0ede6 363f1c3 |
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 102 103 104 105 106 107 |
---
license: mit
---
# 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": 43,
"name": "Kizuna eye",
"price": "13,279\n\n\u5186",
"points": "120",
"descriptions": {
"Product Categories": "Bishoujo (Beautiful Girls)",
"JAN code": "4573451870523",
"Release Date": "2018\u5e7412\u6708\u672a\u5b9a",
"Series": "virtual YouTuber",
"Base Sculptor": "Ikurie Corporation",
"Distributor:": "Tokyo Otaku Mode Inc.",
"Brand:": "Ltd. Tokyo Figure",
"Scale": "1/7 Scale",
"Size:": "Height: : Approximately 23 cm (including pedestal)",
"Material:": "PVC & ABS Painted Finished Figures"
},
"comment": "Familiar with \"Yes sir!\", Very popular virtual YouTuber The Scarabaunai of Scale It is a three-dimensional figure as a figure! Kizuner is a long-awaited figure. \n Tokyo Otaku Mode says the project \"Kizuna eye Scale Figures \". I figured her in familiar girls in YouTube videos with plenty of lively dynamism! Production is a reputation for high-quality figure \" \u682a\u5f0f\u4f1a\u793e\u30b9\u30c8\u30ed\u30f3\u30ac\u30fc Full cooperation. Energetic Ai-chan jumps out of the screen and comes to you. The first Kizuner awaited for the whole world Scale Do not miss a figure! \n \u00a9 Kizuna AI",
"meta": {
"Manufacturer": "Tokyo Otaku Mode Co., Ltd.",
"Manufacturer URL": "https://corporate.otakumode.com/",
"Original": "Kizuna Eye",
"character": "Kizuna Eye"
},
"image_urls": [
"https://tokyofigure.jp/upload/save_image/03240533_5ab56482b359a.jpg",
"https://tokyofigure.jp/upload/save_image/03240533_5ab5649109989.jpg",
"https://tokyofigure.jp/upload/save_image/03240533_5ab5649af1174.jpg",
"https://tokyofigure.jp/upload/save_image/03240533_5ab564a630f05.jpg",
"https://tokyofigure.jp/upload/save_image/03240533_5ab564b061acf.jpg",
"https://tokyofigure.jp/upload/save_image/03240534_5ab564b9aab50.jpg"
]
},
...
]
```
|