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 = "58-A-0326" 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
4028437aa7be41fd BEVERLYS EXOTIC BIRDS 58-A-0326 2018-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYTk&d=%2Fa%2F3d000000pWfA%2Ftis_E4yRYOboKM1mGunW1D0O8.zO_h26XeHJ__2BsPo&asPdf=false  
9dd3683f3a438bd7 BEVERLYS EXOTIC BIRDS 58-A-0326 2017-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaAr&d=%2Fa%2F3d000000pT3H%2Fvq0B7cv3KwTGSFewAQRIW_7_WkOVdvnl_x6AX4RSw1Q&asPdf=false  
ee301ab088610da9 BEVERLYS EXOTIC BIRDS 58-A-0326 2016-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbGH&d=%2Fa%2F3d000000pWfZ%2FnDWFCEy3K_d3HLAQAtcc6vG2b37N9zb2TPvCltEcwWE&asPdf=false  
b3e54c1fc2256a9f BEVERLYS EXOTIC BIRDS 58-A-0326 2016-04-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggc4&d=%2Fa%2F3d000000pWw0%2FpICR5SH.IpjGuxNK5h0tNpR2vKDFICQrH116C2WKnQo&asPdf=false  
dac8d4800ff76ef8 BEVERLYS EXOTIC BIRDS 58-A-0326 2015-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbxK&d=%2Fa%2F3d000000pkrK%2FO7Vifid9WTyXw72TW7sKrwr6EOah_tC0Bk.OBSNyFEk&asPdf=false  
4bcc0c9815c184ab BEVERLYS EXOTIC BIRDS 58-A-0326 2014-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb9M&d=%2Fa%2F3d000000pRMR%2FYYhd5DvNbjwow8IEZOmuFNastS7OG81URtMzqQ9uifk&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 124.996ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API