[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [getOffice](./bitburner.officeapi.getoffice.md) ## OfficeAPI.getOffice() method Get data about an office. **Signature:** ```typescript getOffice(divisionName: string, city: CityName | `${CityName}`): Office; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | divisionName | string | Name of the division | | city | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)}\` | Name of the city | **Returns:** [Office](./bitburner.office.md) Office data ## Remarks RAM cost: 10 GB