> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/guardian/standard-registry/policies/integrating-3rd-party-data-resources/supported-world-bank-api-methods/getmetadata.md).

# getMetadata

<mark style="color:green;">`GET`</mark> `/v2/sources/{sourceId}/{conceptId}/{variableIds}/metatypes/{metatypeId}/metadata`

Get metadata values for combinations of concept variables and metatypes.

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Body**

| Name        | Type   | Description                        |
| ----------- | ------ | ---------------------------------- |
| sourceId    | string | Source ID                          |
| conceptId   | string | Concept ID                         |
| variableIds | string | Variable IDs (semicolon-separated) |
| metatypeId  | string | Metatype ID (e.g. incomegroup)     |
