Detail Endpoints Overview
The Detail endpoint enables you to get varying levels of detail about specific locations
The Detail API provides rich, comprehensive information about specific venues. After using the Search API to find venues that match your criteria, use these endpoints to get detailed information including photos, menus, events, and more.
How it works
Endpoint structure
All detail endpoints follow this pattern:
Where:
{level}
is the detail level (basic
,advanced
,menus
){venueId}
is the venue ID from your search results
Detail levels
Basic Details
Essential venue information with 5 images. Perfect for search result previews and basic venue cards.
Advanced Details
Complete venue profile including all images, detailed descriptions, amenities, and comprehensive data.
Menus
Active menus, pricing, and food/drink offerings. Essential for dining apps and venue discovery.
Provided data
Feature | Search Results | Basic Details | Advanced Details | Menus |
---|---|---|---|---|
Cost per 1k requests | £6 | £8 | £12 | £6 |
Name | ✓ | ✓ | ✓ | |
Display name | ✓ | ✓ | ✓ | |
Formatted address | ✓ | ✓ | ✓ | |
Location Coordinates | ✓ | ✓ | ✓ | |
Website | ✓ | ✓ | ✓ | |
✓ | ✓ | ✓ | ||
Phone | ✓ | ✓ | ✓ | |
Description | ✓ | ✓ | ✓ | |
Primary Genre | ✓ | ✓ | ✓ | |
Additional Genres | ✓ | ✓ | ✓ | |
Word on the street | ✓ | ✓ | ✓ | |
Opening times | Matching request | ✓ | ✓ | |
isChain | ✓ | ✓ | ✓ | |
Establishment options | Matching request | ✓ | ✓ | |
Catering options | Matching request | ✓ | ✓ | |
Main Image | ✓ | ✓ | ✓ | |
Logo | ✓ | ✓ | ✓ | |
All Images | ✓ | ✓ | ||
Average price per head | ✓ | ✓ | ||
Special opening times (e.g. Christmas) | ✓ | ✓ | ||
Kitchen open times | ✓ | ✓ | ||
Booking link | ✓ | ✓ | ||
Ratings | ✓ | ✓ | ||
Accessibility | ✓ | ✓ | ||
Payment | ✓ | ✓ | ||
Parking | ✓ | ✓ | ||
Extra information (e.g. Registered number) | ✓ | |||
Social media links | ✓ | |||
Active menus | ✓ | ✓ | ||
Active events | ✓ |
When to use each endpoint
Basic Details
Use for:
- Search result previews
- Venue list items
- Quick venue information
- Performance-critical applications
Advanced Details
Use for:
- Venue profile pages
- Detailed venue information
- Rich user experiences
- Complete venue data
Menus
Use for:
- Food and drink apps
- Menu browsing
- Pricing information
- Dietary information
Real-world examples
Response structure comparison
Basic Details
Advanced Details
Menus
Performance considerations
Advanced details can have a relatively large response size, if this is a concern you should use the basic details endpoint when you don't need the additional data.