All Projects → Rocket-Factory → DoubanMovieJSON

Rocket-Factory / DoubanMovieJSON

Licence: other
豆瓣电影JSON数据

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to DoubanMovieJSON

Hexo Douban
💿 A simple plugin for hexo that helps us generate pages for douban books ,movies and games.
Stars: ✭ 277 (+361.67%)
Mutual labels:  movie, douban
doubanIMDb
IMDb + Rotten Tomatoes + Wikipedia on Douban Movie
Stars: ✭ 93 (+55%)
Mutual labels:  movie, douban
Top15
[EOL] 使用 Top15 在你的网站中展示最近看过/读过/听过的电影/书/音乐!
Stars: ✭ 13 (-78.33%)
Mutual labels:  movie, douban
Douban Movie
Golang爬虫 爬取豆瓣电影Top250
Stars: ✭ 114 (+90%)
Mutual labels:  movie, douban
Movie Board
Re-design and implement Douban Movie with React and Redux.
Stars: ✭ 140 (+133.33%)
Mutual labels:  movie, douban
Douban
React-native 仿豆瓣电影 app
Stars: ✭ 236 (+293.33%)
Mutual labels:  movie, douban
Wxapp Douban Api Movie
Douban movie api data completed a WeChat applet wxAPP, very suitable as a small program beginners combat project!
Stars: ✭ 161 (+168.33%)
Mutual labels:  movie, douban
where-is-douban250
🐛 一个爬虫程序,整理了腾讯视频、爱奇艺、优酷、哔哩哔哩等视频网站中,能够观看的「豆瓣电影 Top250 榜单」影片。
Stars: ✭ 123 (+105%)
Mutual labels:  movie, douban
Avi
🎬 Pocket online cinema for Android (Deprecated)
Stars: ✭ 18 (-70%)
Mutual labels:  movie
douban-book-api
第三方豆瓣读书 api 接口
Stars: ✭ 44 (-26.67%)
Mutual labels:  douban
OOMMFTools
OOMMFTools is a set of utilities designed to assist OOMMF postprocessing
Stars: ✭ 15 (-75%)
Mutual labels:  movie
the movie app open source
🎬 an app that lists movies in theaters and that will be released, and their respective actors using the api of the movie database, made with Flutter using Modular and MobX
Stars: ✭ 29 (-51.67%)
Mutual labels:  movie
Movie
🎥 Movie web implemented by React/Redux and TMDB API
Stars: ✭ 31 (-48.33%)
Mutual labels:  movie
mtime
🍳 A website use mTime api (egg)
Stars: ✭ 57 (-5%)
Mutual labels:  movie
PopClip-Extensions
Extentions I made for PopClip.
Stars: ✭ 17 (-71.67%)
Mutual labels:  douban
auto-movie-tagger
A Python script that auto tags and adds poster to mkv or mp4 movie files.
Stars: ✭ 49 (-18.33%)
Mutual labels:  movie
MovieCards
React App that uses TMDb API to display movie data. Try it out! ->
Stars: ✭ 38 (-36.67%)
Mutual labels:  movie
inventum
Android client for TMDb
Stars: ✭ 22 (-63.33%)
Mutual labels:  movie
douban
基于thinkphp5.1的豆瓣电影API
Stars: ✭ 106 (+76.67%)
Mutual labels:  douban
AerialForWindows
Aerial For Windows is a Windows screen saver based on the new Apple TV screen saver
Stars: ✭ 30 (-50%)
Mutual labels:  movie

DoubanMovieJSON

简介

所有数据均来自互联网,仅供学习使用!

用于存放豆瓣电影数据,可当做API使用。数据并不完整,已收录列表见:

https://douban.8610000.xyz/movies.html

使用说明

特定电影详情

  • https://douban.8610000.xyz/data/<豆瓣电影ID>.json

包含特定电影的完整信息 (如https://douban.8610000.xyz/data/35235502.json)

所有电影的基本信息

  • https://douban.8610000.xyz/q.json

包含标题、年份等,用于客户端缓存后检索查询用于客户端缓存后检索查询电影ID

标题筛选电影

  • https://douban.8610000.xyz/suggest/<标题>.json

获取使用此标题的电影列表(须将/ \ : * ? " < > |替换成_) (如https://douban.8610000.xyz/suggest/芬奇.json)

热门影视

  • 豆瓣热门:https://douban.8610000.xyz/hot/<日期>/movie_hot_gaia.json
  • 影院热映:https://douban.8610000.xyz/hot/<日期>/movie_showing.json
  • 热播剧集:https://douban.8610000.xyz/hot/<日期>/tv_hot.json
  • 热门综艺:https://douban.8610000.xyz/hot/<日期>/tv_variety_show.json

当天七点前更新 (如https://douban.8610000.xyz/hot/20220604/movie_hot_gaia.json)

加入抓取队列

  • https://douban.8610000.xyz/api/v1/queue/movie/<豆瓣电影ID>

10W次请求/日,定时提交,有延迟 (如https://douban.8610000.xyz/api/v1/queue/movie/26882248)

协助完善

在浏览豆瓣电影页面时自动提交抓取。

更新

2022.06.04

  • 新增热门影视查询
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].