Introduction
Streamlare exposes its data via an Application Programming Interface (API), so developers can interact programmatically with the Streamlare service. Our API has been adapted to match the specification of other services. However, there are slight differences.
The Base-URL for all API calls:
https://api.streamlare.com/api
All requests to the API shall be HTTP GET
or POST
; most calls require login
& key
, which can be found on your account settings.
Response format
{"status":"string | `success` or `error`","message":"string | `informational message. might vary, use the status in your code`","result":"array or object or string | `result of the request`"}