UNISPHERE
  • Welcome to Unisphere Product Documentation
  • NOVA
    • Get started
      • Create an account
      • Create a new mission
      • Create your assets
      • Edit your Mission
      • Manage your profile
        • Settings
    • Mission types
      • Local-Flight
      • Multi-Location
      • Route
    • Assets
      • Aircraft Type
      • Performance Set
      • Limit Set
        • Limit thresholds types
        • Weather and Operational Parameters
      • Locations & Routes
    • Weather Stations
      • Connect
      • Overview
      • Individual View
      • Mission Integration
    • Mission results
      • NOW
        • Local-Flight
        • Multi-Location
        • Route
      • AWARE
        • Local-Flight
        • Multi-Location
        • Route
      • CAST
        • Local-Flight
        • Multi-Location
        • Route
      • Maps
    • Glossary
    • NOVA Release Log
  • OPERATIONAL ANALYTICS
    • Create your analysis
    • Manage your analysis
    • Analytics assets
    • Analysis types
      • Wind Analysis
      • Service Availability
      • Benchmark Analysis
    • Analysis results
      • Wind Analysis
      • Service Availability
      • Benchmark Analysis
      • Map Overview
  • UNISPHERE APIs
    • Introduction to Unisphere APIs
    • API Access
    • Flight Trajectory Simulation - FTS
      • FTS2 Endpoints
    • Check My Flight - CMF
      • CMF Endpoints
      • CMF Supporting Functions
    • Check My Mission - CMM
      • CMM Endpoints
      • CMM Supporting Functions
    • Data Storage & Logging
    • Asset Management Endpoints
    • API Key Management
    • Utilities & Health
    • Explanatory Notes
      • Available Parameters
      • Speeds
    • Geo Information Service
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. UNISPHERE APIs

Utilities & Health

PreviousAPI Key ManagementNextExplanatory Notes

Last updated 7 months ago

Was this helpful?

Get User Stats

get
Authorizations
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /user_stats HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Accept: */*
{
  "org_name": "text",
  "email_of_org_admins": [
    "text"
  ],
  "org_id": "text",
  "requests_since_last_utc_midnicht": {
    "used": 1,
    "soft_limit": 1,
    "hard_limit": 1
  },
  "requests_since_full_hour": {
    "used": 1,
    "soft_limit": 1,
    "hard_limit": 1
  },
  "requests_in_the_last_60_seconds": {
    "used": 1,
    "soft_limit": 1,
    "hard_limit": 1
  },
  "requests_in_parallel": {
    "used": 1,
    "soft_limit": 1,
    "hard_limit": 1
  }
}

Health

get
Responses
200
Successful Response
application/json
get
GET /health HTTP/1.1
Host: 
Accept: */*
200

Successful Response

{
  "message": "geo-information endpoints are currently not available.",
  "status": "degraded"
}

Version

get
Authorizations
Responses
200
Successful Response
application/json
get
GET /version HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Accept: */*
200

Successful Response

{
  "version": "1.2.3"
}
  • GETGet User Stats
  • GETHealth
  • GETVersion