Skip to content

API automation samples including Postman collections, Python-based REST integrations, and scripts to streamline telecom number management and reporting.

rodriguezwil/api-integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 

Repository files navigation

🧠 Mental Health Insights Dashboard – Massachusetts

This project explores the rise of mental health challenges in the state of Massachusetts using public data sources and API automation. It aims to analyze trends in depression, suicide rates, behavioral health ER visits, and therapy access gaps β€” with a focus on delivering actionable insights for healthcare organizations, community leaders, and policy makers.


πŸ“Œ Project Objectives

  • Pull mental health data from public health APIs (CDC, Mass.gov, SAMHSA)
  • Track trends over time: suicide rates, ER visits, behavioral diagnoses
  • Visualize insights via Power BI or Python dashboards
  • Create a weekly data pull and alert automation process
  • Provide healthcare stakeholders with digestible summaries

πŸ’» Tools & Technologies

Tool Purpose
Python API data fetch, transformation, alert scripts
Postman API testing and endpoint documentation
Pandas Data cleaning and aggregation
Matplotlib / Seaborn Exploratory visualizations
Power BI Final interactive dashboard
Mass.gov, CDC, SAMHSA APIs Public data sources

πŸ” Workflow Overview

  1. Connect to public health API(s) with Python or Postman
  2. Fetch & clean mental health statistics (e.g., ER visits, suicide data)
  3. Analyze and extract insights using Python
  4. Visualize patterns with Jupyter Notebook or Power BI
  5. [Optional] Trigger weekly digest alert (email, Slack, or report)

πŸ“‚ Project Structure

mental-health-insights/
β”œβ”€β”€ README.md
β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ raw/                         # Raw files (CSV, JSON, etc.)
β”‚   └── cleaned/                     # Pre-processed or filtered data
β”œβ”€β”€ scripts/
β”‚   β”œβ”€β”€ fetch_data.py               # Grabs latest mental health data from API
β”‚   β”œβ”€β”€ summarize_trends.py         # Extracts trends from the dataset
β”‚   └── alert_trigger.py            # Sends weekly summary (Slack/email)
β”œβ”€β”€ postman/
β”‚   └── mass-public-health-api.postman_collection.json
β”œβ”€β”€ visuals/
β”‚   └── screenshots/                # Static charts or dashboard snippets
β”œβ”€β”€ dashboard/
β”‚   └── MA-MentalHealth.pbix        # Power BI dashboard file (optional)


---

## πŸ“Š Sample Insights Tracked

- Suicide rates by age group and Massachusetts county  
- Behavioral health emergency room visits  
- Depression diagnosis trends in youth (ages 12–17) and adults  
- Therapy provider shortages and wait time averages  
- Year-over-year trend comparison (2020–2024)

---

## 🌍 Why This Matters

Mental health needs in Massachusetts β€” and across the U.S. β€” have spiked post-pandemic. Communities need tools that highlight vulnerable populations, overwhelmed systems, and where to allocate resources. This dashboard helps support that mission using data and automation.

---

## πŸš€ Status

- βœ… Project initialized
- 🟑 Public API research and data pipeline in development
- πŸ”œ Dashboard + alert automation under construction

---

## πŸ“« Contact

**Created by:** Wilfredo Rodriguez  
[LinkedIn](https://www.linkedin.com/in/wil-rodriguez) | [Email](mailto:wilrod38@gmail.com)

> β€œBuild with purpose. Lead with clarity. Secure and automate what matters.”




About

API automation samples including Postman collections, Python-based REST integrations, and scripts to streamline telecom number management and reporting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published