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 = "51-C-0078" 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
a8f3e5a495766aa3 POSITIVE DOG TRAINING AND ANIMAL ACTORS L L C 51-C-0078 2019-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdYY&d=%2Fa%2F3d000000pfGP%2FRCIkmhGSf0y3lv6ERaPOfBYqsuGnS2oR83IGSnJz_AE&asPdf=false  
03dbcf9c2ae3667b POSITIVE DOG TRAINING AND ANIMAL ACTORS L L C 51-C-0078 2019-02-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdsd&d=%2Fa%2F3d000000pnft%2Fu78dVcq7exYd.NchmlOdkbx4WpMU8xm4kn5TFs3wM.I&asPdf=false  
a4040c2f8678a191 POSITIVE DOG TRAINING AND ANIMAL ACTORS L L C 51-C-0078 2018-09-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfFV&d=%2Fa%2F3d000000poOg%2FLL8NRXCN3Pao.uCLf4zafErONEr4O7X0r4ocnO4Af.U&asPdf=false  
410dd4ac360df892 POSITIVE DOG TRAINING AND ANIMAL ACTORS L L C 51-C-0078 2017-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeP3&d=%2Fa%2F3d000000plBT%2FrEQxHFw8pWG5o4dFGWPBlhr0nWa_CauvazsgSegxBrw&asPdf=false  
f8bdca477ba3d186 POSITIVE DOG TRAINING AND ANIMAL ACTORS L L C 51-C-0078 2017-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdYl&d=%2Fa%2F3d000000pkAh%2FhPQJF0h2q4UEQGrtEkGotXyfRDLrdAQfYqxZx9PSdYE&asPdf=false  
07dff6390815f1a9 POSITIVE DOG TRAINING AND ANIMAL ACTORS L L C 51-C-0078 2015-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeYy&d=%2Fa%2F3d000000pfLV%2Fv2NaYaagEk.RCHrfLTHQNmajxVgbNbsa3A6vGtL8bMg&asPdf=false  
07b9baae3c82b0b0 POSITIVE DOG TRAINING AND ANIMAL ACTORS L L C 51-C-0078 2014-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeMF&d=%2Fa%2F3d000000pdt0%2FtM.qifW2O3Geg2SRjp_OE1teNtqa.0XScqBNj5kxFtE&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 5.264ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API