Skip to main content
Check Sentinel-1 radar satellite imagery coverage for dark fleet verification.

GET /api/v1/sar-coverage

Requires API key.
Query Copernicus Sentinel-1 SAR catalog to check if radar imagery exists near a location and time. Used to verify dark fleet events. Parameters
NameTypeRequiredDescription
latnumberLatitude
lngnumberLongitude
datestringISO date (default: now)
radiusnumberSearch radius in km (default 50)
Response
{ "has_coverage", "products": [{ "name", "start", "size_mb" }], "closest_pass_hours", "verification_potential": "high|medium|low|none" }
Example
curl -X GET -H "X-API-Key: YOUR_KEY" \
  https://axiomoverwatch.io/api/v1/sar-coverage?lat=VALUE&lng=VALUE