Teams By Season
This endpoint allows you to retrieve the teams from a specific season.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
langattribute. Example:lang=en.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get teams from a specific season_idhttps://esports.sportmicro.com/teams-by-season?season_id=eq.{season_id}
Query Parameters
- season_id integer
The id of the season
Example: eq.52 - offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- season_id integer
The id of the season
Note: This is a Primary Key.
- season_name text
The name of the season
- teams jsonb
The teams
[
{
"season_id": 52,
"season_name": "LPL 2025",
"teams": [
{
"team_id": 82,
"team_name": "Team TheShy",
"team_hash_image": "90aae57ac2c0f22087a69ffbd9a68c544a2d61732aadfd9d127b95cbba669b65"
},
{
"team_id": 94,
"team_name": "2023 Rookie",
"team_hash_image": "62885b9622f91bce85797a82b07517f4cb1e19006e69cf4c3e261e6d147b4b2d"
},
{
"team_id": 103,
"team_name": "All-Star Team A",
"team_hash_image": "974ec1e8a39fa9052cd90582fd2ada83b5be3fe13baaafa3a39f3de1d1df1b60"
},
{
"team_id": 109,
"team_name": "Team Rookie",
"team_hash_image": "60e7a58c53ad9ec289aed02b34265c1dc777f5b0babb4117123786d054b8302b"
},
{
"team_id": 119,
"team_name": "Wei",
"team_hash_image": "f11175183c2885b89107245cb08c0ffde79d9eb85fd67d130aa066ca5cb22620"
},
{
"team_id": 129,
"team_name": "Legend LCC",
"team_hash_image": "071ac2f7ac05aee3e0cb39e840c816dca10d0e6b317b8a21fe3ff14d5ea1dc4c"
},
{
"team_id": 141,
"team_name": "Legend LPL",
"team_hash_image": "84bca3c4c35ac0a6d8e48c866522d16efd12289a226f19be45f20bc0b0c6d90a"
},
{
"team_id": 145,
"team_name": "Team 369",
"team_hash_image": "26a7b127f9d538f62270f598ca5fdc7213f7f1c1b8a32c6199b19c06686a3786"
},
{
"team_id": 158,
"team_name": "Team Crisp",
"team_hash_image": "90ffe3f09cf7d7ab62389fa16909a24fd64fdb6998af2c542ff46b90261ad73f"
},
{
"team_id": 166,
"team_name": "Harder",
"team_hash_image": "26a30508bde8e105d123a95bd57998c5f05d93840f59b2cf31cb8f842b6b4d36"
},
{
"team_id": 176,
"team_name": "Angel",
"team_hash_image": "3b0a2f881c0af6b93038a9ae82dce230e37032595fae0a7d458b1ecb3be16ce1"
},
{
"team_id": 179,
"team_name": "Hope",
"team_hash_image": "eaefc71945acff8ad4ceea7156061503d53207fb1ad42c2b44b55d412078b2a8"
},
{
"team_id": 185,
"team_name": "Mark",
"team_hash_image": "6a921d0e4b8344fa84512397215e1f3390c9044168998565b5b2ebe19655fe25"
},
{
"team_id": 196,
"team_name": "Hang",
"team_hash_image": "27279f2eaaa81c7fa147cd60ae33541c39774ce583eb191c9e50e5f9d63838b7"
},
{
"team_id": 200,
"team_name": "Team Bin",
"team_hash_image": "38f8a0ff6c0e74bf409c936acb949d6b7059f4e6b8a91ccd14a6e74d07a4b429"
},
{
"team_id": 208,
"team_name": "Team Jiejie",
"team_hash_image": "cf00efec078ecf872dfa95ea5d7e9d9b2acf82566f11b21c974a4583afbbbdee"
},
{
"team_id": 215,
"team_name": "Team Meiko",
"team_hash_image": "e760b330891a9f1edb60b0461dd09e5e0afd83fc8550169bc43f14bd0b0d9f90"
},
{
"team_id": 227,
"team_name": "369",
"team_hash_image": "66c284dbb42ebfebe267dc41b502b506a43a3b8f9fc88b58ed2561a492407c70"
},
{
"team_id": 232,
"team_name": "Mole",
"team_hash_image": "f19478ae3fb54c165f1bfa5ca61df91ff53ffded9df6af3426796cc9c6c9b56a"
},
{
"team_id": 244,
"team_name": "Puff",
"team_hash_image": "732c807b5b20957782153b7f4f046d14f713cc446b32d1a95208df65b0b05357"
},
{
"team_id": 259,
"team_name": "Doinb",
"team_hash_image": "f8aba282a51e7c10b5ed949834fdf2b20c4bdd66ad28c9a58be85db73ecd55b0"
},
{
"team_id": 266,
"team_name": "Xiaohu",
"team_hash_image": "73f093e26619abaa4afb57ac210f9443c677398afdc168f02a1b90c9349f1f4a"
},
{
"team_id": 272,
"team_name": "Zoom",
"team_hash_image": "66f57eb8ee6f6903dc96183909c284dd7018d7a1791f6265063cdd8bb884f3e5"
},
{
"team_id": 280,
"team_name": "JackeyLove",
"team_hash_image": "b5f8e8f58fc4af60522016f45a251e4ca854ab5b09810fbe19443691284fc529"
},
{
"team_id": 290,
"team_name": "Lvmao",
"team_hash_image": "ff9618b2269785f55bec4cce3e23fa6473d55029d7fa7b48ec0496fad6602915"
},
{
"team_id": 297,
"team_name": "Team Bright",
"team_hash_image": "df5efdbe24e8712ffb8ea24cebe103124e954f725f67b1076a8a87b841cefd55"
},
{
"team_id": 305,
"team_name": "Team Dark",
"team_hash_image": "52b7b791a602ebfcdca918c22aab697a6c7abcf421b07b0fd0c63f5b7405e0b8"
},
{
"team_id": 324,
"team_name": "Flandre",
"team_hash_image": "43f2a02989383623ef30658f33010665956405a655351ca9d401a7fbcd051e13"
},
{
"team_id": 330,
"team_name": "GALA",
"team_hash_image": "608a452481ac761ace131d20a56fa0312861b39d395d7e2f74d510231cf477ea"
},
{
"team_id": 340,
"team_name": "Zhuo",
"team_hash_image": "d3a2a264a0f7f97142d5e19b7ebc7106bd44030ec130dcfb9f8c68386f467139"
},
{
"team_id": 349,
"team_name": "Light",
"team_hash_image": "05bec8d63317f843c7a6d93dddacaa30b1573c91e28cb6d0ed2b79be86896f64"
},
{
"team_id": 358,
"team_name": "Shanks",
"team_hash_image": "3b3e972601dbd046e0389ee5250af853ae2e5fb5be2cfbf333c075fd4564c2d7"
},
{
"team_id": 365,
"team_name": "iBoy",
"team_hash_image": "dc4aec353a46fd2786fecd1e597f13d2b38f334286ded01763ccbec86b8b3d27"
},
{
"team_id": 370,
"team_name": "Legend Rivalry Blue",
"team_hash_image": "2520aa7a2c9e77ece5f61c25b053fc36f6f2aad3e21e859f7b7dd22afc00859f"
},
{
"team_id": 386,
"team_name": "Team icon",
"team_hash_image": "f71309d3b9f37ad7c94c9d5a81974a5d85077b118b7565d390a58dac26e7a925"
},
{
"team_id": 392,
"team_name": "Rookies 2020",
"team_hash_image": "011743d05a981ea25241de79621c206b17a846327847b60506575fa14f216328"
},
{
"team_id": 406,
"team_name": "XLB",
"team_hash_image": "2be31865e9edca4dfc7ef5cb4fd3338b48d73fe8f4918dfcc98a98e447a923fd"
},
{
"team_id": 421,
"team_name": "2022 Rookie Team",
"team_hash_image": "21739e0a3258aee639a0e3c674a9e9d9e284d00ebc35321d45d5878379bd558c"
},
{
"team_id": 429,
"team_name": "All-Star Team B",
"team_hash_image": "04e9055b7cab456e906c906de8d555ff4de027f5230c703f09eae41cc473abb9"
},
{
"team_id": 435,
"team_name": "Legends Team A",
"team_hash_image": "73e9bdbcacc56a3387918164dd27071215d9404be09b79a4b46e52329ff736e3"
},
{
"team_id": 446,
"team_name": "Team Uzi",
"team_hash_image": "4a80558d6a4ac93e736590acb6a5c3fcd24160969123423fb74e452ae61687d2"
},
{
"team_id": 98810,
"team_name": "LEC Allstars",
"team_hash_image": "0e08ea29949b68eacb265f4abaf648b2d562ea0b5463739a0ec8d6172e7eea48"
},
{
"team_id": 98876,
"team_name": "Assassin Team A",
"team_hash_image": "5784fb70e9a605abb69c486ec22862aa08b296de929b3c08fd3f045779459f64"
},
{
"team_id": 98878,
"team_name": "LMS All-Stars",
"team_hash_image": "8c04dc6010ad2bd05b814fd1786f7ff220dbc3d439e523506f0a4548249d9a2f"
},
{
"team_id": 98894,
"team_name": "Korea All-Stars",
"team_hash_image": "3c4256d758060643542c7c6546687168586e3502a493e6e9ef9dbc407a3cdc42"
},
{
"team_id": 98899,
"team_name": "Europe All-Stars",
"team_hash_image": "4e546d772e4aca0c449aa8af59edc7d539253503043a904c11c24e913a23c4e9"
},
{
"team_id": 98900,
"team_name": "All Pro Team Red",
"team_hash_image": "698cc38cc3224e8e148d0d2f94e8dd6106a407f4eed5e900aa64f623defef6ef"
},
{
"team_id": 98901,
"team_name": "Fire One For All",
"team_hash_image": "2db6bd3efb0756336c4eff5a838ada088a5e2fee1026bbbbb4c55130ad22548c"
},
{
"team_id": 98902,
"team_name": "Brazil All-Stars",
"team_hash_image": "552645925b6c3670adee92a7f9c3601ee61e8afbf334acc47c94ab81df17cd81"
},
{
"team_id": 98914,
"team_name": "GPL Allstars",
"team_hash_image": "672a2f89f995733aa02e602703c21b9c254d482d3f022cb5419b2d57a0d1bd6f"
},
{
"team_id": 98916,
"team_name": "All Pro Team Blue",
"team_hash_image": "9d545b5671933b80a079d4775cfe2c9e45be7b4cf28b09a7e23ba65ee6f85603"
},
{
"team_id": 98917,
"team_name": "Ice All-Stars",
"team_hash_image": "96c1f7106459d84eb5c2107e49ea89ea88c41c823802ed76bc6acaefb6d14e01"
},
{
"team_id": 98918,
"team_name": "Fire Tandem",
"team_hash_image": "6dd7255c51aa325b341425a0265eac8627208857f90a1e79e4dc3b5251b7f6e5"
},
{
"team_id": 98919,
"team_name": "All-Stars CIS",
"team_hash_image": "d9137061e542cfda74af6c6e0c6d66b449e2fbfc257788f2bb699845acb16483"
},
{
"team_id": 98932,
"team_name": "Team Latin America",
"team_hash_image": "d50f5b87a2858b9b9a387af05116f7659a2eb78d4c7ab049b01c6ba7af1d1f5f"
},
{
"team_id": 98934,
"team_name": "Ice Assassins",
"team_hash_image": "833afbe722cc6e05279477b8448922c3a601f7b04d7623f89dba3af4f13619b0"
},
{
"team_id": 98938,
"team_name": "North America All-Stars",
"team_hash_image": "ff770cc774ef07f5e0ab85befe2eb7595f1161145255d1d8f68ad55163171eca"
},
{
"team_id": 98945,
"team_name": "Tandem Team 1",
"team_hash_image": "9f7cba1e7b97f9ca3bc7e46dbc96e7e51e56f29ceead676c34dba763c1966d99"
},
{
"team_id": 98958,
"team_name": "Ice Marksmen",
"team_hash_image": "c8aa997ee2452a52a33b99093391762c4f185323355d28b72d3204680f044490"
},
{
"team_id": 98960,
"team_name": "Team Oceania",
"team_hash_image": "94b6b7b143fd50dbaf7b02ec5fc8d0f1afe87119271dff010e80c02050de1f8b"
},
{
"team_id": 98981,
"team_name": "IWC All-Stars",
"team_hash_image": "d49aada9b0513b7d06f26c3731fb68e6943ed6e768856bb757e9e2b847fb3221"
},
{
"team_id": 98993,
"team_name": "China Team",
"team_hash_image": "00d97fd67a7e1f506089269e386661f09713d3a886eb11e2e31dcc42e8e472c0"
},
{
"team_id": 98997,
"team_name": "Ice Tandem",
"team_hash_image": "49776601d573cd16e5ebbf69af9433a7a1ba4eee117739afcd49b8596d35a052"
},
{
"team_id": 99020,
"team_name": "Fire All-Stars",
"team_hash_image": "c0d5d477bd09a1af142fb6f4034d3435e5e5c5fcb77c1b4249ab7f2c880d6855"
},
{
"team_id": 99035,
"team_name": "East Team 2",
"team_hash_image": "c1182a01c1aab16f10a6f6f41e936f3f0a5b30d4c5fcb6c056e3feb248397f1e"
},
{
"team_id": 99045,
"team_name": "Fire Assassins",
"team_hash_image": "7f6be814e452360bf7db1a937f495cc5a002340c1e61bd355c060e5034f227cf"
},
{
"team_id": 99059,
"team_name": "NA Team",
"team_hash_image": "76f332b094c67e4f258581bd9fcda8d7b1456092bff5b69c6f233bca4ac01e6a"
},
{
"team_id": 99066,
"team_name": "Fire Marksmen",
"team_hash_image": "e55fc37d62ce81791d74b4487d57d69780261498fddbb173082805de32df53cd"
},
{
"team_id": 99076,
"team_name": "Fire Poro King",
"team_hash_image": "eba34a7932e2173b52e4bdba065b26eeae54dd00f6cd4bd2148ad56055c62631"
},
{
"team_id": 99077,
"team_name": "EU Team",
"team_hash_image": "fcb2d14072caf2c2f35eab85a2e46cf0bbdada6ff12f9aedc37fe53882023d26"
},
{
"team_id": 99080,
"team_name": "Ice One For All",
"team_hash_image": "b5b92605915a11c609140939c552087d1f58b5428718ab98671547493e718b97"
},
{
"team_id": 99098,
"team_name": "Korea Team",
"team_hash_image": "91ed3514de56296628f103492356eaf0bcd4ec23453fb102a980027d29006918"
},
{
"team_id": 99132,
"team_name": "West Team 1",
"team_hash_image": "4becb6c800a5c1d0da4380df372213352129e7e1d3447c066bc90e1c270cedd4"
},
{
"team_id": 99143,
"team_name": "West Team 2",
"team_hash_image": "009bc831c1a69859c3ae02bddb04c632df04fe7cd52002ae9a2f4b0bde575faf"
},
{
"team_id": 99182,
"team_name": "Nexus Blitz Pro Team 1",
"team_hash_image": "069502af216919b133cddc57aa0afef3af012d7685d66b6bd33313c5f131419c"
},
{
"team_id": 99189,
"team_name": "Nexus Blitz Team 2",
"team_hash_image": "74a0ad93ebfb4e01bf890156ea7b846830bdc7908053ff1589a8093ff2a963f5"
},
{
"team_id": 99202,
"team_name": "West Team 3",
"team_hash_image": "8c6a3ddb146f85dc436809d297b141559638ae25d9b902926c0966f1685125d6"
},
{
"team_id": 99226,
"team_name": "East Team 3",
"team_hash_image": "0e6604824bb0e3a6db03ad5ffdf1875bebca4753b97096a5498391d81674b307"
},
{
"team_id": 99238,
"team_name": "Nexus Blitz Pro Team 2",
"team_hash_image": "8834f4e65149ceb47c46121bf50121aa9415b531e8973c9d408ff09338ac3484"
},
{
"team_id": 99257,
"team_name": "Nexus Blitz Team 1",
"team_hash_image": "635b39ae936cbcd2b90ddc77906414944c0f0e41f3a34da161f1e5333da18511"
},
{
"team_id": 99273,
"team_name": "Tandem Pro Team 2",
"team_hash_image": "76fcfb68dd2ff483913549b9d701e05a3e76bb3451a104bf1006d904faee1abb"
},
{
"team_id": 99290,
"team_name": "Tandem Pro Team 1",
"team_hash_image": "12a78490c06ee23a656b640d9e29c227e61787f9498bcc1b2917922056d68d9c"
},
{
"team_id": 99312,
"team_name": "URF Team 1",
"team_hash_image": "f79aeb4ca0ac02e910e5a2e78990a3fdad963c1f5fc9c58434927b52bf562798"
},
{
"team_id": 99332,
"team_name": "URF Team 2",
"team_hash_image": "ff030c39cac438773ec8f62ce8ecb05e7344b51a35c90fca862c222eeee6a023"
},
{
"team_id": 99344,
"team_name": "Tandem Team 3",
"team_hash_image": "0790fde0882b9aa114f049ea5720a1b193232b4e479e1a32fee2ea7e5e02ca33"
},
{
"team_id": 99358,
"team_name": "Tandem Team 2",
"team_hash_image": "1cbd8738548eb8c4799aeaf92330fb3dfd66f6dbd4e35f03b4f50d24229c1d50"
},
{
"team_id": 99380,
"team_name": "Tandem Team 4",
"team_hash_image": "dcee5cdd91dcb76ff9fd2821b51ec0ab45bbf912b4d08d46071be3f933ab8cd3"
},
{
"team_id": 99390,
"team_name": "URF Team 3",
"team_hash_image": "84719369bf21b1daba4a6f0d528db48d6e5cc8e1c5674fee7720b7cb5160e50f"
},
{
"team_id": 99414,
"team_name": "URF Team 4",
"team_hash_image": "b9852e2b1ee1b5f741d387dbb20efc1b16005598865e2048f208cc95613e6107"
},
{
"team_id": 99431,
"team_name": "LCS Queue Kings",
"team_hash_image": "e9f23a346c61bf8036a5e287becc2a62972f1307ae0e35b1e571b4fa8fd89b33"
},
{
"team_id": 99450,
"team_name": "LEC Queue Kings",
"team_hash_image": "51ed65eccee5b794c5521fc392ffa9e7a9f0579cbd08cb1a21c229c088267730"
}
]
}
]