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