Documentation can be found following the link below:
https://api.stackexchange.com/docs/sites
public override IBridgeResponseCollection<NetworkSite> GetNetworkSites(SimpleQuery parameters = null) { return GetApiResultCollection<NetworkSite, SimpleQuery>(ApiMethodEnum.Sites, parameters); }