> For the complete documentation index, see [llms.txt](https://docs.certn.co/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certn.co/api/guides/checks/international-criminal-record-check.md).

# International Criminal Record Check

Global criminal screenings are available in most countries. Prices, turnaround time, information availability, required forms, etc. can vary by country.

Get the [pricing for International Criminal Record Checks (CRC)](https://api.certn.co/api/v2/countries/). This URL can be used in a GET call.

### Availability

This check is available in **Canada** :flag\_ca: and the **US** :flag\_us:

This check is not available for a [quickscreen](/api/faq.md#what-is-a-quickscreen-and-how-do-i-use-it):x:

{% tabs %}
{% tab title="Canada" %}

| Industry            | Availability | Endpoints                                                                                                                                                                                                                                                  |
| ------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Human Resources     | Yes          | <ul><li>Quickscreen <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li><li><a href="/pages/-MbrCkyOdi6Adm9PH1HY#invite-an-applicant">Invite</a> <span data-gb-custom-inline data-tag="emoji" data-code="1f4e9">📩</span></li></ul> |
| Property Management | No           | <ul><li>Quickscreen <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li><li>Invite <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li></ul>                                                                 |
| {% endtab %}        |              |                                                                                                                                                                                                                                                            |

{% tab title="US" %}

| Industry            | Availability | Endpoints                                                                                                                                                                                                                                                  |
| ------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Human Resources     | Yes          | <ul><li>Quickscreen <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li><li><a href="/pages/-MbrCkyOdi6Adm9PH1HY#invite-an-applicant">Invite</a> <span data-gb-custom-inline data-tag="emoji" data-code="1f4e9">📩</span></li></ul> |
| Property Management | Yes          | <ul><li>Quickscreen <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li><li><a href="/pages/-Mb83vFKzR1AeH-VfJKp#invite-an-applicant">Invite</a> <span data-gb-custom-inline data-tag="emoji" data-code="1f4e9">📩</span></li></ul> |
| {% endtab %}        |              |                                                                                                                                                                                                                                                            |
| {% endtabs %}       |              |                                                                                                                                                                                                                                                            |

### Parameters

#### Request flag

Include this flag in the body of your request:

[`request_international_criminal_record_check`](/api/api-reference/resources/application-parameters/request-flags.md)&#x20;

#### Invite parameters

To invite an applicant to complete a screen, include this parameter in the body of your request:

* `email`

{% hint style="info" %}
Applicants must go through identity verification to complete an International CRC. Make sure to add an [Enhanced Identity Verification](/api/guides/checks/enhanced-identity-verification.md) before sending your request.
{% endhint %}

Additional request flag: [`request_enhanced_identity_verification`](/api/api-reference/resources/application-parameters/request-flags.md)&#x20;

See all available [Application parameters](/api/api-reference/resources/application-parameters.md)

**Example request**

```json
{
    "request_international_criminal_record_check": true,
    "request_enhanced_identity_verification": true,
    "email": "example@certn.co",
    "information": {
        "first_name": "Sebastien",
        "last_name": "Normandin",
    },
    "requested_countries": ["JP"]
}
```

### Report <a href="#static-sandbox-server-responses" id="static-sandbox-server-responses"></a>

Report field: [`international_criminal_record_check_result`](/api/api-reference/resources/report-field-mappings.md#international-criminal-record-check)&#x20;

### Test data <a href="#static-sandbox-server-responses" id="static-sandbox-server-responses"></a>

Send International CRC requests with the following sets of data on our [demo environment](/api/start/demo-account.md) to retrieve our pre-filled reports.

#### Clear results

| First name | Last name |
| ---------- | --------- |
| Andrew     | McLeod    |

#### Records found

| First name | Last name |
| ---------- | --------- |
| Will       | Nettke    |
