GET
/
v1
/
insights
/
metrics
curl --request GET \
  --url https://api.findloka.com/v1/insights/metrics \
  --header 'Authorization: <authorization>'
{
  "available_metrics": [
    "shopping_score",
    "dining_score",
    "transportation_score",
    "recreational_score",
    "safety_score",
    "education_score",
    "environmental_score",
    "neighborhoodvibe_score",
    "air_quality_score",
    "cell_signal_coverage_score",
    "natural_disaster_safety_score",
    "proximity_to_main_roads_score",
    "quietness_score",
    "vehicle_charging_score",
    "sport_facilities_score",
    "walkability_score",
    "pet_friendly_score",
    "healthcare_score",
    "art_and_culture_score",
    "basic_life_services_score",
    "bikeability_score",
    "proximity_to_airports_score",
    "road_infrastructure_score",
    "parking_score",
    "driveability_score",
    "green_space_score",
    "crosswalk_safety_score",
    "waste_management_score",
    "nightlife_score",
    "traffic_score"
  ]
}

Overview

The Available Metrics API returns a complete list of all insight metrics that can be used with the FindLoka API. This endpoint is useful for discovering what metrics are available for location analysis.

To obtain an API key, please contact our sales team.

Authorization

Authorization
string
required

Your API key for authentication

{
  "available_metrics": [
    "shopping_score",
    "dining_score",
    "transportation_score",
    "recreational_score",
    "safety_score",
    "education_score",
    "environmental_score",
    "neighborhoodvibe_score",
    "air_quality_score",
    "cell_signal_coverage_score",
    "natural_disaster_safety_score",
    "proximity_to_main_roads_score",
    "quietness_score",
    "vehicle_charging_score",
    "sport_facilities_score",
    "walkability_score",
    "pet_friendly_score",
    "healthcare_score",
    "art_and_culture_score",
    "basic_life_services_score",
    "bikeability_score",
    "proximity_to_airports_score",
    "road_infrastructure_score",
    "parking_score",
    "driveability_score",
    "green_space_score",
    "crosswalk_safety_score",
    "waste_management_score",
    "nightlife_score",
    "traffic_score"
  ]
}

Notes

  • Use this endpoint to discover all metrics available for your account
  • The list of available metrics may change as new data sources are added
  • All metrics returned can be used with the Single Metric and Multiple Metrics Score endpoints