Documentation Index
Fetch the complete documentation index at: https://rocks.docs.rive.wtf/llms.txt
Use this file to discover all available pages before exploring further.
Every API key is tied to one IP. To apply for a key, DM southctrl on Discord.
Quick Start
This route currently uses public Leetify invite pages, not direct username lookup.
Get Invite Match Data
Get rendered CS2 match data from a public Leetify invite page.Endpoint
Query Parameters
Leetify invite URL or invite ID.
Example Request
Example Response
Response Fields
Whether the request was successful.
Parsed match data from the rendered Leetify invite page.
| Field | Type | Description |
|---|---|---|
| invite_url | string | Final Leetify invite URL used for the request |
| page_title | string | Public page title from Leetify |
| scrape_source | string | Source used to build the response |
| match_summary | object | Core match details like result, score, map, and time |
| top_players | array | Top three players and their Leetify rating deltas |
| team_table | array | Team player rows with rating, HLTV, K/D, ADR, aim, and utility |
| compare_profiles | array | Extra compare cards shown on the page |
| best_messages | array | Raw highlight and accomplishment messages found on the page |
| match_links | array | Related Leetify match links found on the page |
| supported_sources | array | Platforms shown on the public Leetify page |
| body_preview | string | Raw rendered text preview for debugging |
match_summary Fields
| Field | Type | Description |
|---|---|---|
| result | string | Match result such as VICTORY |
| score | string | Final score string |
| map | string | Map name |
| ruleset | string | Match format, such as MR12 |
| played_at | string | Match timestamp shown on the page |
| achievements_count | number | Number of achievements shown |
| highlights_count | number | Number of highlights shown |
| headline_highlight | object | Main highlight block with round and label |
team_table Object
| Field | Type | Description |
|---|---|---|
| player | string | Player name as shown on the page |
| leetify_rating_delta | number | Leetify rating change |
| hltv_rating | number | HLTV rating shown in the table |
| kd | number | Kill/death ratio |
| adr | number | Average damage per round |
| aim | number | Aim score |
| utility_rating | number | Utility score |
Public Leetify pages can change layout at any time, so minor field differences are possible.