Skip to main content

FiveM API Reference

Public-facing REST endpoints for FiveMFiveMA multiplayer modification framework for Grand Theft Auto V, enabling custom multiplayer servers with modding support./RedM services. No auth required unless noted.

User

EndpointMethodURL
User SessionGEThttps://forum.cfx.re/session/current.json
InformationGEThttps://forum.cfx.re/u/{username}.json
CSRF SessionGEThttps://forum.cfx.re/session/csrf.json
Username CheckGEThttps://forum.cfx.re/u/check_username.json?username={username}
Email CheckGEThttps://forum.cfx.re/u/check_email.json?email={email}
Policy UserGEThttps://policy-live.fivem.net/api/getUserInfo/{id}
Send EmailPOSThttps://forum.cfx.re/u/action/send_activation_email

Send Email — Headers

{
"Cfx-Entitlement-Ticket": "{ownership ticket}",
"x-requested-with": "XMLHttpRequest",
"discourse-present": "true",
"x-csrf-token": "{csrf token}"
}

Body: username={your_username}


FiveM

EndpointMethodURL
Main InformationGEThttp://{ip:port}/info.json
Dynamic InformationGEThttp://{ip:port}/dynamic.json
Player InformationGEThttp://{ip:port}/players.json
Server List InfoGEThttps://servers-frontend.fivem.net/api/servers/single/{address}
All Server DataGEThttps://servers-frontend.fivem.net/api/servers/streamRedir
Top Server (Country)GEThttps://servers-frontend.fivem.net/api/servers/top/{language}
Upvote InformationGEThttps://servers-frontend.fivem.net/api/upvote/ (auth headers required)
Player PlaytimeGEThttps://lambda.fivem.net/api/ticket/playtimes/{ip:port}?identifiers[]={identifier}
PromotionsGEThttps://runtime.fivem.net/promotions_targeting.json
CnLGEThttps://lambda.fivem.net
CnL HeartbeatGEThttps://cnl-hb-live.fivem.net
Top ServerGEThttps://runtime.fivem.net/pins.json
Sentry LoginGEThttps://sentry.fivem.net/auth/login
Build Change LogGEThttps://changelogs-live.fivem.net/api/changelog/versions/{buildversion}
NUI BlacklistGEThttps://runtime.fivem.net/nui-blacklist.json
Players CountGEThttps://runtime.fivem.net/counts.json
Players Count (FiveMFiveMA multiplayer modification framework for Grand Theft Auto V, enabling custom multiplayer servers with modding support.)GEThttps://static.cfx.re/runtime/counts.json
Players Count (RedM)GEThttps://static.cfx.re/runtime/counts_rdr3.json
TweetGEThttps://runtime.fivem.net/tweets.json
Artifact DataGEThttps://changelogs-live.fivem.net/api/changelog/versions/win32/server
Loading ScreenGEThttps://runtime.fivem.net/loadscreen/spotlight-2/WebGL-GTA
Pool Size Limits (FiveMFiveMA multiplayer modification framework for Grand Theft Auto V, enabling custom multiplayer servers with modding support.)GEThttps://content.cfx.re/mirrors/client/pool-size-limits/fivem.json
Pool Size Limits (RedM)GEThttps://content.cfx.re/mirrors/client/pool-size-limits/redm.json
Native (FiveMFiveMA multiplayer modification framework for Grand Theft Auto V, enabling custom multiplayer servers with modding support.)GEThttps://static.cfx.re/natives/natives.lua
Native (RedM)GEThttps://static.cfx.re/natives/natives_rdr3.lua