/opensanctions/entities/statements
Get the provenance statements behind an OpenSanctions (opensanctions.org) entity’s property values
Price: 1 credit per 100 results
💡 AI Hint: Get the raw provenance statements behind an OpenSanctions (opensanctions.org) entity — the audit trail of which source dataset asserted each property value. Each statement carries the property name (prop), the asserted value, the FtM schema, the source dataset, the source-side entity id, language, and first/last-seen timestamps. Optionally filter to a single property via ‘prop’ (e.g. birthDate). Returns an empty list when the entity exists but has no matching statements.
⚠️ Common errors: 412: Entity not found
Authorizations
API token from the dashboard
Headers
Body
OpenSanctions entity id (Wikidata Q-id like 'Q7747', or internal id) or full entity URL ('https://www.opensanctions.org/entities/Q7747/').
1^(?:https?://[^\s]+|//[^\s]+|(?:www\.)?opensanctions\.org[^\s]*|[A-Za-z0-9][A-Za-z0-9._-]*)$"Q7747"
"https://www.opensanctions.org/entities/Q7747/"
Max number of statements to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Filter statements to a single property (e.g. 'birthDate', 'name', 'address').
1"birthDate"
Response
Successful Response