Skip to content

Basically a guide that explains how to parse Rockstar's Social Club to obtain a specific piece of information using it's internal JSON endpoints.

License

Notifications You must be signed in to change notification settings

gta5-map/Social-Club-API-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rockstar / R* Social Club "API" cheat sheet

In the guide below, you can find some useful information how to obtain public statistics of Social Club profiles, Rockstar's official platform for GTA Online statistics. Either how many times you blew up a police helicopter or how often you died through a jerry can – it's all tracked and viewable online on said platform.

Unfortunately, it's only made for humans to look at in the browser and if people want to build a script to parse the information, it is rather tricky to access and parse the desired piece of information using cURL since the website is using lots of JavaScript and AJAX to reload stuff in the background.

In this guide I will try to describe and collect as many useful knowledge about the Social Club and it's "API" as possible.

Disclaimer: Using this guide might be a violation of Rockstar's Terms of Service. I take no responsibility for the way you use it. Any violation of the TOS resulting from using this cheat sheet is entirely the user's responsibility.

Installation

  1. Clone this repository:

    git clone https://github.com/gta5-map/Social-Club-API-cheat-sheet
    cd Social-Club-API-cheat-sheet
    
  2. Make sure you've installed all requirements:

    pip install -r requirements.txt
    
  3. Build the docs/HTML using make:

    make clean html
    
  4. Open the built HTML using your browser:

    open docs/_build/html/index.html
    

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b feature/my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/my-new-feature
  5. Submit a pull request

Requirements / Dependencies

  • Python
  • Sphinx

Version

1.1.0

License

MIT

About

Basically a guide that explains how to parse Rockstar's Social Club to obtain a specific piece of information using it's internal JSON endpoints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published