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

5 rows where cert_number = "43-A-6325" 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
acc5c1e3ebf7a793 Amanda Kincaid 43-A-6325 2022-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G07zr&d=%2Fa%2F3d000000phDe%2FgoyOqXSAN5CgSpjizK0adkLyVtNUKpTaxUzx6CDtxWc&asPdf=false  
a0f17b933bac1a03 Amanda Kincaid 43-A-6325 2020-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjah&d=%2Fa%2F3d000000pjyr%2F0LqPBHrzcr0MSuIE1BOghkQzvU2fIIQ35aQMFjnbbuw&asPdf=false  
fc53396ba79d4704 Amanda Kincaid 43-A-6325 2019-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjKI&d=%2Fa%2F3d000000pjrC%2F.vCbMGJ.4URzRBWjwH828APB2.ZyHFqY4hXqCbpN3j0&asPdf=false  
eae7154e985f6320 Amanda Kincaid 43-A-6325 2018-11-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggL0&d=%2Fa%2F3d000000plAN%2Frouli2OZ9wuPZjlrukXpXu1trvzMG0nxLPtSOTRS7Js&asPdf=false  
df3db68b24c0ba7d Amanda Kincaid 43-A-6325 2018-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgapN&d=%2Fa%2F3d000000plLl%2FPpFRQBa.5VHMdTZKzGlyV.7nXboHNBuDN.46OAT6qNA&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 635.089ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API