---
title: "Controller Get Dma Codes"
method: POST
path: "/ad_analytics/entertainment/dma-codes"
---

# Controller Get Dma Codes

`POST /ad_analytics/entertainment/dma-codes`

Get DMA codes with their descriptions from the entertainment data

## Request body

- DmaCodesFilterPayload
  - `audience_id` string, nullable — Optional audience ID to filter DMA codes

## Response `200`

Successful Response

- DMA[]
  - `value` string, required — DMA code value
  - `label` string, required — DMA code label (code + name)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/revisions/6662a407c637/schema)
