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 = "43-B-3805" 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
764576e89b3974a2 J and J Lark LLC 43-B-3805 2025-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Zl9ey&d=%2Fa%2FSJ0000049yVh%2FTqr9ngPt8.EvMYf4djKveTkvPF3RUsvB6cvjuT2MQzw&asPdf=false  
4e33acafac6898b7 J and J Lark LLC 43-B-3805 2025-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WXKqS&d=%2Fa%2FSJ000003dKEr%2FVbuTKk4MMYcRjhJ31ymYU4m.AkMS0SqvRJS.y1qSWxw&asPdf=false  
5a2866120cb0e4c8 J and J Lark LLC 43-B-3805 2023-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009wBVn&d=%2Fa%2F3d000001osHm%2Fo.c3juxD_rxcxkToT772vKNhErH07.KZn4cRKOb_7j8&asPdf=false  
3ea68ca692131197 J and J Lark LLC 43-B-3805 2022-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxvRk&d=%2Fa%2F3d000000pU2q%2FwlylX35ql2K_9SioO4eIKPc84celuGAhhwRyDgBuqhA&asPdf=false  
75f809e6c74c3310 J and J Lark LLC 43-B-3805 2022-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxard&d=%2Fa%2F3d000000pit1%2FYiEzGSugJiWI7IQHl7reteICGbRk0XIOm3uaIhh3YWw&asPdf=false  
02e4060efef74475 J and J Lark LLC 43-B-3805 2022-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwXFZ&d=%2Fa%2F3d000000pine%2Fa4pin4FrmzShbFmlQXv4LKCEJH6N1Oc2rMC5egQbW1E&asPdf=false  
59adfd49f7cf7b3f J and J Lark LLC 43-B-3805 2021-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMlqP&d=%2Fa%2F3d000000pimM%2FGvFyNW_SHiBRLUs8pEkS_gOFSj74Coksm9ZwIChOmY0&asPdf=false  
019e47ee9fdbd442 J and J Lark LLC 43-B-3805 2020-01-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgehY&d=%2Fa%2F3d000000pinP%2Fp.zL1peiolNvOODWui2SaCvNJRqKMUZyC7UjCOoejcI&asPdf=false  
d3df545592f763ff J and J Lark LLC 43-B-3805 2019-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbo7&d=%2Fa%2F3d000000pimn%2FKCrAn5WjXqX5vUrI92znkEm02Qd2YyrnkME1k7LPPZg&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.971ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API