Auto Update JSON for Blue Archive official 4-panel manga
- 2023/07/15 EN-90, JA-124
- 2023/07/10 EN-89
- 2023/07/08 JA-123
- https://m19e.github.io/bluearchive-4panel/panels/ja.json
- https://m19e.github.io/bluearchive-4panel/panels/en.json
- https://m19e.github.io/bluearchive-4panel/panels/aoharu.json
Field | Type | Value |
---|---|---|
id | string | ID (index) |
title | string | Title |
students | string[] | Student name (ja) |
href | string | Tweet or Official URL |
deleted? | boolean | Flag for deleted 4-panel |
[
{
"id": "41",
"title": "折衷案",
"students": ["エイミ", "ヒマリ"],
"href": "https://bluearchive.jp/comics/41/1",
"deleted": true
},
{
"id": "42",
"title": "勇気のポーション",
"students": ["シグレ", "ノドカ"],
"href": "https://twitter.com/blue_archivejp/status/1465531285523542017"
}
]
Field | Type | Value |
---|---|---|
id | string | ID (name) |
ja | string | JA name |
en | string | EN name |
school | string | null | School ID |
en.json => EN key
{
"hanako": {
"id": "hanako",
"ja": "ハナコ",
"en": "Hanako",
"school": "trinity"
}
}
ja.json => JA key
{
"コハル": {
"id": "koharu",
"ja": "コハル",
"en": "Koharu",
"school": "trinity"
}
}