Retrieve the list of available photo categories for a specific business. Use the returned category values with the Business Photos endpoint to filter photos by category. Categories are determined by Google based on the photos uploaded for the business.
HTTP Request
| |
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
business_id | string | Yes | — | Unique business identifier in hex format (0x...:0x...) or place ID |
language | string | No | "en" | Language code for the response |
country | string | No | "us" | Country code for regional context |
Response
| |
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Request status |
data | array | List of available photo category strings |
Code Examples
| |
| |
| |
Related Endpoints
- Business Photos — Fetch photos using the categories returned by this endpoint
- Business Details — Get full business information