sigil_score_entity
Returns the pre-computed 0.0–1.0 trust score for one entity, its component breakdown, and the 14-day trend. Scores are refreshed daily by a database job — this endpoint never recomputes from raw data, so it is fast and deterministic.
entity_id is {entity_type}:{key} — e.g. publisher:nytimes.com or
ssp:pubmatic.com. Entity types: publisher, ssp, dsp,
app_bundle (publishers and SSPs are scored today).
v1 evaluates structural components only (ads_txt_health,
supply_chain_directness, historical_stability for publishers;
supply_reach, directness for SSPs). The not_evaluated list names
spec components without an enrichment path yet.
Optional weights query param (URL-encoded JSON) re-weights the stored
components for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weights | No | URL-encoded JSON: an object of `{ type: { component: weight } }`. | |
| entity_id | Yes |