---
title: "Live classifier score for one country"
method: GET
path: "/v1/classifier/score/{country}"
tags: ["Classifier"]
---

# Live classifier score for one country

`GET /v1/classifier/score/{country}`

Auto-builds today's feature vector from evidence + probe_metrics (falls back to the most recent day with data within 3 days), runs v3.1 GradientBoosting predict_proba, returns probability + label_at_0.5 + top_3_features. The actual numeric incident probability for a country.

## Path parameters

- `country` string, required

## Response `200`

Score + features used

---

[API](https://skmtc.net/voidly/apis/voidly-api.md) · [All operations](https://skmtc.net/voidly/apis/voidly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voidly/voidly-api/revisions/decbe6fd40a8/schema)
