v3

latestOpenAPI 3.1.02026-08-03124249.6 KB
Data access

Statement-based records

Access raw entity data as statements.

Read statement-based data model for context regarding this endpoint.

Using this endpoint does not incur a charge, but a valid API key must be supplied.

get/statements

Query parameters

datasetstring nullable
entity_idstring nullable
canonical_idstring nullable
propstring nullable
prop_typestring nullable
valuestring nullable
schemastring nullable
sortstring[]
limitinteger
offsetinteger

Response

Successful Response

limitinteger required
offsetinteger

Example response

{
  "limit": 20,
  "total": {
    "value": 42,
    "relation": "eq"
  },
  "results": [
    {
      "id": "0000ad52d4d91a8...",
      "entity_id": "ofac-1234",
      "canonical_id": "NK-1234",
      "prop": "alias",
      "prop_type": "name",
      "schema": "LegalEntity",
      "value": "John Doe",
      "original_value": "John Doe (Esq.)",
      "dataset": "us_ofac_sdn",
      "lang": "eng",
      "origin": "inferred"
    }
  ]
}