peer

Count Peers per platform

This function is an API endpoint that retrieves the count of peers per platform. It is tagged with "peer" for OpenAPI documentation.

Parameters

  • platform: The platform to filter the peers by (windows, macos, linux, android or all). <br>

Returns

If successful, this function returns a Json<PeersCountResponse> object, which includes the total number of peers for the specified platform. <br>

get/api/peers/count/{platform}

Path parameters

platformstring required

Response

totalinteger required

Changes

Changed in 2 of the 11 revisions of this API.11