> For the complete documentation index, see [llms.txt](https://docs.ziomark.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ziomark.xyz/get-endpoints/cfx.md).

# CFX

## /cfx/:serverId

### Query Parameters:

* `serverId` - The ID of the FiveM server.

### Example Request:

```
/cfx/server123
```

### Example Response:

```
{
    "Data": {
        "hostname": "exampleServer",
        "resources": "resource1, resource2, resource3",
        ...
    }
}
```
