Skip to main content
The Arrest Warrant Query integrates with the Brazilian National Arrest Warrant Database (BNMP 2.0) by CPF, Name or RJI and returns, in Judit’s standard JSON, the judicial order, calculated sentence, infringed laws and full data of the wanted individual. It covers preventive, temporary, definitive and recapture warrants.
🤖 Asynchronous flow. Same route as the lawsuit query: POST https://requests.production.judit.io/requests with response_type: "warrant". To download the warrant PDF, set with_attachments: true.

When to use

Reinforced compliance / KYC

Identify active warrants against the counterpart during onboarding or periodic review.

Human resources

Background check during selection for sensitive or trusted positions.

Private investigation

Locate and profile individuals with public legal grounding.

Public defense

Verify open orders before hearings, with automatic retrieval of the warrant PDF.

Step 1: Create the request (POST)

POST https://requests.production.judit.io/requests

Examples by search type

response_type must always be "warrant". search_type accepts "cpf", "name" or "rji" (the BNMP 2.0 personal identifier).

Payload parameters

Request example (POST)

Creation response

Step 2: Retrieve the response

The query is asynchronous — wait for the Webhook or fetch via GET /responses?request_id={request_id}.

Response structure

Possible values for status