返回 Skill 列表
extension
分类: 数据与分析需要 API Key

Douban Movie Recent Hot Movie API

调用 JustOneAPI 的 GET /api/douban/get-recent-hot-movie/v1 接口,获取豆瓣近期热门电影。

person作者: justoneapihubclawhub

Douban Movie Recent Hot Movie

Use this focused JustOneAPI skill for recent Hot Movie in Douban Movie. It targets GET /api/douban/get-recent-hot-movie/v1. It has no required non-token parameters. OpenAPI describes it as: Get Douban recent Hot Movie data, including ratings, posters, and subject metadata, for movie discovery and trend monitoring.

Endpoint Scope

  • Platform key: douban
  • Endpoint key: get-recent-hot-movie
  • Platform family: Douban Movie
  • Skill slug: justoneapi-douban-get-recent-hot-movie

| Operation | Version | Method | Path | OpenAPI summary | | --- | --- | --- | --- | --- | | getRecentHotMovieV1 | v1 | GET | /api/douban/get-recent-hot-movie/v1 | Recent Hot Movie |

Inputs

| Parameter | In | Required by | Optional by | Type | Notes | | --- | --- | --- | --- | --- | --- | | page | query | n/a | all | integer | Page number for pagination |

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getRecentHotMovieV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getRecentHotMovieV1.

node {baseDir}/bin/run.mjs --operation "getRecentHotMovieV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getRecentHotMovieV1 on /api/douban/get-recent-hot-movie/v1.
  • Prioritize fields that support this endpoint purpose: Get Douban recent Hot Movie data, including ratings, posters, and subject metadata, for movie discovery and trend monitoring.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.