facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
26 rows where license_type = "Class R - Research Facility" and site_state = "Indiana" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: customer_number, legal_name, site_name, site_city, site_zip, last_seen_date, last_seen_date (date)
| cert_number | customer_number | legal_name ▼ | dba_name | site_name | site_address | site_city | site_state | site_zip | license_type | status | first_seen_date | last_seen_date |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 32-R-0054 | 332314 | AVOGADRO LS INC | AVOGADRO LS INC | TERRE HAUTE | Indiana | 47805 | Class R - Research Facility | 2020-02-07 | ||||
| 32-R-0049 | 45460 | BROWN MACKIE COLLEGE | BROWN MACHEE COLLEGE | SOUTH BEND | Indiana | 46635 | Class R - Research Facility | 2017-05-18 | ||||
| 32-R-0047 | 44846 | BROWN MACKIE COLLEGE MICHIGAN CITY | MICHIANA HUMANE SOCIETY | MICHIGAN CITY | Indiana | 46360 | Class R - Research Facility | 2016-04-27 | ||||
| 32-R-0010 | 781 | BUTLER UNIVERSITY | ALL CAMPUS SITES | INDIANAPOLIS | Indiana | 46208 | Class R - Research Facility | |||||
| 32-R-0011 | 780 | Ball State University | COOPER LIFE SCIENCE BUILDING | MUNCIE | Indiana | 47303 | Class R - Research Facility | 2015-12-01 | ||||
| 32-R-0020 | 784 | Bioanalytical Systems Inc | BIOANALYTICAL SYSTEMS, INC | MOUNT VERNON | Indiana | 47620 | Class R - Research Facility | 2025-12-16 | ||||
| 32-R-0055 | 503099 | CorVus Biomedical LLC | CORVUS BIOMEDICAL LLC | CRAWFORDSVILLE | Indiana | 47933 | Class R - Research Facility | 2025-09-17 | ||||
| 32-R-0003 | 770 | ELI LILLY AND COMPANY | ELI LILLY & COMPANY | INDIANAPOLIS | Indiana | 46285 | Class R - Research Facility | 2017-06-01 | ||||
| 32-R-0046 | 40812 | HARRISON COLLEGE | HARRISON COLLEGE | INDIANAPOLIS | Indiana | 46278 | Class R - Research Facility | 2019-02-13 | ||||
| 32-R-0012 | 790 | INDIANA UNIVERSITY KOKOMO | INDIANA UNIVERSITY KOKOMO | KOKOMO | Indiana | 46904 | Class R - Research Facility | 2014-11-17 | ||||
| 32-R-0018 | 789 | INDIANA UNIVERSITY SCHOOL OF DENTISTRY | S-501 | INDIANAPOLIS | Indiana | 46202 | Class R - Research Facility | 2019-04-04 | ||||
| 32-R-0019 | 778 | Indiana State University | SCIENCE NORTH ANIMAL FACILITY | TERRE HAUTE | Indiana | 47809 | Class R - Research Facility | 2025-03-26 | ||||
| 32-R-0025 | 798 | Indiana University - Indianapolis | LAB ANIMAL RESOURCE CENTER | INDIANAPOLIS | Indiana | 46202 | Class R - Research Facility | 2025-02-05 | ||||
| 32-R-0056 | 505559 | Indiana University Health | Indiana University Health | Indianapolis | Indiana | 46202 | Class R - Research Facility | 2025-02-04 | ||||
| 32-R-0015 | 788 | Indiana University Indianapolis School of Science | ALL CAMPUS SITES | INDIANAPOLIS | Indiana | 46202 | Class R - Research Facility | 2025-02-04 | ||||
| 32-R-0057 | 803 | Indiana University Southeast | INDIANA UNIVERSITY-SOUTHEAST | NEW ALBANY | Indiana | 47150 | Class R - Research Facility | 2025-03-27 | ||||
| 32-R-0027 | 803 | Indiana University Southeast | INDIANA UNIVERSITY SOUTHEAST | NEW ALBANY | Indiana | 47150 | Class R - Research Facility | 2018-06-19 | ||||
| 32-R-0002 | 799 | Indiana University at Bloomington | ALL CAMPUS LOCATIONS | BLOOMINGTON | Indiana | 47408 | Class R - Research Facility | 2025-03-31 | ||||
| 32-R-0060 | 508658 | LFM Quality Laboratories Inc | LFM Quality Laboratories Inc | TERRE HAUTE | Indiana | 47802 | Class R - Research Facility | 2025-03-24 | ||||
| 32-R-0009 | 782 | METHODIST RESEARCH INSTITUTE INDIANA UNIV HEALTH | METHODIST RESEARCH INSTITUTE | INDIANAPOLIS | Indiana | 46202 | Class R - Research Facility | 2018-03-14 | ||||
| 32-R-0051 | 323929 | MICHIANA COLLEGE EDUCATION CORPORATION | MICHIANA COLLEGE EDUCATION CORPORATION | FT WAYNE | Indiana | 46805 | Class R - Research Facility | 2017-05-25 | ||||
| 32-R-0041 | 17782 | Northwest Center For Medical Education | NORTHWEST CENTER FOR MEDICAL EDUCATION | GARY | Indiana | 46408 | Class R - Research Facility | 2026-01-27 | ||||
| 32-R-0038 | 1694 | PROFESSIONAL VETERINARY RESEARCH INC | THE VETERINARIANS BLOOD BANK INC | VALLONIA | Indiana | 47281 | Class R - Research Facility | 2014-11-03 | ||||
| 32-R-0007 | 779 | Purdue University | ALL CAMPUS SITES | WEST LAFAYETTE | Indiana | 47906 | Class R - Research Facility | 2025-06-30 | ||||
| 33-R-0141 | 42492 | Siemens Healthcare Diagnostics Inc | SIEMENS HEALTHCARE DIAGNOSTICS INC | ELKHART | Indiana | 46516 | Class R - Research Facility | 2019-06-19 | ||||
| 35-R-0141 | 6014002 | eGenesis Inc. | Premier BioSource | Rensselaer | Indiana | 47978 | Class R - Research Facility | 2026-01-21 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE facilities (
cert_number TEXT PRIMARY KEY,
customer_number TEXT,
legal_name TEXT,
dba_name TEXT,
site_name TEXT,
site_address TEXT,
site_city TEXT,
site_state TEXT,
site_zip TEXT,
license_type TEXT,
status TEXT,
first_seen_date TEXT,
last_seen_date TEXT
);
CREATE INDEX idx_facilities_state ON facilities(site_state);
CREATE INDEX idx_facilities_type ON facilities(license_type);
CREATE INDEX idx_facilities_name ON facilities(legal_name);