Stratosfy API: Introduction
Welcome to the Stratosfy Developer Portal. Here you will find information about the APIs we offer as well as how to use them. We have provided example language bindings in Shell and Python. You can view code examples in the dark area to the right, and you can switch the programming language with the tabs in the top right.
This API should be used responsibly. Stratosfy reserves the right to disable or throttle accounts deemed to be misusing this API. Please do not request data at a more frequent interval than your devices are reporting. Stratosfy reserves the right to return additional fields in responses.
Best Practices & Guidelines
This API should be used responsibly and should follow the best practices and guidelines set by Stratosfy.
- Adhering to Rate Limits: Make API calls within the allowed frequency so as not to overload the system.
- Efficient Use of Resources: Minimize redundant calls by fetching data only when needed and caching when appropriate.
- Handling Data with Care: Use the data in ways that respect privacy and data protection regulations.
Irresponsible Use:
Excessive Polling, ignoring deprecated APIs, or data abuse can lead to account throttling or other enforcement.
Restrictions & Limitations
You may encounter restrictions or limitations, which may include one or more of the following:
-
Rate Limiting
Impact: Users may be temporarily blocked from making further API calls if they exceed the number of requests allowed.
Avoidance: Implement back-off strategies and adhere to anyX-RateLimit
headers. -
Quotas on Resource Usage
Impact: There may be a cap on the number of concurrent API calls, total calls per day, or the amount of data transferred.
Avoidance: Optimize API usage by batching requests and retrieving only the necessary data. -
Data Retention Policies
Impact: Data might only be available for a limited period after it is archived or deleted.
Avoidance: Ensure timely data retrieval and local storage if long-term access is needed. -
API Versioning
Impact: Users may need to migrate to newer versions of the API as older versions become deprecated.
Avoidance: Regularly check for and migrate to the latest API versions. -
Dependence on Device Reporting Frequency
Impact: The frequency of data updates is contingent on the device's reporting interval.
Avoidance: Align polling strategies with known device intervals to avoid over-polling.