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!
- Last update at:
2025-05-23 23:01:09
(CET, UTC+01:00) - Last data summary:
Source Site | Count |
---|---|
douban | 301199 |
douban_celebrity | 262075 |
imdb | 154905 |
bangumi | 8463 |
steam | 1417 |
indienova | 150 |
epic | 13 |
- Report: Monthly Create , Daily Update
-
You can use this repo by access the following link:
- Build Workflow:
Ourhelp API
-> static export ->Ourhelp CDN
-> git push ->Github Pages
-> sync ->Vercel, Netlify
- Build Workflow:
-
The
site
andsid
items inLink 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?
- For
douban_personage
, Ourhelp API only supports which created fromdouban_celebrity
and cached in database.
- For
-
The exported JSON format content is basically the same as that provided by the Ourhelp API (documentation).
- The fields such as
success, error, copyright, version, format
are not provided in the exported file. - The value format of some fields may vary in the export, This is mainly due to the update of PtGen Scrape and outdated crawling cache.
- The fields such as
-
If there is no corresponding site data in current static export, you may try to access the Ourhelp API as fallback to auto-generate it.
-
Additional internal maps are provided only in
internal_map
folder.- douban_celebrity_map.json for
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_imdb_map.json for
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 }, ]
- douban_celebrity_map.json for
- bangumi/Archive: Bangumi Wiki Archive
- Rocket-Factory/MovieJSON: Douban JSON for Movie, MovieExtra, MovieRank, Celebrity
- bangumi-data/bangumi-data: Raw data for Japanese Anime
- manami-project/anime-offline-database: A JSON based anime dataset containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more...
- bimzcy/rank4douban: CC, MOC, FIB, all kinds of billboard that connect the item title with douban ID.