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

9 rows where cert_number = "58-A-0270" 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
0ed0c5995cae9a74 4 J Conservation Center Inc 58-A-0270 2024-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBZZ3&d=%2Fa%2F3d0000035yFM%2FVf_QMR6yqXxo7J4TG944vGFEfS3099ibKzxBLa5R.Xw&asPdf=false  
272495196ee1b2a0 4 J Conservation Center Inc 58-A-0270 2024-05-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBVAJ&d=%2Fa%2F3d0000035who%2FE7WAYfjxSXh9CxWNe9rabRW5vYo2uHg4Q5ZhkO9tzWg&asPdf=false  
b1c3d3bc32007499 4 J Conservation Center Inc 58-A-0270 2022-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx4Qw&d=%2Fa%2F3d000000pgPz%2FEjRtEmHKL006rgOsntxcerCBAefu3Z71U5re_hjzKXE&asPdf=false  
b38fd104a381e3d3 4 J Conservation Center Inc 58-A-0270 2019-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeTt&d=%2Fa%2F3d000000pgPV%2Fazysdyvj2uPUXRjSedLZfwOa9fTYcPEipplTJDO6ZzM&asPdf=false  
f42b6142cbed90d0 4 J Conservation Center Inc 58-A-0270 2018-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeF4&d=%2Fa%2F3d000000pgQB%2Fu6LKQ8RVijndCZ8xCQ6uOuJhpLn34c5zJmK1v0M7Cq4&asPdf=false  
c78fb515c41613c4 4 J Conservation Center Inc 58-A-0270 2017-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4L&d=%2Fa%2F3d000000pgPw%2FHhdpKPqSFq9_6M6Qahtmheu.xwkp5PHTYi9_xLdskG8&asPdf=false  
5274d2d30052cbda 4 J Conservation Center Inc 58-A-0270 2016-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfEN&d=%2Fa%2F3d000000pgPd%2FkYaMcGMZR0DlXgajpmqTOp1PZibSsLmIKDUPNItKFhg&asPdf=false  
93b468dc38c51f88 4 J Conservation Center Inc 58-A-0270 2015-05-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ9n&d=%2Fa%2F3d000000pgOy%2FdjVEvPdZTR1e2ocVkwu.JVY9xWQUqNn_CBqZM5BX6G0&asPdf=false  
264d66b3cf2629a7 4 J Conservation Center Inc 58-A-0270 2014-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdkD&d=%2Fa%2F3d000000pgPM%2F0mOgWd9RrUVatYfjKWY5kWnrc0noe4l_5IOqfP9g0cE&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 61.201ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API