RowHint Seat Intelligence
RowHint is an API for airline seat quality data. Airline seat maps show availability, not experience. They tell you which seats are open, but not whether a seat has no window, limited recline, reduced legroom, or is positioned next to a galley or lavatory. RowHint fills that gap with structured, machine-readable seat data. Every seat is scored on a 1–10 scale and annotated with detailed flags,…
RowHint Seat Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
getWindowlessSeats /api/v1/windowless |
Returns seats that are in window position but have no usable window. These are seats labeled as window seats in airline booking systems but where the fuselage structure blocks… |
| GET |
getSingleSeat /api/v1/seat |
Returns the quality score, color rating, notes, and flags for one specific seat. Use when you need data for a particular seat like 21A or 3F. |
| GET |
compareSeats /api/v1/compare |
Returns full data for both seats plus a comparison with score difference, a recommendation for which seat is better, and a natural-language summary of the key differences. Use… |
| GET |
getSeatData /api/v1/seats |
Returns per-seat ratings, notes, and flags for a given aircraft. Query by either: - `config_id` (e.g., `UA-77W`) — from the configs endpoint - `airline` + `aircraft` slugs (e.g.,… |
| GET |
listConfigs /api/v1/configs |
Returns a catalog of all aircraft configurations with seat counts, layouts, and direct API URLs for each. |
| GET |
getBestSeats /api/v1/seats/best |
Returns a ranked list of the best (or worst) seats for a configuration. Optionally filter by cabin class. |
RowHint Seat Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $49 / month | — |
|
| MEGA | $149 / month | — |
|