HLTV

The unofficial HLTV Node.js API

MIT License

Downloads
890
Stars
376
Committers
40

Bot releases are hidden (Show)

HLTV - 2.24.1

Published by gigobyte over 3 years ago

  • Added getTeamByName & getEventByName (#401) | thanks @Drachenfalke12
HLTV - 2.23.0

Published by gigobyte over 3 years ago

  • Fix getPlayerRanking() returning empty JSON #389
  • Fix connectToScorebot not working #386
  • Added url parameter to getMatch() for circumventing instant throttling #385
HLTV - 2.22.2

Published by gigobyte almost 4 years ago

  • Added rankingFilter to getMatchesStats function (#376) | thanks @mmarfat
HLTV - 2.22.1

Published by gigobyte almost 4 years ago

  • Add cloudflare error so that you know why an endpoint crashes
  • Update getPlayerRankings to include more ways to filter the ranking, parse more data from columns #375 | thanks @ncla

EDIT: version 2.22.0 is a bad release

HLTV - 2.21.1

Published by gigobyte almost 4 years ago

  • Fix parsing of TBA teams in getMatch #354
HLTV - 2.21.0

Published by gigobyte almost 4 years ago

  • Fix mapping of player statistics (#348) | thanks @Breiby
  • Add Stats by Current Roster #239 (#350) | thanks @dbalders
  • Fix getTeam Ended Name Bug (#352) | thanks @dbalders
  • Fix recent results in getTeam
  • Add getOngoingEvents | thanks @Helpi90
  • Add option for start and end page in getResults | thanks @Helpi90
HLTV - 2.20.5

Published by gigobyte about 4 years ago

  • Fix team ID in getTeamRanking (#339)
HLTV - 2.20.4

Published by gigobyte about 4 years ago

  • Add logoLink for getResults (#336) | thanks @Helpi90
  • Update getTeam enemyTeam.id logic (#337) | thanks @trevorblades
HLTV - 2.20.3

Published by gigobyte about 4 years ago

  • Fix team ID in endpoints with tests
HLTV - 2.20.2

Published by gigobyte about 4 years ago

  • Fix event name in getTeamStats
  • Fix stars in getMatches (#322) | thanks @axelmoreen
HLTV - 2.20.1

Published by gigobyte about 4 years ago

  • Fix getMatch odds are given twice #317
HLTV - 2.20.0

Published by gigobyte about 4 years ago

  • Fixed getMatches. Unfortunately HLTV no longer shows the maps statically for live matches (they are now in an expandable scorebot, which is generated with JavaScript). Also the map is no longer shown when the format is bo1, so I've removed the map and maps properties.
HLTV - 2.19.4

Published by gigobyte over 4 years ago

  • Fix odds provider parsing in getMatch (#285)
HLTV - 2.19.3

Published by gigobyte over 4 years ago

  • Fix ScoreboardPlayer deaths property name (#268)
  • Update scorebot interfaces
HLTV - 2.19.2

Published by gigobyte over 4 years ago

  • Fix getEvents
HLTV - 2.19.1

Published by gigobyte over 4 years ago

  • Fix getTeam return NaN for player_id if player has no pic #253
HLTV - 2.19.0

Published by gigobyte over 4 years ago

  • Add contentFilter parameter to getResults
HLTV - 2.18.2

Published by gigobyte over 4 years ago

  • Fix getTeam return NaN for player_id if player has no pic #253
HLTV - 2.18.1

Published by gigobyte over 4 years ago

  • Fix Odds not selected correctly #248 | thanks @kairichard
HLTV - 2.18.0

Published by gigobyte over 4 years ago

  • Connect to scorebot via proxy #243 | thanks @Samuron
  • Disconnect from scoreboard bot #228