Metrics & Scoring
Multiple Metrics Score
Get scores for multiple metrics at a given address
POST
Overview
The Multiple Metrics Score API allows you to retrieve scores for multiple insight metrics at a given address in a single request. This endpoint is useful for getting a comprehensive view of a location’s performance across various dimensions.
To obtain an API key, please contact our sales team.
Authorization
Your API key for authentication
Body
The full address for which to retrieve metric scores
Array of metric names to retrieve (e.g., [“shopping_score”, “dining_score”, “safety_score”])
Notes
- The response includes:
metrics
: An object with metric names as keys and their corresponding scores as valuesscore_range
: The minimum and maximum possible scores for reference
- Scores typically range from 0-10, with higher scores indicating better performance
- A score of
-1
indicates that data for that specific metric is not available - You can request any number of metrics in a single call
- For a list of available metrics, use the Available Metrics endpoint
- Address validation is performed automatically before retrieving metrics