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

8 rows where cert_number = "51-C-0118" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
aa32e20861b3fdf7 Ferrets And Friends LLC 51-C-0118 2024-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CdyGZ&d=%2Fa%2F3d000002cma8%2FLOTV2ERh8exAvrRKuG2bVSqerv5fhMSrc5OhpEMPtLY&asPdf=false  
d8905164ab01ec88 Ferrets And Friends LLC 51-C-0118 2023-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009cN87&d=%2Fa%2F3d000001eSlt%2FfVDdQ7gf7AWns8eyytpLsuM3up2GhAqG9xw2HjKLzuE&asPdf=false  
2ca0ac258fb4e667 Ferrets And Friends LLC 51-C-0118 2022-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awY17&d=%2Fa%2F3d000000pcTW%2Ff9Tu3EWwPPbCEm8I99uzhElKeOKWLnEIfOIrEvkAwe8&asPdf=false  
766e8d1ca4d8b773 Ferrets And Friends LLC 51-C-0118 2021-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhOhn&d=%2Fa%2F3d000000pocj%2Fvfl0p7cpJVwlqRzCzjE5SA0RBESryi4nOF4Xsml1XFM&asPdf=false  
875527d9f50e809e Ferrets And Friends LLC 51-C-0118 2019-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbq4&d=%2Fa%2F3d000000pdSi%2FIxFSvLG31MIBHM8T0xqI_HF4f0cvDJd3qhSZiHGUx84&asPdf=false  
f85d85eeca47eefa Ferrets And Friends LLC 51-C-0118 2018-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcB7&d=%2Fa%2F3d000000pTS8%2FrOXzikjsyDACBiuNP8FYPSjlYX7NDLRJ.n0mETj8dnw&asPdf=false  
5e5fd0a6670e4412 Ferrets And Friends LLC 51-C-0118 2017-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege1v&d=%2Fa%2F3d000000pfiP%2F8HMEdwlux2BAeiCFw1sCZ5GQ56oZWZtkchNGEdQ_nxY&asPdf=false  
cd3d641a22b3a8db Ferrets And Friends LLC 51-C-0118 2017-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY90&d=%2Fa%2F3d000000pb58%2FKa_A3ZaTSl3alkujvx2e3ds5nVAbCnIslZ3BEvBk0Iw&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.274ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API