{
    "conferences": {
        "Eastern": {
            "divisions": {
                "Atlantic": {
                    "teams": [
                        {
                            "abbreviation": "BOS",
                            "name": "Boston Celtics"
                        },
                        {
                            "abbreviation": "BKN",
                            "name": "Brooklyn Nets"
                        },
                        {
                            "abbreviation": "NYK",
                            "name": "New York Knicks"
                        },
                        {
                            "abbreviation": "PHI",
                            "name": "Philadelphia 76ers"
                        },
                        {
                            "abbreviation": "TOR",
                            "name": "Toronto Raptors"
                        }
                    ]
                },
                "Central": {
                    "teams": [
                        {
                            "abbreviation": "CHI",
                            "name": "Chicago Bulls"
                        },
                        {
                            "abbreviation": "CLE",
                            "name": "Cleveland Cavaliers"
                        },
                        {
                            "abbreviation": "DET",
                            "name": "Detroit Pistons"
                        },
                        {
                            "abbreviation": "IND",
                            "name": "Indiana Pacers"
                        },
                        {
                            "abbreviation": "MIL",
                            "name": "Milwaukee Bucks"
                        }
                    ]
                },
                "Southeast": {
                    "teams": [
                        {
                            "abbreviation": "ATL",
                            "name": "Atlanta Hawks"
                        },
                        {
                            "abbreviation": "CHA",
                            "name": "Charlotte Hornets"
                        },
                        {
                            "abbreviation": "MIA",
                            "name": "Miami Heat"
                        },
                        {
                            "abbreviation": "ORL",
                            "name": "Orlando Magic"
                        },
                        {
                            "abbreviation": "WAS",
                            "name": "Washington Wizards"
                        }
                    ]
                }
            }
        },
        "Western": {
            "divisions": {
                "Northwest": {
                    "teams": [
                        {
                            "abbreviation": "DEN",
                            "name": "Denver Nuggets"
                        },
                        {
                            "abbreviation": "MIN",
                            "name": "Minnesota Timberwolves"
                        },
                        {
                            "abbreviation": "OKC",
                            "name": "Oklahoma City Thunder"
                        },
                        {
                            "abbreviation": "POR",
                            "name": "Portland Trail Blazers"
                        },
                        {
                            "abbreviation": "UTA",
                            "name": "Utah Jazz"
                        }
                    ]
                },
                "Pacific": {
                    "teams": [
                        {
                            "abbreviation": "GSW",
                            "name": "Golden State Warriors"
                        },
                        {
                            "abbreviation": "LAC",
                            "name": "Los Angeles Clippers"
                        },
                        {
                            "abbreviation": "LAL",
                            "name": "Los Angeles Lakers"
                        },
                        {
                            "abbreviation": "PHX",
                            "name": "Phoenix Suns"
                        },
                        {
                            "abbreviation": "SAC",
                            "name": "Sacramento Kings"
                        }
                    ]
                },
                "Southwest": {
                    "teams": [
                        {
                            "abbreviation": "DAL",
                            "name": "Dallas Mavericks"
                        },
                        {
                            "abbreviation": "HOU",
                            "name": "Houston Rockets"
                        },
                        {
                            "abbreviation": "MEM",
                            "name": "Memphis Grizzlies"
                        },
                        {
                            "abbreviation": "NOP",
                            "name": "New Orleans Pelicans"
                        },
                        {
                            "abbreviation": "SAS",
                            "name": "San Antonio Spurs"
                        }
                    ]
                }
            }
        }
    }
}