Connect our open APIs to existing systems for contextual understanding.
Collecting data is no longer a problem – its how we make sense of it. Increase the value of your data by integrating it across systems and building public or private portals.

Build web portals for complete data transparency and accessibility.
Using our open APIs, you have the power to display Splashback data in a way people understand it. Build monitoring portals, alert dashboards and more using our example code.
Query and analyze Splashback data using APIs
There’s no need to handle CSVs or other data files with Splashback – simply query what you need with our APIs on the fly.
with splashback_data.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = sites_api.SitesApi(api_client)
# Get Sites in the given pool
sites = api_instance.api_sites_pool_id_get(pool_id=pool_id)
# Show Sites
print(sites)
Integrate with other data sources and infrastructure.
Use other data sources with Splashback using our integration script and open APIs.
splashback-dev/splashback-integration-script
Splashback Integration Script (SIS) to integrate data sources. – splashback-dev/splashback-integration-script
github.com