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 = "55-C-0281" 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
78aa5ad217d0a751 BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2022-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awTpM&d=%2Fa%2F3d000000pWDQ%2Fi6HZ0hlcYllTTyxYx9uRR6V9gLn9sMVfzP.quvWucSQ&asPdf=false  
26f72d821273b64b BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2021-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8pgO&d=%2Fa%2F3d000000pWCh%2F0k6P3OSjHJYDXE9VtDYdh9_ZVXMg7AWIbIMMJXClVU4&asPdf=false  
0b9dafcff5c27ef3 BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2021-04-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NHKfK&d=%2Fa%2F3d000000pWF3%2FCbPPD3iqzpK_eWOzBZWo7YcEnuu_K87iAXamlns_uhs&asPdf=false  
60008f8e3fa86d96 BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2020-01-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdrY&d=%2Fa%2F3d000000pWFS%2FmA5ZWwVpUJX1pebBclPVA_PY3OZgYQIKk.2VDikA5Bg&asPdf=false  
1d3c940aae75dbe7 BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2018-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbPb&d=%2Fa%2F3d000000pWE2%2FPkTVBbYyNoYATVhHXo8os4VhIAKANBC4lv8E7xpuL70&asPdf=false  
39921dece4f6f821 BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2017-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc9C&d=%2Fa%2F3d000000pWFR%2F7DqAy66XZf0Pb1jl4JPgWUKOiwcecmgToB57QGuuj.g&asPdf=false  
f9ed30f2edf442b1 BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2016-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZsv&d=%2Fa%2F3d000000pWCz%2FHXJX9loXa25rj8w3nlTj22FOf.7ZwrfijpWOW4BD_5g&asPdf=false  
b48806c16997d2cc BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2015-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbpf&d=%2Fa%2F3d000000pWCl%2FwKItgUY2GZzs7bw7ZzcuLjlgLQjj3liY2D5syiT6oBk&asPdf=false  
0788fefe28a06bdc BMB INTERNET AND EDUCATIONAL EXHIBITIONS LLC 55-C-0281 2014-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbTz&d=%2Fa%2F3d000000pWCk%2FJ6ZeNgBpW8gXWQQokP1h86oYkyJ7ankEOm2droJJk1g&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 136.11ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API