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 = "48-R-0118" 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
c17df1f325fc3767 Attentive Science, LLC 48-R-0118 2025-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PUd8s&d=%2Fa%2FSJ000002S9aH%2FeQmfI6EpvDmbZ3WxEZY6gVDPrLEN.e3hhY7CMiUZcOI&asPdf=false  
42d38474fe8de74b Attentive Science, LLC 48-R-0118 2024-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003bdC0&d=%2Fa%2FSJ000000BwqH%2FaguxlY7uPemURUUUiOxuwQT7A8IWl0h7ZEH4JXFjSw0&asPdf=false  
14d79f32fa6ec98e Attentive Science, LLC 48-R-0118 2023-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009P21a&d=%2Fa%2F3d000001YqBR%2FlAa_XJfEIIkVG0pKGE8pUC0X4yGDuL_OIkLs4_ynzRI&asPdf=false  
4a373e2ff5306c8b Attentive Science, LLC 48-R-0118 2022-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxgNq&d=%2Fa%2F3d000000pjTs%2FLLrXflFdcNQ.hBG6pqMVb1a1ZqJIwDoP_xYUa5JBJS8&asPdf=false  
ae2ca422e2af2049 Attentive Science, LLC 48-R-0118 2020-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyHnc&d=%2Fa%2F3d000000pjVL%2F0_ajOqOw62TsnADbPXSQZ1_ag_JR2f9hzruo5Hhcs7s&asPdf=false  
0bc21b0a9c0027e3 Attentive Science, LLC 48-R-0118 2020-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EqxiF&d=%2Fa%2F3d000000pjUK%2FhrC0mux0_SMoYza321RgYfBoJDkblspu5PQKvhtBISc&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 688.666ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API