# 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",
        ...
    }
}
```
