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 = "71-B-0133" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
c1dc14f2239e49be BETTY MOBLEY 71-B-0133 2018-03-01   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgimN&d=%2Fa%2F3d000000plP2%2FMy_JyDGNUmdo38kWGlceIOmmZaDJtDSL7jcEhMUWPEQ&asPdf=false  
1234e89df8f24179 BETTY MOBLEY 71-B-0133 2017-02-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj12&d=%2Fa%2F3d000000pkYL%2FCssvr6.v2RjOWvYUbDB1JhZfL0WaPL4NGXt70aG2_OM&asPdf=false  
097df42e9d603fa4 BETTY MOBLEY 71-B-0133 2016-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkjT&d=%2Fa%2F3d000000pjpR%2FQDRJc1O8zo_DkdW.p_bccxATq3cOrPN6.YgkZ_dnVYQ&asPdf=false  
c473f1d2a325bd0b BETTY MOBLEY 71-B-0133 2015-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjh2&d=%2Fa%2F3d000000pb2Y%2FFqZQyFRAZbSy645Ui3F0CUdBIGyzv8RIaCkdRZr.JRE&asPdf=false  
74c8b6cfa0f8860d BETTY MOBLEY 71-B-0133 2014-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjxZ&d=%2Fa%2F3d000000pm4g%2F.FQW0KUwVD7Y8eE5l._nb60dyCdGbes0T0qWL02nM0U&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 3.854ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API