Skip to content

Fetch data from the FiveM server list without all the hazzle.

License

Notifications You must be signed in to change notification settings

Zuntie/fivem-serverlist-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fivem-serverlist-api

Fetch data from the server list without all the hazzle.

Why?

It's simple. Cfx doesn't provide an 'easy to use' API for their server list.

Disclaimer

Legal Notice

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.

Attribution

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.

License

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.

Contact

For any legal questions or concerns regarding this project or its usage, please contact me (the author) at zuntiedev@gmail.com.

API Reference

Fetch Servers by Locale

GET /fetchServersByLocale/:locale
Parameter Type Description
locale string Required. The locale to filter servers by

Example

curl https://fivem-sl-api.onrender.com/fetchServersByLocale/en-US

Fetch Server by EndPoint

GET /fetchServerByEndPoint/:endpoint
Parameter Type Description
endpoint string Required. The endpoint of the server

Example

curl https://fivem-sl-api.onrender.com/fetchServerByEndPoint/3lamjz

Fetch All Servers

GET /fetchServers

Example

curl https://fivem-sl-api.onrender.com/fetchServers

About

Fetch data from the FiveM server list without all the hazzle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published