[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getCityEstimatedPopulation](./bitburner.bladeburner.getcityestimatedpopulation.md) ## Bladeburner.getCityEstimatedPopulation() method Get estimated population in city. Signature: ```typescript getCityEstimatedPopulation(name: string): number; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | name | string | | Returns: number Estimated number of Synthoids in the specified city. ## Remarks RAM cost: 4 GB Returns the estimated number of Synthoids in the specified city, or -1 if an invalid city was specified.