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 = "91-C-0134" 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
12fff4648850441d Kangaroo Cottage 91-C-0134 2021-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMVnq&d=%2Fa%2F3d000000pUb4%2FXhv5JqAap1qFGD7TDYEUOGKu0LOdXahDyQgRbCb98co&asPdf=false  
63320b2b680d66a0 Kangaroo Cottage 91-C-0134 2019-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggXT&d=%2Fa%2F3d000000pWaB%2FwvzbavM6o.rZotSNZiKY7nh7f7USh2byq83emBHFzv0&asPdf=false  
cf19f576bc9f284f Kangaroo Cottage 91-C-0134 2018-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfkX&d=%2Fa%2F3d000000pnd7%2Fe5xDd.Pium2oM8odNFCPjGVHodv_ncVD8X65558519A&asPdf=false  
6c9dec36636cb632 Kangaroo Cottage 91-C-0134 2017-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg1r&d=%2Fa%2F3d000000pfe9%2FBLjrz0xJ6d78bc4yRhQwT4rfYo1PZ_CfiwuiQvR7BTE&asPdf=false  
327024ab2c845dc2 Kangaroo Cottage 91-C-0134 2016-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgetA&d=%2Fa%2F3d000000pfdu%2FMTLYRPUX4I0M07Yw_4okdak13.P_f0PEvZsRSvas39Y&asPdf=false  
681f02cb4f9c42dd Kangaroo Cottage 91-C-0134 2015-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfEs&d=%2Fa%2F3d000000pjBY%2FYOHX71pgGrGLfu9r1ZpBULM.ZprGUL5bFS_qQXkFVYY&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 68.533ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API