Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Data Enrichment / Amadeus / Hotel Ratings
Hotel Ratings logo

Amadeus Hotel Ratings

Browse all Amadeus APIs
Official vendor OpenAPI document · agent-readyData EnrichmentData Transformationoauth21 EndpointsREST

For Agents

Fetch aggregated guest sentiment scores by category for one or more Amadeus hotelIds, so agents can rank or filter hotels by review-based quality.

Use for: Get the sentiment score for a hotel by its Amadeus hotelId, Compare guest sentiment across a shortlist of hotels, Retrieve category-level sentiment for a hotel - room, service, location, Find which hotel in this list has the highest service score

Not supported: Does not return raw review text, prices, or bookings - use for aggregated hotel sentiment scores only.

The Amadeus Hotel Ratings API returns aggregated guest sentiment scores for hotels identified by Amadeus hotelIds. Each call returns an overall sentiment score together with a breakdown across categories such as service, room, location, and value, computed from review text mined across multiple sources. The single endpoint accepts up to several hotelIds at once and is designed to enrich booking interfaces, comparison shoppers, and ranking algorithms with quality signals beyond star ratings.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Hotel Ratings to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Hotel Ratings, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famadeus.com%2Famadeus-hotel-ratings" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famadeus.com%2Famadeus-hotel-ratings" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Hotel Ratings API.

Retrieve overall sentiment score for a hotel from Amadeus's review aggregation pipeline

Break down sentiment by category - service, room, location, value, sleep, internet, catering

Compare quality signals across multiple hotelIds in a single GET call

Enrich Hotel Search offers with review sentiment to power ranking and filtering

Surface review-based scores alongside star ratings in booking UIs

Use Cases

Patterns agents use Hotel Ratings API for, with concrete tasks.

★ Ranking hotel search results by quality

After calling Hotel Search and receiving a list of offers, fetch sentiment scores for each hotelId and re-rank the results by overall sentiment or a specific category like cleanliness or location. The endpoint accepts a comma-separated list of hotelIds in a single request, so the enrichment step adds one round-trip rather than one per hotel. This is the difference between sorting by 'closest match' and sorting by 'highest review quality near you'.

Given hotelIds [TELONMFS, ADNYCCTB, HLLON101], call GET /e-reputation/hotel-sentiments and return the hotelId with the highest overall score.

Category-aware traveller filtering

Different travellers care about different things - a business traveller weights internet and sleep, a family weights catering and value. Hotel Ratings exposes per-category sentiment so the application can build trip-aware filters that surface hotels matching the traveller's actual priorities. Combine with Hotel Search to deliver a shortlist that reflects review-based fit, not just price.

Filter a shortlist of 20 hotels to only those with a service sentiment score above 80 and an internet score above 70.

Quality signal for AI travel recommendations

An AI-powered travel recommender uses hotel sentiment as one of several signals when explaining a recommendation to a user. The agent fetches sentiment via Hotel Ratings, combines it with price from Hotel Search and points-of-interest proximity, and produces a ranked recommendation with a citation: 'guests rate this hotel 88/100 for location and 91/100 for cleanliness'. This grounds AI-generated recommendations in real review data.

Use Jentic to search 'get hotel sentiment scores', load Hotel Ratings, execute with hotelIds=TELONMFS,ADNYCCTB and produce a ranked summary citing each category score.

Key Endpoints

1 endpoints — the amadeus hotel ratings api returns aggregated guest sentiment scores for hotels identified by amadeus hotelids.

METHOD

PATH

DESCRIPTION

GET

/e-reputation/hotel-sentiments

Get sentiment scores by Amadeus hotelIds

GET

/e-reputation/hotel-sentiments

Get sentiment scores by Amadeus hotelIds

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Hotel Ratings by hand means running the Amadeus Self-Service OAuth 2.0 client_credentials exchange, refreshing the bearer token before it expires, choosing the v2 test or production host, and packing a comma-separated hotelIds query parameter to fetch a shortlist in one round-trip. Through Jentic you install once, import Hotel Ratings from the API Directory, store the client_id and client_secret once, and your agent calls it.

Permission scoping

Permission scoping

The hotelIds travel as a query parameter on the GET to /e-reputation/hotel-sentiments, not in the URL path, so scoping is by operation rather than by a specific hotel. Limit the agent to the operations it needs, such as reading hotel sentiment scores, and it stays a read-only enrichment caller with no path to search or booking operations.

Credential management

Credential isolation

Your Amadeus client_id and client_secret are stored once, encrypted, by your own Jentic One instance, which runs the OAuth exchange and injects a fresh bearer token at execution time. The secret never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'get hotel sentiment scores', and Jentic returns the /e-reputation/hotel-sentiments operation with its hotelIds parameter and category response shape so the agent calls it directly.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Amadeus Hotel Search

→

Hotel Search returns the offers; Hotel Ratings enriches each hotelId with review-based sentiment.

Choose Hotel Search to fetch live availability and prices, then call Hotel Ratings on the returned hotelIds for ranking.

Complementary

Amadeus Hotel Name Autocomplete

→

Resolve a partial keyword to a hotelId before fetching its sentiment scores.

Choose Hotel Name Autocomplete when the input is a free-text hotel name and you need a hotelId to query Hotel Ratings.

Complementary

Amadeus Hotel Booking

→

Hotel Booking commits the reservation once Hotel Ratings has informed the user's choice.

Choose Hotel Booking after Hotel Ratings has helped the user pick the highest-quality option from a shortlist.

FAQs

Specific to using Hotel Ratings API through Jentic.

What authentication does the Hotel Ratings API use?

OAuth 2.0 client credentials. Exchange your Amadeus API key and secret for a bearer token via the Amadeus authorization endpoint, then send it as the Authorization header on each call. Through Jentic, the client secret stays in the encrypted vault and the agent only ever receives a scoped token.

Can I retrieve sentiment for multiple hotels in one call?

Yes. The endpoint GET /e-reputation/hotel-sentiments accepts a comma-separated hotelIds query parameter, so you can fetch scores for a shortlist of hotels in a single round-trip rather than one call per hotel.

What categories of sentiment does the API return?

Each result includes an overall score plus per-category sentiment for service, room, sleep, value, location, internet, food, and points of interest. Scores are normalised to a 0-100 scale and are computed from review text aggregated across multiple sources.

What are the rate limits for the Hotel Ratings API?

Amadeus enforces per-second and monthly transaction limits that vary by environment. The test base URL test.api.amadeus.com/v2 has lower quotas appropriate for development; production tiers and quotas are set in your Amadeus for Developers contract.

How do I retrieve hotel sentiment through Jentic?

Install the SDK with pip install jentic, then search 'get hotel sentiment scores' to discover the Hotel Ratings operation. Load its schema, then execute with hotelIds. Jentic returns the parsed sentiment payload ready for ranking. Get started with Jentic One, the self-hosted execution layer.

Is the Hotel Ratings API available in the test environment?

Yes, but with restricted coverage - the test environment exposes a subset of production hotels (around 24 properties across London and New York). For broader coverage you must upgrade to the production tier in the Amadeus for Developers portal.

Can I limit what my agent is allowed to do with the Hotel Ratings API?

Yes. Because you run Jentic One yourself, your own rules decide which operations and credentials the agent may use. This API exposes a single read operation, GET /e-reputation/hotel-sentiments, so you can allow the agent only to read hotel sentiment scores and nothing else. Scoped that way, it stays a read-only enrichment caller with no path to Amadeus search or booking operations, and your client_id and client_secret are held by your own instance rather than the agent.

GET STARTED

Start building with Hotel Ratings API

Explore with Jentic One
View OpenAPI Document