OtakuTrips
Plan a TripMapCommunity
ENJAKOZHFR

Your Plan Items (0)

Your plan cart is empty. Browse spots, events, and shops to add items.

Anime Pilgrimage Data API

1,811+ real-world anime locations across Japan. Built for apps, AI agents, and developers.

Enter Email

Your developer email

Get API Key

Instantly issued

Start Building

1,811+ spots ready

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-powered anime pilgrimage planner for international visitors to Japan.

Explore

  • Home
  • Browse Anime
  • Plan a Trip
  • Request a Custom Trip Consultation
  • Community
  • About
  • FAQ
  • Roadmap
  • Sources
  • Privacy Policy
  • Terms of Service
  • Commercial Transactions Disclosure

Developers

  • API
  • Pricing
  • API Terms
  • Give Feedback

Connect

  • MyColorMyColorBudget app for otaku lifestyle
  • MeshiDiceMeshiDiceRandom restaurant finder nearby

This site provides travel information only. We do not arrange, book, or sell travel services on your behalf. All bookings are made directly through third-party providers. Prices shown are indicative and may vary.

© 2026 OtakuTrips. All rights reserved.