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 = "63-C-0289" 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
e27d57cbb3bcf605 City Of Murfreesboro 63-C-0289 2022-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv8RE&d=%2Fa%2F3d000000pc0X%2F2ZAeNHLOT2Dd5lp2TYj9OmS4NH2.l.e26fQhLKNnPmA&asPdf=false  
e1f4e4058d6d8b48 City Of Murfreesboro 63-C-0289 2022-04-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwmQl&d=%2Fa%2F3d000000pbpr%2F5tAe6ixq_84EZB1K99NF0lLzIsiMyoGJmKxiXVsQpD4&asPdf=false  
e04610a97951144c City Of Murfreesboro 63-C-0289 2021-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMwco&d=%2Fa%2F3d000000pbox%2F62zHj9FUqXIa16M6e353Yq_qvDTWGZSjv9LtpYx3OEg&asPdf=false  
6fb3e5c87a85a093 City Of Murfreesboro 63-C-0289 2021-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERlhr&d=%2Fa%2F3d000000pbqW%2FbSoASU_ASy3yRDrNkAniVrzfp59NBiQBYITRdSHIn6w&asPdf=false  
9973ef6759fc6c1c City Of Murfreesboro 63-C-0289 2019-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egej8&d=%2Fa%2F3d000000pbpa%2FPy4DMBVaOYe8dR5.Ggi84ksS8RfjVCggFHRmRRVD0Ow&asPdf=false  
f5ac6d0ceed48278 City Of Murfreesboro 63-C-0289 2018-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjd1&d=%2Fa%2F3d000000pbqE%2FJsMSOKmZOxe6uxpuOj2j_erM3OE45sMCM5jlGzq8pjg&asPdf=false  
eb3c9d6fdd801bdc City Of Murfreesboro 63-C-0289 2018-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaiK&d=%2Fa%2F3d000000pbqG%2F1HxinN_SJyErrShLJTthR6m.2IfGv1he4wDY5GRWgTc&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 2007.152ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API