# Fields lists
# Important
Fields lists define the types of Place data to return when requesting Place Fields. This page lists all fields, and explains how they are supported for each API.
For more information about how Place Details requests are billed, see API Pricing.
The following table lists all supported fields values by pricing tier, and platform.
Field | Places API | Group |
---|---|---|
Address Segments | address_segments | Basic |
Address | adr_address | Basic |
Places Status | places_status | Basic |
Standard Address | standard_address | Basic |
Bounding box | geometry/box | Basic |
Coordinates | geometry/coordinates | Basic |
Icon | icon | Basic |
Name | name | Basic |
Photo | photos | Basic |
Place ID | place_id | Basic |
Geodir Code | geodir_code | Basic |
Category | category | Basic |
Type | type | Basic |
URL | web_address | Basic |
UTC Offset | utc_min | Basic |
Vicinity | address_simple | Basic |
Phone Number | phone | Contact |
Global Phone Number | int_phone | Contact |
Opening Hours | hours | Contact |
Website | web | Contact |
Price | price | Social |
Rating | rating | Social |
Reviews | reviews | Social |
User Rating | user_rating | Social |
# Places API fields support
Places, NeartoPlace, and Text Search requests all return a subset of the fields that are returned by Places Fields requests. These methods do NOT return the following fields:
- address_component
- adr_address
- formatted_phone_number
- international_phone_number
- review
- type
- url
- utc_offset
- vicinity
To return one or more of these data fields for a place, make a Places Fields request, pass a place ID, and specify which fields to return.