# texascoa.com — Full LLM Context # https://llmstxt.org/ > Free public COA (Certificate of Analysis) lookup API for hemp and cannabis products. Verify lab results, check batch compliance, and access 50-state regulatory data. First RALPH CaaS (Compliance as a Service) product surface from Reggie & Dro LLC. ## Company Reggie & Dro LLC is a Texas-based hemp and technology company founded by Jesse Niesen, a US Marine Corps Veteran. The company operates across four Areas of Mission (AOMs): Reggie & Dro (R&D Revenue), High Noon Cartoon (HNC), One Plant Solution (OPS), and Herbitrage Technology (HERB). ## Domain Purpose texascoa.com is the public-facing COA lookup API — the first RALPH CaaS product surface. It provides free, unauthenticated access to Certificate of Analysis data, batch verification, and 50-state hemp compliance information. ## API Endpoints (Public, No Auth Required) ### GET /api/v1/coa/public/lookup Look up COA data by SKU or product ID. - Parameters: ?sku=XXX or ?product_id=XXX - Returns: product_name, batch_number, thc_content, cbd_content, test_date, lab_name, compliance_result, pdf_url, compliant_states[], analytes - Rate limit: 60 req/min per IP ### GET /api/v1/coa/public/verify Verify a batch/lot number against the COA database. - Parameters: ?batch=XXX - Returns: verified (boolean), overall_result (PASS/FAIL/PENDING), items[] with per-product details - Rate limit: 60 req/min per IP ### GET /api/v1/coa/public/states Full 50-state + DC + territories hemp compliance matrix. - No parameters required - Returns: summary (legal counts, THCA restricted states, federal limit), states[] with per-jurisdiction details - Response cached for 1 hour - Rate limit: 60 req/min per IP ### POST /api/v1/coa/public/evaluate Submit raw analyte data for compliance evaluation against Texas DSHS limits. - Body: {"sku":"...", "strain_name":"...", "analytes":{"delta_9_thc":0.25, "cbd":18.5, "cadmium":0.1}} - Returns: overall_result (PASS/FAIL), per-analyte pass/fail against hemp_analyte_limits - Rate limit: 10 req/min per IP (CRITICAL tier) ## Compliance - Texas DSHS License #690 - 21+ age verification (Veriff) - Federal compliance: 2018 Farm Bill (Delta-9 THC < 0.3% dry weight) - State compliance: 50-state + DC + 5 territories tracked ## Contact - Form $ingularity: https://reggieanddro.com/contact?src=form-singularity&intent=texascoa - Website: https://texascoa.com - Parent: https://reggieanddro.com - Founder: Jesse Niesen (https://jesseniesen.com)