How to connect player statistics to a website?

Hello, I am planning on making an open-world game in Unreal Engine, and I want to know how I can make something where a user can register for an account on my website and sign in on the game so his/her player stats appear on the website, similar to Rockstar’s Socialclub for GTA 5.

Any help would be greatly appreciated.

Thanks.

you will need a RestAPI in your server page and of course your data base, after that you can communicate through unreal with the HTTPModule: here is an example about how to use that with php A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums

Thank you very much! I really appreciate it!