PoPaAP
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Statistics
  • Use Encrypted Body
    • Javascript
  • API
    • Auth
      • Create Developer Account
      • Developer Login
      • Get My Profile
    • Applications
      • List My Applications
      • Create New Application
      • Get Application Limits
      • Get Application Details
      • Update Application
      • Delete Application
    • Statistics
      • Get Statistics
        GET
    • Plans
      • Create New Plan
      • Get Application Plans
      • Update Plan
      • Delete Plan
    • Licenses
      • Generate Licenses
      • Get Application Licenses
      • Validate License
      • Check License Expiration
      • Update License Notes
      • Delete License
      • Get My Licenses
      • Reset License HWID
      • Get License Users
    • User Authentication
      • Create User Account
      • User Login
      • Validate User License
      • Update User License
      • Get User Info
    • Variables
      • Get Public Variable
    • /files
    • /collaborators
    • /logs
    • /webhooks
    • Check API Health Status
      GET
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Statistics

Get Statistics

GET
https://v1.popaap.cc/api/stats/
Last modified:2025-07-25 17:57:54
Maintainer:Kipstz

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://v1.popaap.cc/api/stats/?Authorization=Bearer {token}'
Response Response Example
{
  "success": true,
  "data": {
    "activeUsers": 150,
    "applications": 75,
    "licensesIssued": 1200,
    "onlineUsers": 45
  }
}
Modified at 2025-07-25 17:57:54
Previous
Delete Application
Next
Create New Plan
Built with