Chat Raku Journey
Description
Search for Rakuten services in Japan. You can easily search for products, facilities in travel, and more.
Details
https://chat-raku-journey.thx.pw/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "ChatRakuJourney",
"name_for_model": "ChatRakuJourney",
"description_for_human": "Search for Rakuten services in Japan. You can easily search for products, facilities in travel, and more.",
"description_for_model": "Search for Rakuten services in Japan. You can easily search for products, facilities in travel, and more.",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "aa99769ac2cd49b38ac753bb962262af"
}
},
"api": {
"type": "openapi",
"url": "https://chat-raku-journey.inu-ai.com/openapi.yaml"
},
"logo_url": "https://chat-raku-journey.inu-ai.com/favicon.svg",
"contact_email": "contact@inu-ai.com",
"legal_info_url": "https://chat-raku-journey.inu-ai.com/legal-info"
}
https://chat-raku-journey.inu-ai.com/openapi.yaml
openapi: 3.0.0
info:
title: ChatRakuJourney
version: 1.0.0
description: Search for Rakuten services in Japan. You can easily search for products, facilities in travel, and more.
servers:
- url: https://chat-raku-journey.inu-ai.com
paths:
/v1/IchibaItem/Search:
get:
operationId: getIchibaItemSearch
tags:
- IchibaItemSearch
description: Search for items on Rakuten Ichiba. If the user's language is not Japanese, set shipOverseasFlag to 1 and select the appropriate shipOverseasArea.
parameters:
- name: keyword
in: query
description: Search by keywords translated into Japanese.
required: true
schema:
type: string
- name: hits
in: query
description: Number of search results displayed, defalut is 3, 1 to 30.
schema:
type: integer
- name: page
in: query
description: Page number, defalut is 1, 1 to 100.
required: true
schema:
type: integer
- name: sort
in: query
description: Sort order, defalut is standard, +reviewCount, -reviewCount, +reviewAverage, -reviewAverage, +itemPrice, -itemPrice, +updateTimestamp, -updateTimestamp.
schema:
type: string
- name: shipOverseasFlag
in: query
description: "defalut is 1, 0: all items, 1: items that can be shipped overseas only."
required: true
schema:
type: integer
- name: shipOverseasArea
in: query
description: Area for overseas shipping
schema:
type: string
enum:
[
ALL,
US,
AR,
BR,
CA,
MX,
AT,
BE,
DK,
FR,
DE,
GR,
IT,
MA,
NL,
PL,
PT,
RU,
ES,
SE,
CH,
TR,
GB,
AU,
CN,
HK,
IN,
ID,
KR,
MY,
NZ,
PH,
SG,
TW,
TH,
VN,
]
default: ALL
- name: minPrice
in: query
description: Minimum price.
schema:
type: integer
minimum: 1
maximum: 999999999
- name: maxPrice
in: query
description: Maximum price.
schema:
type: integer
minimum: 1
maximum: 999999999
- name: imageFlag
in: query
description: |
0: Search all products
1: Search only products with images
schema:
type: integer
default: 0
- name: orFlag
in: query
description: |
0: AND search
1: OR search
schema:
type: integer
default: 0
- name: NGKeyword
in: query
description: Keywords to exclude from search results.
schema:
type: string
- name: postageFlag
in: query
description: |
0: All products
1: Only items with postage included/free shipping
schema:
type: integer
default: 0
- name: creditCardFlag
in: query
description: |
0: All products
1: Only products purchaseable with credit cards
schema:
type: integer
default: 0
responses:
200:
description: Successful operation
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
/v1/IchibaItem/Ranking:
get:
operationId: getIchibaItemRanking
tags:
- IchibaItemRanking
description: For Japanese, ranking information is obtained from the Ranking Market of Rakuten Ichiba.
parameters:
- name: hits
in: query
description: Number of search results displayed, 1 to 4.
schema:
type: integer
default: 3
minimum: 1
maximum: 30
- name: page
in: query
description: Page number.
required: true
schema:
type: integer
default: 1
minimum: 1
maximum: 100
- name: age
in: query
description: |
Age group for the ranking.
10: 10-19
20: 20-29
30: 30-39
40: 40-49
50: 50 and up
schema:
type: integer
enum: [10, 20, 30, 40, 50]
- name: sex
in: query
description: |
Gender for the ranking.
0: Male
1: Female
schema:
type: integer
enum: [0, 1]
default: 0
- name: period
in: query
description: |
realtime: retrieve data in real time
schema:
type: string
default: realtime
responses:
200:
description: Successful operation
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
/v1/BooksTotal/Search:
get:
operationId: getBooksTotalSearch
tags:
- BooksTotalSearch
description: Find product information on Rakuten Books.
parameters:
- name: keyword
in: query
description: Search by keywords translated into Japanese.
required: true
schema:
type: string
- name: hits
in: query
description: Number of search results displayed, 1 to 4.
schema:
type: integer
default: 3
minimum: 1
maximum: 30
- name: page
in: query
description: Page number.
required: true
schema:
type: integer
default: 1
minimum: 1
maximum: 100
- name: sort
in: query
description: |
standard: Standard
sales: Selling well
+releaseDate: Release date (old)
-releaseDate: Release date (new)
+itemPrice: Low price
-itemPrice: High price
reviewCount: Many reviews
reviewAverage: High review rating (average)
schema:
type: string
enum:
[
standard,
sales,
+releaseDate,
-releaseDate,
+itemPrice,
-itemPrice,
reviewCount,
reviewAverage,
]
- name: orFlag
in: query
description: |
0: AND search
1: OR search
schema:
type: integer
enum: [0, 1]
- name: NGKeyword
in: query
description: Keywords to exclude from search results.
schema:
type: string
responses:
200:
description: A successful response
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
/v1/Travel/KeywordHotelSearch:
get:
operationId: getTravelKeywordHotelSearch
tags:
- TravelKeywordHotelSearch
description: Search for hotels on Rakuten Travel by keywords translated into Japanese.
parameters:
- name: hits
in: query
description: Number of search results displayed, 1 to 4.
schema:
type: integer
default: 3
minimum: 1
maximum: 30
- name: page
in: query
description: Page number.
required: true
schema:
type: integer
default: 1
minimum: 1
maximum: 100
- name: keyword
in: query
description: Search by keywords translated into Japanese.
required: true
schema:
type: string
- name: sort
in: query
description: |
standard: Order of the highest keyword search rate
+roomCharge: Lowest price
-roomCharge: High to Low
schema:
type: string
enum: [standard, +roomCharge, -roomCharge]
responses:
200:
description: A successful response
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
/v1/Travel/HotelRanking:
get:
operationId: getTravelHotelRanking
tags:
- TravelHotelRanking
description: Get Hotel/Inn Ranking from Rakuten Travel.
parameters:
- name: genre
in: query
description: |
all : Overall ranking
onsen : Ranking of hot spring resorts
premium : Luxury hotel/inn ranking
required: true
schema:
type: string
default: all
enum: [all, onsen, premium]
responses:
200:
description: A successful response
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
/v1/Recipe/Search:
get:
operationId: getRecipeSearch
tags:
- RecipeSearch
description: Search Rakuten Recipes.
parameters:
- name: keyword
in: query
description: Search by keywords translated into Japanese.
required: true
schema:
type: string
- name: hits
in: query
description: Number of search results displayed, 1 to 4.
schema:
type: integer
default: 3
minimum: 1
maximum: 30
- name: page
in: query
description: Page number.
required: true
schema:
type: integer
default: 1
minimum: 1
maximum: 100
responses:
200:
description: A successful response
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
/v1/Kobo/EbookSearch:
get:
operationId: getKoboEbookSearch
tags:
- KoboEbookSearch
description: Search Rakuten Kobo eBooks. Select language from the user's language.
parameters:
- name: keyword
in: query
description: Search by keywords translated into Japanese.
required: true
schema:
type: string
- name: language
in: query
description: Specifies the language.
schema:
type: string
enum:
[
EN,
FR,
DE,
ES,
ZH,
JA,
AB,
AA,
AF,
SQ,
AM,
AR,
AN,
HY,
AS,
AY,
AZ,
BA,
EU,
BN,
DZ,
BH,
BI,
BR,
BG,
MY,
BE,
KM,
CA,
CO,
HR,
CS,
DA,
NL,
EN,
EO,
ET,
FO,
FJ,
FI,
FY,
GD,
GL,
KA,
EL,
KL,
GN,
GU,
HT,
HA,
IW,
HI,
HU,
IS,
IO,
IN,
IA,
IE,
IK,
GA,
IT,
JW,
KN,
KS,
KK,
RW,
KY,
RN,
KO,
KU,
LO,
LA,
LV,
LI,
LN,
LT,
MK,
MG,
MS,
ML,
MT,
MI,
MR,
MO,
MN,
NA,
NE,
NO,
OC,
OR,
OM,
PS,
FA,
PL,
PT,
PA,
QU,
RM,
RO,
RU,
SM,
SG,
SA,
SR,
SH,
ST,
TN,
SN,
II,
SD,
SI,
SS,
SK,
SL,
SO,
SU,
SW,
SV,
TL,
TG,
TA,
TT,
TE,
TH,
BO,
TI,
TO,
TS,
TR,
TK,
TW,
UK,
UR,
UZ,
VI,
VO,
WA,
CY,
WO,
XH,
JI,
YO,
ZU,
]
- name: hits
in: query
description: Number of search results displayed, 1 to 4.
schema:
type: integer
default: 3
minimum: 1
maximum: 30
- name: page
in: query
description: Page number.
required: true
schema:
type: integer
default: 1
minimum: 1
maximum: 100
- name: sort
in: query
description: |
standard: Standard
sales: Selling well
+releaseDate: Release date (old)
-releaseDate: Release date (new)
+itemPrice: Low price
-itemPrice: High price
reviewCount: Many reviews
reviewAverage: High review rating (average)
schema:
type: string
enum:
[
standard,
sales,
+releaseDate,
-releaseDate,
+itemPrice,
-itemPrice,
reviewCount,
reviewAverage,
]
- name: orFlag
in: query
description: |
0: AND search
1: OR search
schema:
type: integer
enum: [0, 1]
- name: NGKeyword
in: query
description: Keywords to exclude from search results.
schema:
type: string
responses:
200:
description: A successful response
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
/v1/Gora/GoraGolfCourseSearch:
get:
operationId: getGoraGoraGolfCourseSearch
tags:
- GoraGoraGolfCourseSearch
description: Search Rakuten GORA golf courses by keyword.
parameters:
- name: keyword
in: query
description: Search by keywords translated into Japanese.
required: true
schema:
type: string
- name: hits
in: query
description: Number of search results displayed, 1 to 4.
schema:
type: integer
default: 3
minimum: 1
maximum: 30
- name: page
in: query
description: Page number.
required: true
schema:
type: integer
default: 1
minimum: 1
maximum: 100
- name: sort
in: query
description: |
rating: Order by number of reviews
50on: Order by Japanese syllabary
prefecture: Order by prefecture
highway: Order by highway
reservation: Order by number of reservations
evaluation: Overall evaluation
staff: Staff service
facility: Facility richness
meal: Delicious meal
course: Course/strategy
costperformance: Cost performance
distance: Long distance
fairway: Wide fairway
friends: Enjoy/Casual
entertainment: Entertainment/Luxury
couple: Couple
athlete: Athlete
beginner: Beginner
normal: Intermediate
senior: Advanced
woman: Woman
schema:
type: string
enum:
[
rating,
50on,
prefecture,
highway,
reservation,
evaluation,
staff,
facility,
meal,
course,
costperformance,
distance,
fairway,
friends,
entertainment,
couple,
athlete,
beginner,
normal,
senior,
woman,
]
responses:
200:
description: A successful response
400:
description: Parameter error (or required parameters were insufficient)
404:
description: If data not found.
429:
description: Too many requests
500:
description: Internal error in Rakuten Web Service
503:
description: Unavailable due to maintenance or overloaded
Discover other plugins from the travel category
Expedia
Book international flights & hotels together to save.
0 Comments

Safari
Plugin for planning your safari in Tanzania. You can specify your start and end points.
0 Comments
GetYourGuide
Find tours, excursions and other travel activities.
0 Comments

Turo
Search for the perfect Turo vehicle for your next trip.
0 Comments

GuruWalk
The best free tour guides in the world are here.
0 Comments

GAFFL - Find A Travel Buddy
Find like-minded travel companions, co-plan adventures, share costs, and explore destinations together.
0 Comments

Trip.com
Discover the ultimate travel companion - simplify your flight and hotel bookings. Enjoy your effortless trip!
0 Comments

Travelmyth
Hotel finder plugin. Search based on location, dates, guest count, rooms, and categories for tailored results.
0 Comments

Oz Petrol Prices
Ask for the average daily petrol price for any state or capital city region!
0 Comments

Klook
From local escapes to far flung adventures, find the best experiences, tours, hotels and transport options anywhere.
0 Comments
OwlJourney
Provides lodging and activity suggestions, ensuring an engaging and user-friendly journey.
0 Comments

Aus Surf Report
Get today's surf report for any break throughout Australia!
0 Comments

HDB Car Park
For checking availability of car park lots at various HDB car parks around Singapore.
0 Comments

Supercharge My EV
Find superchargers for non-Tesla vehicles for a specific location.
0 Comments
Kakaku.com/travel
You can search for hotel that match your search criteria from among the many hotels registered on Kakaku.com.
0 Comments

Got2Go
Your next vacation is one conversation away. Literally. Find the perfect stays in the US with Got2Go.
0 Comments
Experiences
Provides activity suggestions, ensuring an engaging and user-friendly travel experiences.
0 Comments

ThemeParkHipster
Find theme park waiting times around the world.
0 Comments

SA Speed Cameras
See if a mobile speed camera or roadwork is on a South Australian road today!
0 Comments

SG Places Beta
Provides information on attractions, F&B outlets, accommodation, tours, shops, and events in Singapore.
0 Comments

BART Real-Time
Getting real-time BART information for a specified origination station and direction.
0 Comments

QEEQ
Our mission is to make journeys more enjoyable and bring better travel experiences to QEEQ with the help of technology.
0 Comments

Ferryhopper
Search for ferries and plan your trip with the assistance of AI and Ferryhopper.
0 Comments

Korea subway route
Korea metro subway route info.
0 Comments
Vio.com
A better deal on your next hotel, motel or accommodation booking.
0 Comments

Trip.com
Discover the ultimate travel companion - simplify your flight and hotel bookings. Enjoy your effortless trip!
0 Comments

JetBook.Click
Your ultimate travel companion: search/book flights at best prices, get info about your destination. Multilang support.
0 Comments

Etihad Airline
Search flights, and answer other related questions of flights.
0 Comments

eSIM Travel Asst
Find eSIM data plans easily! Enter location and eSIM keywords to get apt package suggestions. Ideal for travelers.
0 Comments

Secretary Kim
Korean weather, subway information! Enjoy a smart life with Secretary Kim.
0 Comments

Supercharger
Awesome Tesla trips: find a route, including supercharger stops. Bonus: chat with the Tesla manual!
0 Comments

staypia
Find your perfect travel destination & hotels. Look for pet-friendly towns in USA, stargazing spots in Europe, and more!
0 Comments

Konkani Translator
Unlock the Beauty of Goa with the Romi Konkani Translator.
0 Comments

Wego
Scan the best flight and hotel deals, or get inspired for your next adventure.
0 Comments

Find a Tour
Find a tour, activity, or experience to do in locations across the world.
0 Comments

Kiwi.com
We hack the system, you fly for less. Book cheap flights other sites simply can't find.
0 Comments

Denison Yachting
Search yachts for sale, charters, new construction, crew placement, and more with Denison Yachting.
0 Comments