---
title: "Screen a name or RF identifier against Russian regulatory watchlists"
method: POST
path: "/api/v1/entity/rf-watchlists/screen"
tags: ["Sugra Entity"]
---

# Screen a name or RF identifier against Russian regulatory watchlists

`POST /api/v1/entity/rf-watchlists/screen`

Screen a person or organization name (name_fuzzy) or a Russian registry identifier (identifier_exact: inn/ogrn/snils/reg_number/domain/url) against Russian domestic regulatory lists currently loaded in the Entity corpus (Minjust extremist organizations / 114-FZ; foreign agents / undesirable when present). Provide name OR identifier, not both. Default listing is active-only; set include_excluded=true for research mode. This is NOT a Western sanctions screen - use POST /entity/screen for OFAC/EU/UN/... Fail-CLOSED: if no RF regulatory list is loaded, returns 503. Identifier mode requires the SQL RF package (ENTITY_RF_SQL).

## Request body

- EntityScreenRequest
  - `name` string, nullable
  - `country` string, nullable
  - `dob` string, nullable
  - `nationality` string, nullable
  - `as_of` string, nullable
  - `threshold_hit` number
  - `threshold_review` number
  - `corpus` 'sanctions' | 'rf_regulatory' | 'all'
  - `include_excluded` boolean
  - `identifier` RfIdentifierRequest — RF-only exact identifier (INN/OGRN/SNILS/domain/...). Not OFAC docs.
    - `type` 'inn' | 'ogrn' | 'snils' | 'reg_number' | 'domain' | 'url', required
    - `value` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

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