MLB
MLB Data from mlbapidata: https://statsapi.mlb.com/api/v1/teams?sportId=1
Here's a snippet of JSON:
{
"id": 144,
"name": "Atlanta Braves",
"link": "/api/v1/teams/144",
"season": 2021,
"venue": {
"id": 4705,
"name": "Truist Park",
"link": "/api/v1/venues/4705"
},
"springVenue": {
"id": 5380,
"link": "/api/v1/venues/5380"
},
"teamCode": "atl",
"fileCode": "atl",
"abbreviation": "ATL",
"teamName": "Braves",
"locationName": "Atlanta",
"firstYearOfPlay": "1871",
"league": {
"id": 104,
"name": "National League",
"link": "/api/v1/league/104"
},
"division": {
"id": 204,
"name": "National League East",
"link": "/api/v1/divisions/204"
},
"sport": {
"id": 1,
"link": "/api/v1/sports/1",
"name": "Major League Baseball"
},
"shortName": "Atlanta",
"franchiseName": "Atlanta",
"clubName": "Braves",
"springLeague": {
"id": 115,
"name": "Grapefruit League",
"link": "/api/v1/league/115",
"abbreviation": "GL"
},
"allStarStatus": "N",
"active": true
},