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

11 rows where cert_number = "22-C-0043" 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
d7664e29369598ea Land of Make Believe 22-C-0043 2023-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AKSv2&d=%2Fa%2F3d000001zM7P%2FSjCMGkHass8zSGN4avNUYxHcF9Hb_unf.t5AchpqUqA&asPdf=false  
5a8b628da12f860e Land of Make Believe 22-C-0043 2023-08-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009qqjA&d=%2Fa%2F3d000001ldnb%2FzeQTdkmhtXxWwVh1TgV1Muvq40xHhqWSykFBhqp0SM8&asPdf=false  
3e70a1839a937861 Land of Make Believe 22-C-0043 2023-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009QOcm&d=%2Fa%2F3d000001ZQAZ%2FPPye2KnZIB0r4MXhm2B2htYyHEHaxm4HQkhQiC5bVg0&asPdf=false  
fa0736c2fa1a535a Land of Make Believe 22-C-0043 2022-09-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw31q&d=%2Fa%2F3d000000pYoV%2FpQzPOd2VhVq_.Lei7h0FTLtjUB_F3DP7ZGMzO7es3Y0&asPdf=false  
d1c4d14906e1b120 Land of Make Believe 22-C-0043 2021-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMhkW&d=%2Fa%2F3d000000pYnq%2FMin622CGj6kM7k9GRVzYFZ5WwjMHaBTpQ1pQATxDO_c&asPdf=false  
74939699ffd3208d Land of Make Believe 22-C-0043 2019-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcTx&d=%2Fa%2F3d000000pYoW%2FArbwruBFAgPl7SqVUgsfTeU48F0arjN1Oim4xf8KzoA&asPdf=false  
b223db369ccc05f8 Land of Make Believe 22-C-0043 2018-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2z&d=%2Fa%2F3d000000pYnn%2FZ8p5TX2fuvCx2syUGJkAZAo1.pBBnjJ.KEdbnKyNgI8&asPdf=false  
aafc338759d8de0d Land of Make Believe 22-C-0043 2017-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdCh&d=%2Fa%2F3d000000pYnN%2F.KCtNtqj1yDz2fcWo91ND.P6xpEjkCmtwzxtjIEUQFA&asPdf=false  
e98520cfcbccccfb Land of Make Believe 22-C-0043 2016-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYay&d=%2Fa%2F3d000000pYnM%2FOXdPAQdGKEbkUTgO6i0DnGpdpfABqMex5TobELGUg_c&asPdf=false  
96060c82c6700d8d Land of Make Believe 22-C-0043 2015-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2q&d=%2Fa%2F3d000000pYnu%2FkefAkxwARNj32fP6rDt._ckT2eTDxeu.52iFhbACoSI&asPdf=false  
8bbda111ce1bf639 Land of Make Believe 22-C-0043 2014-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgckV&d=%2Fa%2F3d000000pYoR%2F6p2bTLvMPDDc8XSs_VK0p52DrJIDbXEtOJ0QULrmKO4&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 89.879ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API