LocalMe Airport Amenities API

A comprehensive API for accessing airport amenities information worldwide. Supports filtering by category, price type, terminal, and accessibility features.

v1.0.057 Airports7 Categories

Live Airport Explorer

Select any airport to browse its amenities, filter by category and price type, and preview the API response.

Search for an airport above

Enter a city name, airport name, or 3-letter IATA code to explore amenities.

Amenity Categories

Senior Services
Amenities designed for elderly travelers and those needing assistance
Priority SeatingWheelchair ServiceAssistance DeskRest Areas+2 more
Children & Family
Play areas, family facilities, and kid-friendly services
Play AreasKids EntertainmentFamily RestroomsStroller Rental+2 more
Mothers & Expecting
Nursing rooms, mother care facilities, and family support
Nursing RoomsBaby ChangingFamily LoungesPriority Boarding+2 more
Restrooms & Facilities
Toilets, showers, changing rooms, and hygiene facilities
Standard RestroomsAccessible RestroomsShowersChanging Rooms+2 more
Dining & Food
Restaurants, cafes, bars, and food courts
RestaurantsCafesBars & LoungesFast Food+3 more
Lounges
Premium airport lounges — airline, alliance, pay-per-use, and day-pass access
Airline LoungesAlliance LoungesPremium LoungesDay Pass Lounges+3 more
Other Services
Shops, currency exchange, and additional services
Retail ShopsCurrency ExchangeLuggage StorageCar Rental+5 more

API Endpoints

GET/api/airports/search
Search airports by name, city, or code

Query Parameters

qstringrequired
Search query (min 2 chars)
GET/api/airports/{code}/amenities
List all amenities for an airport with filtering

Query Parameters

categorystring
Filter by category: aged, kids, mothers, restrooms, dining, others
priceTypestring
Filter by: free, paid, all
terminalstring
Filter by terminal (e.g., T1, T2)
searchstring
Search by amenity name
accessibleboolean
Filter wheelchair accessible
limitnumber
Pagination limit (default: 50, max: 100)
offsetnumber
Pagination offset
GET/api/airports/{code}/amenities/{amenityId}
Get detailed information for a specific amenity
GET/api/airports/{code}/categories
Get category breakdown with counts for an airport
GET/api/airports/status
Get API status and configuration info

Global Coverage

Usage Examples

Get all dining options at JFK (free only)
GET /api/airports/JFK/amenities?category=dining&priceType=free
Search for wheelchair accessible restrooms at LAX Terminal 4
GET /api/airports/LAX/amenities?category=restrooms&terminal=T4&accessible=true
Find nursing rooms at Singapore Changi
GET /api/airports/SIN/amenities?category=mothers&search=nursing

LocalMe Airport Amenities API - Designed for mobile app integration

Configure AIRSIDERS_API_KEY and AIRLABS_API_KEY for live data