dajk / hltv-api

DEPRECATED: An unofficial JSON api for popular CS:GO website hltv.org. Check available methods on https://hltv-api.vercel.app/
http://npm.im/hltv-api
MIT License
277 stars 59 forks source link

Get "Team" request #24

Closed PPBWoodBoy closed 2 years ago

PPBWoodBoy commented 5 years ago

Hi,

would it be possible to include a request for a specific team like:

"http://localhost:3000/team/4411/nip"

and get the following json: { teamname: "nip", teamcountry: "sweden", ranking: 11, player1: "f0rest", player2: "GeT_Right", player3: "LeKro", player4: "REZ", player5: "Plopski" }

Thanks.

dajk commented 5 years ago

Hi,

Thanks for the request, will have a look what we can do for this one.

dajk commented 2 years ago

This is finally relatively done, it's under the 3.0.0-alpha release which will be released once all the requested issues are more or less implemented. Will close this issue for now.