The static export of the PtGen Database.
If you want to use all archive for other purposes, We recommend you use Download ZIP
feature or git clone
command to Download It.
All data comes from the Internet and is for learning purposes only!
2025-06-27 23:03:22
(CET, UTC+01:00)Source Site | Count |
---|---|
douban | 353574 |
douban_celebrity | 314163 |
imdb | 193440 |
bangumi | 8468 |
steam | 1417 |
indienova | 150 |
epic | 13 |
You can use this repo by access the following link:
Ourhelp API
-> static export -> Ourhelp CDN
-> git push -> Github Pages
-> sync -> Vercel, Netlify
The site
and sid
items in Link Format
follow the description in the table below:
Site | Link Regexp | Note |
---|---|---|
douban | (https?://)?((movie\|www)\.)?douban\.com/(subject\|movie)/(?P<sid>\d+)/? |
|
douban_celebrity | (https?://)?movie\.douban\.com/celebrity/(?P<sid>\d+)/? |
|
douban_personage | (https?://)?www\.douban\.com/personage/(?P<sid>\d+)/? |
Ourhelp API Only |
imdb | (https?://)?www\.imdb\.com/title/(?P<sid>tt\d+) |
|
bangumi | (https?://)?(bgm\.tv\|bangumi\.tv\|chii\.in)/subject/(?P<sid>\d+)/? |
|
steam | (https?://)?(store\.)?steam(powered\|community)\.com/app/(?P<sid>\d+)/? |
|
indienova | (https?://)?indienova\.com/game/(?P<sid>\S+) |
|
epic | (https?://)?www\.epicgames\.com/store/[a-zA-Z-]+/product/(?P<sid>\S+)/\S? |
douban_personage
, Ourhelp API only supports which created from douban_celebrity
and cached in database.success, error, copyright, version, format
are not provided in the exported file.internal_map
folder.
douban_celebrity <-> douban_personage <-> imdb_id
[
{
"cid": 1000167, // for link: https://movie.douban.com/celebrity/{cid}/
"pid": 27205857, // for link: https://www.douban.com/personage/{pid}/
"imdb_id": "nm0781238", // for link: https://www.imdb.com/name/{imdb_id}/
"name": "艾米·塞德丽丝 Amy Sedaris" // quick note of 'name' for this map
},
]
douban_id <-> imdb_id
[
{
"dbid": 10000796, // for link: https://movie.douban.com/subject/{dbid}/
"imdbid": "tt1247209", // for link: https://www.imdb.com/title/{imdbid}/
"name": "Hola?", // quick note of 'name' for this map
"year": "2008" // quick note of 'year' for this map
},
]