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

5 rows where cert_number = "91-A-0135" 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
aa30b745b155d3b9 Pacific Doodles LLC 91-A-0135 2023-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008G0Tm&d=%2Fa%2F3d0000019Vq0%2FKgfKddC62rr3BrWVrJi.aYrOqWSZXPpru8NNlXwPTZQ&asPdf=false  
39adc3ca9452fcab Pacific Doodles LLC 91-A-0135 2022-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw7Zw&d=%2Fa%2F3d000000pZ07%2Fo2aIEVOKRtoQ7JQhQhTtUKThojIIXE75F0RIjgAhmdo&asPdf=false  
f66dd06c7a0a0cb3 Pacific Doodles LLC 91-A-0135 2021-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Dr3&d=%2Fa%2F3d000000pZ0e%2FH4d4umcm7_exmu1mO3WvEbzGERgVWoDe4m920qGeFtI&asPdf=false  
8a3405b3fed4d73d Pacific Doodles LLC 91-A-0135 2021-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESSBo&d=%2Fa%2F3d000000pZ1S%2FaB.iADeuNGbMs4X5NN4y4DvtSPS5AzOD1g9odafh2Gw&asPdf=false  
dfcab9efa19ce23a Pacific Doodles LLC 91-A-0135 2020-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd88&d=%2Fa%2F3d000000pZ0K%2FcsYCwrWsnu4vzZWcQsXylBjL4pn0hTNRmXBxo8qZE6E&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 427.711ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API