Fetch data from the server list without all the hazzle.
It's simple. Cfx doesn't provide an 'easy to use' API for their server list.
This project is intended for educational and informational purposes only. It is not affiliated with, endorsed, or sponsored by any third-party entities mentioned or referenced in the code. The data accessed and processed by this project is sourced from publicly available endpoints and is used in compliance with fair use principles.
This project utilizes source code from the CitizenFX/FiveM repository. Specific code sections adapted from the ./ext/cfx-ui module. I extend my gratitude to the CitizenFX Collective and the original authors for their contributions and the resources they provide.
This project is licensed under the MIT License. Portions of the codebase are adapted from the CitizenFX/FiveM project, which is licensed under the terms provided in the CitizenFX/FiveM License. Please review the CitizenFX license for more information regarding the terms and conditions of use.
For any legal questions or concerns regarding this project or its usage, please contact me (the author) at zuntiedev@gmail.com.
GET /fetchServersByLocale/:locale
Parameter | Type | Description |
---|---|---|
locale |
string |
Required. The locale to filter servers by |
curl https://fivem-sl-api.onrender.com/fetchServersByLocale/en-US
GET /fetchServerByEndPoint/:endpoint
Parameter | Type | Description |
---|---|---|
endpoint |
string |
Required. The endpoint of the server |
curl https://fivem-sl-api.onrender.com/fetchServerByEndPoint/3lamjz
GET /fetchServers
curl https://fivem-sl-api.onrender.com/fetchServers