home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where cert_number = "73-C-0236" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
e2cd297f68e77e0a Hawk Hill Farms LLC 73-C-0236 2024-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bvjng&d=%2Fa%2F3d000002QjMt%2Fnlns4Lj6k7lA7J4ooPdn..JW3jTOXfBBksn1H54qGaU&asPdf=false  
a6566914f0f122df Hawk Hill Farms LLC 73-C-0236 2023-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000800mr&d=%2Fa%2F3d0000014YSZ%2F0jaeG_OPhmlcSaknDcFgW7EK8LtozD.qD1C6Px1xQOs&asPdf=false  
589846fb21924d10 Hawk Hill Farms LLC 73-C-0236 2022-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwgyS&d=%2Fa%2F3d000000pTgk%2FurrdLy859FR6GoXfzVkHnyTgmC_NWNCaABrfE6hgCYg&asPdf=false  
8ab69b9c059a155c Hawk Hill Farms LLC 73-C-0236 2021-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMbPH&d=%2Fa%2F3d000000pThF%2F.3qOh6VqUXsPwSL7P9nF2lqTuo9K8evC.CVpIxKaPd8&asPdf=false  
e531af1a14d33c1f Hawk Hill Farms LLC 73-C-0236 2020-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXH9&d=%2Fa%2F3d000000pTgc%2FRwwEIp3hnmCRKlBW9zWxbetZ1tIkX67DOftG2H5y7OQ&asPdf=false  
8ba14519e434585f Hawk Hill Farms LLC 73-C-0236 2019-10-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi4t&d=%2Fa%2F3d000000pThK%2FkE0iRhTHpk6KdLPbPnWKV3L_ABuKixjBx_K5trDT0jA&asPdf=false  
19629465bf594c8e Hawk Hill Farms LLC 73-C-0236 2019-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXg8&d=%2Fa%2F3d000000pTgh%2F7Sz.xd3cl.jLo9STL5F43tKFs9qvrNI2.UoKvZ7d67s&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 120.321ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API