Fac Search Audits
fac_search_auditsSearch US single audits (Uniform Guidance / former OMB A-133) filed with the Federal Audit Clearinghouse — "the FAC" — by auditee name, UEI, EIN, state, ZIP code, audit year, or minimum federal dollars expended. Covers every kind of non-federal recipient: cities, towns, counties, school districts, fire and water districts, housing authorities, universities, tribes, hospitals and nonprofits. Returns the report_id, summary_url (the official FAC dissemination summary page for that submission), the organization name, city, state and ZIP on file, total federal awards expended for the year, the cognizant/oversight agency, and the date FAC accepted the submission. Puerto Rico municipalities are found under either their Spanish or English legal name. Answers "does this grant recipient file a single audit and how much federal money does it run", and "what is the FAC report ID / summary URL for this entity".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ein | No | Employer Identification Number, digits only, exact match. Alias: auditee_ein. | |
| uei | No | SAM.gov Unique Entity Identifier (12 chars), exact match. Alias: auditee_uei. | |
| zip | No | Auditee ZIP code, matched on the 5-digit prefix so it works against both the 5-digit and 9-digit forms FAC stores ("75082", "009601588"). An auditee's ZIP on file changes between filing years; if it filters everything out the tool says which ZIPs FAC actually holds. Aliases: auditee_zip, zipcode, zip_code, postal_code. | |
| limit | No | Rows to return, 1-200 (default 20). | |
| state | No | 2-letter auditee state code (e.g. "CA"). Alias: auditee_state. | |
| offset | No | Rows to skip, for paging. | |
| order_by | No | Sort column, descending by default. Defaults to total_amount_expended. | |
| ascending | No | Sort ascending instead of descending. | |
| audit_year | No | Fiscal audit year, e.g. 2023. | |
| auditee_name | No | Organization name, matched as a forgiving case-insensitive substring (e.g. "stanford", "county of los angeles"). A municipality name is searched in both languages FAC files under, so "MUNICIPIO DE BAYAMON" and "Municipality of Bayamon" reach the same rows. Aliases: query, q, name. | |
| audit_year_min | No | Earliest audit year to include. | |
| min_total_expended | No | Only audits whose total federal awards expended is at least this many dollars (e.g. 100000000 for billion-dollar-scale recipients). |