OtakuTrips
规划旅行地图社区
ENJAKOZHFR

您的计划项目 (0)

您的计划购物车为空。浏览景点、活动和商店来添加项目。

Anime Pilgrimage Data API

覆盖日本全国 1,811+ 个动漫圣地数据。为应用、AI 智能体和开发者打造。

Enter Email

Your developer email

Get API Key

Instantly issued

Start Building

1,811+ 个圣地可用

No credit card required · Free plan: 1,000 requests/month

Quick Start

cURL

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://otakutrips.com/api/v1/anime?q=jujutsu&per_page=3"

JavaScript

const res = await fetch(
  "https://otakutrips.com/api/v1/spots?lat=35.66&lng=139.70&radius_km=5",
  { headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const { data, pagination, _meta } = await res.json();

Python

import requests

r = requests.get(
    "https://otakutrips.com/api/v1/search?q=tokyo+station",
    headers={"Authorization": "Bearer YOUR_API_KEY"}
)
data = r.json()["data"]

Endpoints

GET/api/v1/animeList anime series (search, filter by genre/year)
GET/api/v1/anime/:idGet anime detail with linked spots
GET/api/v1/spotsList spots (filter by anime, geo-radius search)
GET/api/v1/spots/:idGet spot detail with all linked anime
GET/api/v1/shopsList anime shops
GET/api/v1/eventsList anime events (ongoing/upcoming/past)
GET/api/v1/searchCross-entity search

Rate Limits

PlanMonthlyPer MinuteBurst/sec
Free1,000105
Developer ($29)50,000605
Business ($99)500,00030010
EnterpriseUnlimited1,00020

See Pricing for plan details. Full OpenAPI spec at /api/v1/openapi.json.

OtakuTrips

AI驱动的日本动漫圣地巡礼规划师。

Explore

  • 首页
  • 浏览动漫
  • 规划旅行
  • 申请定制旅行咨询
  • 社区
  • 关于本站
  • 常见问题
  • 路线图
  • 信息来源
  • 隐私政策
  • 服务条款
  • 特定商业交易法标识

Developers

  • API
  • Pricing
  • API Terms
  • 反馈建议

Connect

  • MyColorMyColorBudget app for otaku lifestyle
  • MeshiDiceMeshiDiceRandom restaurant finder nearby

OtakuTrips是一项提供旅行计划和住宿建议的信息服务。我们不销售旅行产品、不代理预订、不充当旅行社。所有酒店链接均指向第三方预订网站,您可以自行预订。显示的价格仅供参考,可能会有所变动。

© 2026 OtakuTrips. All rights reserved.