---
title: "Get total number of offices"
method: GET
path: "/offices/count"
tags: ["Offices", "Search"]
---

# Get total number of offices

`GET /offices/count`

## Query parameters

- `phrase` string — Full text search across country, city, address and estate owner fields
- `countries` string — Comma-separated list of country codes to filter by
- `amenities` string — Comma-separated list of amenity codes to filter by
- `amenitiesFiltering` 'ANY' | 'ALL' — If more than one amenity is passed, return either offices with any of the amenities (`ANY`) or with all of them (`ALL`)

## Response `200`

Successful operation

- integer

## Other responses

- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

[API](https://skmtc.net/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.net/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
