# 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. ## 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. 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 When using a profile_id, only state is 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.