Skip to content

CS2 match result

Infamous vs iNTACT

Counter-Strike 2 match result: Infamous vs iNTACT. Infamous won the series 2–0 against iNTACT at WESG 2018 United States Playoffs on October 20, 2018 (BO3).

Infamous

United States

Winner

20

BO3

iNTACT

United States

Runner-up

Match details

Final score
Infamous 20 iNTACT
Date
October 20, 2018
Format
BO3
Game
Counter-Strike 2 (CS2)

Source: View on HLTV

Get similar data via API

Programmatic access uses /api/v2 with X-API-Key. Full schemas: /docs and /docs/api-types.

Loading…

Single finished match, including per-map games when available (API key required).

GET/api/v2/match/aa0c66c2-83d7-4b6d-aa6f-63f3929150a3

Request

URL
https://api.ggscore.net/api/v2/match/aa0c66c2-83d7-4b6d-aa6f-63f3929150a3

Headers

HeaderValue
Acceptapplication/json
X-API-Keyrequired<your-key> or $GGSCORE_API_KEY

cURL

curl -sS \
  -H "X-API-Key: $GGSCORE_API_KEY" \
  'https://api.ggscore.net/api/v2/match/aa0c66c2-83d7-4b6d-aa6f-63f3929150a3'

Example response body (200)

Illustrative JSON shape returned by the paid endpoint above (truncated).

{
  "id": "…",
  "played_at": "2025-01-15T18:00:00",
  "team_won": { "id": "…", "title": "Team A", "image_url": null },
  "team_lose": { "id": "…", "title": "Team B", "image_url": null },
  "team_won_country": null,
  "team_lose_country": null,
  "match_kind": { "id": "…", "title": "bo3" },
  "score_won": 2,
  "score_lose": 1,
  "stars": null,
  "event": { "id": "…", "title": "Event", "image_url": null },
  "location": null,
  "games": []
}