# Introduction

![](https://191228894-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LURFWIRL4p_LFLXJrxB%2F-LURFYcmf8GWeIPIOb1K%2F-LURFZAatIbb2zPcBLdD%2Ftc-gaming-logo-2x.png?generation=1545588592133269\&alt=media)

## \[TC] Gaming API Documentation

**API Version:** 2\
**Latest Revision:** 23rd December 2018

Our REST API lets developers gain full access to all of the \[TC] server statistics including live server statuses and CityDriving statistics.

All API access is over HTTPS, and accessed from `https://api.tc-gaming.co.uk`. All data is sent and received as JSON. The API requires an [API key](https://apidocs.tc-gaming.co.uk/getting-started/readme/api-keys) to be passed as a parameter. All timestamps are returned as unix timestamps.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.tc-gaming.co.uk/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
