Skip to content

Getting Started

Welcome to the Floodwatch API documentation. This guide provides all the necessary information to start using the Floodwatch API.

About the API

The Floodwatch API follows REST architecture, utilizing HTTP methods for CRUD operations on various resources. Responses are always in JSON format.

Base URL:

https://floodwatch.io/api/public/v0/

All API endpoints are accessed through this root URL.

Example Request

To retrieve a list of devices, use the following GET request:

Terminal window
curl https://floodwatch.io/api/public/v0/devices