aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 83c39174f4f30176aab02bc406b0f9409ab05104 (plain) (blame)
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
# 🥟 HoloList to JSON

> Dump hololive & HOLOSTARS Birthdays from [HoloList](https://hololist.net) to JSON

## Latest Data

A JSON file containing the *latest* HoloList data is present in the [`latest.json`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/latest.json)
file.

## Sample Data

```json
[
  {
    "month": 1,
    "day": 12,
    "name": "Usada Pekora",
    "pictureURL": "https://hololist.net/wp-content/uploads/2022/02/usada-pekora-portrait-66-300x300.jpg",
    "profileURL": "https://hololist.net/usada-pekora/"
  },
  {
    "month": 12,
    "day": 12,
    "name": "Kobo Kanaeru",
    "pictureURL": "https://hololist.net/wp-content/uploads/2022/03/kobo-kanaeru-portrait-66-300x300.jpg",
    "profileURL": "https://hololist.net/kobo-kanaeru/"
  }
]
```

## License

This project is licensed under the terms of the [GNU General Public License v3.0 license](./LICENSE.txt).