Sety
    Sety
    • Developer API Reference
    • Health
      • Health check
    • Incidents
      • Create incident
      • List incidents
      • Get incident
      • Cancel incident
      • Add note
    • Access Logs
      • List access logs
      • Access log stats
      • Create access log
      • Get current visitors
      • Checkout visitor
    • Threat Intelligence
      • List danger zones
      • Danger analytics for a location
      • Heatmap data
      • Safety score
      • Route safety analysis
    • Schemas
      • Error
      • PaginatedResponse
      • GeoPoint
      • Subject
      • Location
      • IncidentLocation
      • SLA
      • IncidentTimelineEvent
      • ResponderAssignment
      • TimelineEvent
      • Incident
      • CreateIncidentRequest
      • IncidentAnalytics
      • AccessCode
      • CreateAccessCodeRequest
      • ValidationResult
      • AccessLog
      • CurrentVisitor
      • DangerAnalytics
      • HeatmapResponse
      • SafetyScore
      • TimeAnalysis
      • LocationComparison
      • RouteSafety
      • RiskPrediction
      • IncidentPatterns
      • SafeZones
      • ApiKey
      • CreateApiKeyRequest
      • WebhookEndpoint
      • WebhookDelivery

    SafetyScore

    {
        "location": {
            "latitude": 0,
            "longitude": 0
        },
        "score": 0,
        "level": "safe",
        "color": "green",
        "breakdown": {
            "recent_incidents_7d": 0,
            "recent_incidents_30d": 0,
            "trend": "improving"
        },
        "timestamp": "2019-08-24T14:15:22.123Z"
    }
    Built with