▫️CFX
Retrieves information about a FiveM or RedM server.
/cfx/:serverId
Query Parameters:
serverId
- The ID of the FiveM server.
Example Request:
/cfx/server123
Example Response:
{
"Data": {
"hostname": "exampleServer",
"resources": "resource1, resource2, resource3",
...
}
}
Last updated