LambStatus has the APIs to integrate with other systems. The APIs enable you to change the component's status, create a new incident and so on.
This page introduces the Metrics API. With this, you can submit the metrics data your monitoring systems collect and show the data in the status page. Read the API docs for other APIs.
At first, you need to create a metric to submit your data points.
Now you can submit the data points using the API. The steps below use the python script prepared for this, but you may write your own script seeing the API docs.