Steam Ladder API examples

The following example demonstrate how to get a user's worldwide xp rank via the Steam Ladder API.

Make sure to fill in your API Key, you can view your API key here.

Python

Use Python 3. Make sure you have requests installed, then run python example.py.

Node

Make sure you have request and request-promise installed, then run node example.js

Feel free to do pull requests to add more example code.