[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [getMaterial](./bitburner.warehouseapi.getmaterial.md) ## WarehouseAPI.getMaterial() method Get material data. **Signature:** ```typescript getMaterial(divisionName: string, city: CityName | `${CityName}`, materialName: string): Material; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | divisionName | string | Name of the division | | city | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)}\` | Name of the city | | materialName | string | Name of the material | **Returns:** [Material](./bitburner.material.md) Material data ## Remarks RAM cost: 10 GB