> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/economy/world-bank/queryworldbankseriesinfo.md).

# QueryWorldBankSeriesInfo

### Function specification

```
QueryWorldBankSeriesInfo(entity_ids)
```

###

### Parameters

| Parameter   | Type                                  | Description                        |
| ----------- | ------------------------------------- | ---------------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
> QueryWorldBankSeriesInfo("WB:EN.ATM.CO2E.PC-KOR")

...

                         indicator_id country_id            indicator_name  source_id               source_name unit                source_org               source_note country_name capital_city
entity_id
WB:EN.ATM.CO2E.PC-KOR  EN.ATM.CO2E.PC        KOR  CO2 emissions (metric...          2  World Development Ind...       Carbon Dioxide Inform...  Carbon dioxide emissi...  Korea, Rep.        Seoul
```

```
> QueryWorldBankSeriesInfo(["WB:EN.ATM.CO2E.PC-KOR", "AG.LND.TOTL.K2-JPN", "EN.POP.DNST"])

...

                         indicator_id country_id            indicator_name  source_id               source_name unit                source_org               source_note country_name capital_city
entity_id
WB:AG.LND.TOTL.K2-JPN  AG.LND.TOTL.K2        JPN        Land area (sq. km)          2  World Development Ind...       Food and Agriculture ...  Land area is a countr...        Japan        Tokyo
WB:EN.POP.DNST            EN.POP.DNST       <NA>  Population density (p...          2  World Development Ind...       Food and Agriculture ...  Population density is...         <NA>         <NA>
WB:EN.ATM.CO2E.PC-KOR  EN.ATM.CO2E.PC        KOR  CO2 emissions (metric...          2  World Development Ind...       Carbon Dioxide Inform...  Carbon dioxide emissi...  Korea, Rep.        Seoul
```
