# Regulated County Checks

Regulated County Checks provide county-level or statewide criminal background check results for a specific jurisdiction. Provide a county FIPS code for a county-level search, or omit it for a statewide search. Results include checks at the record, case, and charge levels indicating compliance with applicable legal rules. A permissible purpose is required for FCRA compliance.

## Create regulated county check

 - [POST /regulated/county_checks](https://docs.checkrtrust.com/v1/regulated-county-checks/post-regulated-county-checks.md): Create a new regulated county criminal check for a specific jurisdiction.

This endpoint initiates a county-level or statewide criminal background check using either
provided PII (personally identifiable information) or an existing profile. Results include
legal annotation checks at the record, case, and charge levels indicating whether items
should be included, investigated, or removed based on applicable regulations.

A permissible purpose must be provided to comply with FCRA requirements.

To perform a county-level check, provide a county_fips_code along with the state.
To perform a statewide check, provide only the state and omit county_fips_code.

Required fields when providing PII (without profile_id):
- first_name
- last_name
- dob
- state
- filter_context
- permissible_purpose

When using a profile_id, state, filter_context, and permissible_purpose are required.

## Get regulated county check

 - [GET /regulated/county_checks/{regulated_county_check_id}](https://docs.checkrtrust.com/v1/regulated-county-checks/get-regulated-county-check-by-id.md): Get a single regulated county check with a given id.

