---
title: "List of classification services and usage cost in Units per classification (default is 1=ONE Unit). Some API endpoints (ex. Corridor) combine multiple classifiers."
method: GET
path: "/api2/json/apiServices"
tags: ["admin"]
---

# List of classification services and usage cost in Units per classification (default is 1=ONE Unit). Some API endpoints (ex. Corridor) combine multiple classifiers.

`GET /api2/json/apiServices`

## Response `200`

Available services

- APIServicesOut
  - `apiServices` APIServiceOut[] — List of API Services
    - `serviceName` string — A service name corresponds to classifier name in apiStatus (ex. personalname_gender or personalfullname_gender)
    - `serviceGroup` string — Groups together classifiers providing a similar service (ex. gender groups personalname_gender and personalfullname_gender)
    - `costInUnits` integer — Indicates how many units per call this service costs (ex. the number of units per name)

## Other responses

- `401` — Missing or incorrect token

---

[API](https://skmtc.net/namsor/apis/namsor-api-v2.md) · [All operations](https://skmtc.net/namsor/apis/namsor-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namsor/namsor-api-v2/revisions/305e4f6eeaf5/schema)
