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.Documentation Index
Fetch the complete documentation index at: https://docs.judit.io/llms.txt
Use this file to discover all available pages before exploring further.
🤖 Asynchronous flow. Same route as the lawsuit query:POST https://requests.production.judit.io/requestswithresponse_type: "warrant". To download the warrant PDF, setwith_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
Payload parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
search.search_type | string | Yes | "cpf", "name" or "rji". |
search.search_key | string | Yes | CPF, full name or RJI to search. |
search.response_type | string | Yes | Always "warrant". |
with_attachments | boolean | No | If true, we download the issued warrant PDF. |
callback_url | string | No | HTTPS URL to receive the response via Webhook. |
Request example (POST)
Creation response
Step 2: Retrieve the response
The query is asynchronous — wait for the Webhook or fetch viaGET /responses?request_id={request_id}.
Response structure
| Field | Description |
|---|---|
warrant_type | Warrant type (warrant_of_arrest, recapture, etc.). |
arrest_type | Arrest mode (preventive, temporary, definitive). |
law_type | Infringed law and articles. |
issue_date / expiration_date | Issue and expiration dates. |
status | Warrant situation — see table below. |
duration_years/months/days | Calculated sentence. |
regime | Enforcement regime (Open, Semi-open, Closed). |
recapture | true for recapture warrants. |
entity | Full data of the wanted individual (follows Entity Schema). |
judgementSummary | Text of the sentence/order that triggered the warrant. |
Possible values for status
| Status | Behavior |
|---|---|
| Pendente de Cumprimento | The warrant is active, awaiting enforcement. |
| Cumprido | Warrant fulfilled (arrest happened). |
| Suspenso | Temporarily suspended by judicia |