facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
24 rows where license_type = "Class B - Dealer" and site_state = "Virginia" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: site_name, site_city, site_zip, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 58-B-0664 | 503078 | 5D TROPICAL OF VIRGINIA LLC | 5D TROPICAL OF VIRGINIA LLC | FAIRFAX | Virginia | 22031 | Class B - Dealer | 2021-01-21 | ||||
| 52-B-0110 | 6704 | BELLONA ARSENAL FARM ASSOCIATES | BELLONA ARSENAL FARM ASSOCIATES | MIDLOTHIAN | Virginia | 23113 | Class B - Dealer | 2014-02-18 | ||||
| 52-B-0175 | 500902 | Elena and Andrey Mikirtichev | Elena and Andrey Mikirtichev | RICHMOND | Virginia | 23237 | Class B - Dealer | 2023-09-11 | ||||
| 52-B-0179 | 6004035 | Heather Rivera | Heather Rivera | Stuarts Draft | Virginia | 24477 | Class B - Dealer | 2024-11-22 | ||||
| 52-B-0152 | 43260 | Infinity Acres LLC | Infinity Acres LLC | Ridgeway | Virginia | 24148 | Class B - Dealer | 2025-03-18 | ||||
| 52-B-0139 | 33165 | JACK HASH | JACK HASH | SALTVILLE | Virginia | 24370 | Class B - Dealer | 2016-08-12 | ||||
| 52-B-0145 | 33112 | Leslie Jennings | Leslie Jennings | QUICKSBURG | Virginia | 22847 | Class B - Dealer | 2025-08-25 | ||||
| 52-B-0177 | 504406 | M VICTORIA ROUCH LAWRENCE ROUCH III | LAWRENCE L ROUCH III M VICTORIA ROUCH | ALTON | Virginia | 24520 | Class B - Dealer | 2018-10-15 | ||||
| 52-B-0172 | 332632 | MARY PAINTER | MARY PAINTER | WAYNESBORO | Virginia | 22980 | Class B - Dealer | 2016-02-01 | ||||
| 52-B-0178 | 335039 | MELODI L. CONNOR CHRISTOPHER J. CONNOR | MELODI CONNOR | PORTSMOUTH | Virginia | 23703 | Class B - Dealer | 2019-12-31 | ||||
| 52-B-0166 | 329014 | Mary Baugher | Mary Baugher | Ruckersville | Virginia | 22968 | Class B - Dealer | 2025-07-09 | ||||
| 58-B-0665 | 503079 | NAUTILUS MARINE WHOLESALE INC | 5D TROPICAL OF VIRGINIA LLC | FAIRFAX | Virginia | 22031 | Class B - Dealer | 2018-12-18 | ||||
| 52-B-0176 | 500640 | New River Exotics LLC | New River Exotics LLC | NARROWS | Virginia | 24124 | Class B - Dealer | 2023-04-28 | ||||
| 52-B-0169 | 35175 | Pets Plus Inc. | 001 - PETS PLUS INC | STAFFORD | Virginia | 22405 | Class B - Dealer | 2023-08-01 | ||||
| 52-B-0167 | 330057 | REVELATION REPTILES | REVELATION REPTILES | CHRISTIANSBURG | Virginia | 24073 | Class B - Dealer | 2023-07-11 | ||||
| 52-B-0165 | 329984 | RMRS Manufacturing & Distributing Inc | R M R S MANUFACTURING & DISTRIBUTING INC | LYNCHBURG | Virginia | 24502 | Class B - Dealer | 2024-02-22 | ||||
| 52-B-0174 | 334532 | TIMOTHY USSERY | TIMOTHY USSERY | CHESAPEAKE | Virginia | 23322 | Class B - Dealer | 2017-04-04 | ||||
| 52-B-0173 | 333552 | V I P SUGAR BEARS LLC | V I P SUGAR BEARS LLC | CHESAPEAKE | Virginia | 23323 | Class B - Dealer | 2015-11-12 | ||||
| 52-B-0168 | 330809 | WALDRON LEE | WALDRON A LEE | YORKTOWN | Virginia | 23693 | Class B - Dealer | 2022-04-25 | ||||
| 52-B-0171 | 332499 | WAYNE JETTE | WAYNE JETTE | CHESAPEAKE | Virginia | 23322 | Class B - Dealer | 2015-04-28 | ||||
| 52-B-0170 | 332258 | WINGS TAILS & FINS L L C | COREY PLESS | PULASKI | Virginia | 24301 | Class B - Dealer | 2015-06-02 | ||||
| 52-B-0136 | 29786 | WORLD OF PETS INC | WORLD OF PETS INC | DANVILLE | Virginia | 24540 | Class B - Dealer | |||||
| 52-B-0156 | 1886 | Wilcox Bait and Tackle Inc | Wilcox Bait and Tackle Inc | Newport News | Virginia | 23606 | Class B - Dealer | 2025-05-16 | ||||
| 52-B-0157 | 15728 | Winchester Aquarium & Pet Center LLC | Winchester Aquarium & Pet Center LLC | WINCHESTER | Virginia | 22602 | Class B - Dealer | 2025-12-12 |
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);