Skip to content

Matches

Recent finished Counter-Strike 2 matches from the GGScore database. Paginated index for discovery and SEO.

PlayedTeamsScoreEvent
May 21, 2026, 2:00 PMALGO vs Lazer Cats21CCT 2026 Europe Series 2
May 21, 2026, 1:45 PMKOLESIE vs HAVU139BC Game Masters Championship Season 2
May 21, 2026, 1:45 PMINFINITE vs Inner Circle135BC Game Masters Championship Season 2
May 21, 2026, 1:00 PMGalorys vs ex-KRÜ21CCT 2026 South America Series 2
May 21, 2026, 12:50 PMpaiN vs TYLOO21CS Asia Championships 2026
May 21, 2026, 12:35 PMAcend vs INFINITE133BC Game Masters Championship Season 2
May 21, 2026, 12:35 PMInner Circle vs KOLESIE1310BC Game Masters Championship Season 2
May 21, 2026, 12:30 PMPARIVISION vs Lynn Vision20CS Asia Championships 2026
May 21, 2026, 11:40 AMSAW vs Julie&Cie20CCT 2026 Europe Series 3 Closed Qualifier
May 21, 2026, 11:30 AMINFINITE vs KOLESIE132BC Game Masters Championship Season 2
May 21, 2026, 11:30 AMAcend vs HAVU133BC Game Masters Championship Season 2
May 21, 2026, 11:00 AMTricked vs HOTU20NODWIN Clutch Series 8
May 21, 2026, 11:00 AMmegoshort vs EAC21BC Game Masters Europe Season 2 Series 2
May 21, 2026, 11:00 AMfnatic vs BRUTE20CCT 2026 Europe Series 2
May 21, 2026, 11:00 AMKinoa vs ALGO21European Pro League Cup 5
May 21, 2026, 9:55 AMAcend vs Inner Circle1613BC Game Masters Championship Season 2
May 21, 2026, 9:55 AMINFINITE vs HAVU1311BC Game Masters Championship Season 2
May 21, 2026, 9:35 AMMOUZ vs M8021CS Asia Championships 2026
May 21, 2026, 9:25 AMThe MongolZ vs Liquid21CS Asia Championships 2026
May 21, 2026, 8:30 AMKOLESIE vs Acend138BC Game Masters Championship Season 2
May 21, 2026, 8:30 AMInner Circle vs HAVU131BC Game Masters Championship Season 2
May 21, 2026, 8:07 AMBetclic vs Passion UA10BC Game Masters Championship Season 2
May 21, 2026, 8:06 AMOG vs Passion UA10BC Game Masters Championship Season 2
May 21, 2026, 8:06 AMRebels vs Passion UA10BC Game Masters Championship Season 2
May 21, 2026, 8:06 AMMetizport vs Passion UA10BC Game Masters Championship Season 2
May 21, 2026, 8:02 AMAcend vs CHAOS10BC Game Masters Championship Season 2
May 21, 2026, 8:01 AMHAVU vs CHAOS10BC Game Masters Championship Season 2
May 21, 2026, 8:01 AMInner Circle vs CHAOS10BC Game Masters Championship Season 2
May 21, 2026, 8:01 AMKOLESIE vs CHAOS10BC Game Masters Championship Season 2
May 21, 2026, 8:00 AMPsychoFace vs Ursa20BC Game Masters Europe Season 2 Series 2

Page 16 of 1641

Get similar data via API

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

Loading…

Paginated finished matches: same fields as the product API (API key required).

GET/api/v2/matches?page=16&limit=30

Request

URL
https://api.ggscore.net/api/v2/matches?page=16&limit=30

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/matches?page=16&limit=30'

Example response body (200)

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

{
  "data": [
    {
      "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 },
      "event": { "id": "…", "title": "Event" },
      "score_won": 2,
      "score_lose": 1,
      "games": []
    }
  ],
  "meta": { "page": 1, "limit": 30, "total": 120, "pages": 4 }
}