Loading
Loading
For developers
GTA 6 Companion provides a free, open public API for accessing GTA VI information. No authentication required. All responses include a disclaimer confirming this site's independence.
Auth Required
None
Rate Limit
60 req/min
Format
JSON
{
"data": [...],
"pagination": {
"page": 1,
"limit": 20,
"total": 150,
"totalPages": 8
},
"meta": {
"site": "GTA 6 Companion",
"url": "https://gta6.digitpatrox.com",
"disclaimer": "Independent fan site. Not affiliated with Rockstar Games."
}
}/api/v1/newsPaginated list of published news articles from Supabase.
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number |
| limit | integer | 20 | Items per page (max 100) |
/api/v1/searchFull-text search across news, vehicles, weapons, cheats, and characters.
| Name | Type | Default | Description |
|---|---|---|---|
| q | string | — | Search query (min 2 chars, required) |
| type | string | all | Filter: news | vehicles | weapons | cheats | characters |
| page | integer | 1 | Page number |
| limit | integer | 20 | Items per page (max 50) |
/api/v1/vehiclesPublished vehicle database entries.
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number |
| limit | integer | 20 | Items per page (max 100) |
/api/v1/weaponsPublished weapon database entries.
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number |
| limit | integer | 20 | Items per page |
/api/v1/charactersPublished character database entries.
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number |
| limit | integer | 20 | Items per page |
/api/v1/missionsPublished mission database entries.
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number |
| limit | integer | 20 | Items per page |
/api/v1/locationsPublished location database entries.
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number |
| limit | integer | 20 | Items per page |
/api/v1/cheatsPublished cheat codes with per-platform codes.
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number |
| platform | string | all | Filter: pc | ps5 | xbox |
All published news articles
News articles only
⚠ API Disclaimer
GTA 6 Companion is an independent fan resource operated by DigitPatrox. This API is provided for informational purposes only. We are not affiliated with Rockstar Games or Take-Two Interactive. Game data accuracy is not guaranteed, especially for pre-release information. For questions, contact digitpatrox@gmail.com.