Metrics & Scoring
Single Metric Score
Get score for a specific metric at a given address
GET
Overview
The Single Metric Score API allows you to retrieve the score for a specific insight metric at a given address. This endpoint is useful for analyzing individual location metrics without requesting all available data.
To obtain an API key, please contact our sales team.
Authorization
Your API key for authentication
Query Parameters
The name of the metric to retrieve (e.g., “shopping_score”, “dining_score”, “safety_score”)
The full address for which to retrieve the metric score
Notes
- The response includes:
metric
: The name of the requested metricscore
: A numerical score (typically 0-10) representing the quality of that aspect of the locationscore_range
: The minimum and maximum possible scores for reference
- A score of
-1
indicates that data for the requested metric is not available for the given address - Higher scores typically indicate better performance for that metric
- For a list of available metrics, use the Available Metrics endpoint
- Make sure to URL-encode the address parameter when making requests