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 = "42-C-0226" 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
69520cdaddb9d5bf Down By The Creek Companion Animal Sanctuary 42-C-0226 2019-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYqt&d=%2Fa%2F3d000000pjn4%2Fkd5H88t_5cktew3h7UXygeIwtA_Db8JPu5nsnyjWvuQ&asPdf=false  
ce768ddc31592aaa Down By The Creek Companion Animal Sanctuary 42-C-0226 2019-05-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdDo&d=%2Fa%2F3d000000pUtF%2FGooBr_OR3oZGrzP9VIn8TSrujOB68PsNoC4MQXJBs9I&asPdf=false  
708166c175714484 Down By The Creek Companion Animal Sanctuary 42-C-0226 2018-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYTd&d=%2Fa%2F3d000000pWRf%2FHUwtRWXtN_b7a3FqG3p.PjtScfWqvUCLhPWVRmjpkj0&asPdf=false  
74ae02065638e961 Down By The Creek Companion Animal Sanctuary 42-C-0226 2017-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYez&d=%2Fa%2F3d000000popj%2FKvJ9PLSbUZlPIWsTSjnapIhS9irJtiqrZkltS0YXEeY&asPdf=false  
121481ee4050685d Down By The Creek Companion Animal Sanctuary 42-C-0226 2016-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZov&d=%2Fa%2F3d000000pdm9%2Fo1ZBJPFtBVkcljkiHt9FmWUaE9n_Zqlp2otjnCRCdvU&asPdf=false  
990582ba5713fba3 Down By The Creek Companion Animal Sanctuary 42-C-0226 2015-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZDi&d=%2Fa%2F3d000000pb21%2FGKtFQmNQRFJZh_qaSb4MWGzK4JBX4SwZdjcXne0UUEc&asPdf=false  
075d1792e3f7916f Down By The Creek Companion Animal Sanctuary 42-C-0226 2015-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXjF&d=%2Fa%2F3d000000pm6V%2F0GpNTphXTQJL9Ty5u7fUgJmd_0TZjANcHFgt_dzXIjI&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 671.086ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API