STEAMMA
Do not reload the page! Loading... This may take several minutes!
[ Delete notifications ]

API documentation

This is the official API documentation for to manage your account from outside.

Introduction

The API operates over HTTPS and uses JSON as its data format. The API is a RESTful API, utilizes HTTP methods and HTTP status codes to specify requests and responses.

JSON response format:

{
    "success":true, //or false
    "message":"",
    "data":""
}

Be careful and check the JSON response for matching data types. For example, in the response you can get a number as a string.

Libraries:

If you are developing integrations based on our API and your product is Open Source we can attach your link of GitHub repo to this post. Please contact us via the the support.

Getting Started

To get started using the API you first need an API key. Sign in into the website STEAMMA.COM, go to your Profile → API key tab and push the button Re-create. You will see a new API key only once after re-create.

Authentication

Base URL:

https://steamma.com/api/

All requests to STEAMMA must be authenticated via a API key. Include your secret API key in every request you send to the API with the Apikey HTTP header:

Apikey: 1-1454668574621f7498d021e636938799

Rate Limiting

All requests, whether they are authenticated or not, are subject to rate limiting. If you have reached your limit, your requests will be handled with a 429 Too Many Requests error. Burst requests are allowed. You can change your limit from 1 to 5 requests per second in your profile.

Methods

This post is in the process of being written. To be continued..
+1
29 march 2021, 00:24

Comments ()

    API documentation

    Recent comments

    Recent posts

    Popular posts

    By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy и Terms of Service.