# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/economy/world-bank/queryworldbankseriesinfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
