Game API Documentation

Version History

Version 1.2

  • Default output format changed from keypair to json
  • POST parameters must be signed. Check out URL Construction
  • HTTPS support. We allow you to use HTTP as a fallback if you're engine doesn't support HTTPS.
  • Domain name changed to api.gamejolt.com

New URL Endpoints

Updated URL Endpoints

  • /users/: The developer_* fields are sent for all users now, not just devs.
  • /data-store/get-keys:
    Added pattern parameter.
    Limited request to return up to 100 items.
  • /scores/:
    Added stored_timestamp to the fetch request.
    Added better_than and worse_than parameters to the fetch request
    Added guest parameter to the fetch request