Global stats

Return some key statistics about the platform.

GET
https://api.katapult.io/public/v1/stats

If successful, this endpoint will return a 200 OK status.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    total_virtual_machines_launched: Integer
    total_virtual_machines_launched_today: Integer
    total_memory: Integer
    total_cpu_cores: Integer
    total_block_storage: Integer
    total_organizations: Integer
}