TC TowerCoverage Wiki
API Reference

API: Sites

List, create, edit, and delete tower sites.

Endpoints

EndpointMethodWhat it does
/Sites/GetSiteListGETList all sites (ID, name, lat/lon, height, group)
/Sites/GetSitesDetailsGETFull details for one site (id)
/Sites/SitesAPIPOSTCreate or update a site (legacy form fields)
/Sites/AddSitePOSTCreate a site (JSON body)
/Sites/EditSitePUTUpdate a site (JSON body)
/Sites/DeleteSiteDELETEDelete a site if unused

Create/update (legacy form) example

POST /Sites/SitesAPI
Content-Type: application/x-www-form-urlencoded

accountid=12345&key=YOUR_KEY&Sitename=Water Tower 1
&Latitude=38.6270&Longitude=-90.1994&height=45&Pinstyle=1

Response: Site saved successfully. Site ID: 101

Leave Siteid blank to create a new site; provide it to update. A site used by coverages or links cannot be deleted.