[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getStats](./bitburner.singularity.getstats.md) ## Singularity.getStats() method > Warning: This API is now obsolete. > > use getPlayer > Returns an object with the Player’s stats. Signature: ```typescript getStats(): PlayerSkills; ``` Returns: [PlayerSkills](./bitburner.playerskills.md) Object with the Player’s stats. ## Remarks RAM cost: 0.5 GB \* 16/4/1 ## Example ```ts res = getStats(); print('My charisma level is: ' + res.charisma); ```