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

6 rows where cert_number = "57-C-0374" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
2a2c07ea3565022e Carousel Properties LLC 57-C-0374 2024-10-03   0 9 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009DMFJ&d=%2Fa%2FSJ000000eLyb%2FqPYqQzCmxIcxh2lJrFWtACYB.MBHeszOg.bhiG94MaY&asPdf=false  
0a23310ab0bc2547 Carousel Properties LLC 57-C-0374 2024-09-18   2 24 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000093ACE&d=%2Fa%2FSJ000000cmjZ%2FsDlxMW92gpT8FomVRpctRSv5FtbYMtyRltieUJWlvaU&asPdf=false  
3ad894e2c90dc136 Carousel Properties LLC 57-C-0374 2024-04-16   0 21 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ddf7S&d=%2Fa%2F3d000002xB55%2F5q5xrdXvWj_PLzFfvvnGJbejrk3pHg06KZfeUkS_RYQ&asPdf=false  
2076b4666bef20ed Carousel Properties LLC 57-C-0374 2024-02-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CNc7Q&d=%2Fa%2F3d000002XnNq%2FhfdWCg41yqsgvtmX13dLgekopZ.759L7OIPyjbRDkhY&asPdf=false  
6dada92a29cc7407 Carousel Properties LLC 57-C-0374 2020-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbDJ&d=%2Fa%2F3d000000pfrn%2FnuFGXPxTLPAm4_nOmuM0bjQvo4odKjVonz.1344fVC4&asPdf=false  
7e3996ea4c81b683 Carousel Properties LLC 57-C-0374 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY3F&d=%2Fa%2F3d000000pTUP%2F2UUhvwi8G3Lq3Keckzd.Aimmn_kDWraxUuklaMG4a4Y&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 674.731ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API