💾 Archived View for ait.place › dot › bin › hltv.txt captured on 2023-01-29 at 03:33:30.
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
#!/bin/sh rawjson=$(curl -s https://hltv-api.vercel.app/api/matches.json) echo $rawjson | jq -r '.[] | select(.teams[].name!="") | "\(.teams[0].name) vs \(.teams[1].name) - \(.time)"' | uniq