---
title: "address labels"
method: GET
path: "/labels"
tags: ["label"]
---

# address labels

`GET /labels`

Search addresses by label name or category

## Query parameters

- `name` string
- `category` string[]
- `offset` integer
- `limit` integer

## Response `200`

OK

- FilterLabelsRes
  - `results` CoreAddressLabel[]
    - `address` integer[]
    - `categories` string[]
    - `name` string
  - `total` integer

## Changes

> 44 revisions in range; 1 could not be searched.

- **2023-06-29** `1b39010df5cd` — 1 warning, 1 info
  - deleted the `query` request parameter `interface`
  - added the new optional `query` request parameter `category`
- **2023-06-29** `33ce087dc1c0` — 1 info
  - added the new optional `query` request parameter `offset`
- **2023-06-29** `c3b9b95f1249` — 1 info
  - endpoint added
- **2023-02-22** `e00c25bb9798` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tonindexer/apis/anton/changes/labels/get.md)

---

[API](https://skmtc.dev/tonindexer/apis/anton.md) · [All operations](https://skmtc.dev/tonindexer/apis/anton/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonindexer/anton/revisions/a3d3850ec94f/schema)
