---
title: "[USES 10 UNITS PER NAME] Infer the likely Indian state of Union territory according to ISO 3166-2:IN based on a list of up to 100 names."
method: POST
path: "/api2/json/subclassificationIndianFullBatch"
tags: ["indian"]
---

# [USES 10 UNITS PER NAME] Infer the likely Indian state of Union territory according to ISO 3166-2:IN based on a list of up to 100 names.

`POST /api2/json/subclassificationIndianFullBatch`

## Request body

- BatchPersonalNameGeoIn
  - `personalNames` PersonalNameGeoIn[]
    - `id` string
    - `name` string
    - `countryIso2` string

## Response `200`

A list of classified names at a subcountry level.

- BatchPersonalNameGeoSubclassificationOut — Represents the output of inferring the LIKELY country subclassification (regional names).
  - `personalNames` PersonalNameGeoSubclassificationOut[] — Classified names at sub country level (region or state)
    - `script` string
    - `id` string
    - `explanation` string
    - `name` string — The input name.
    - `countryIso2` string — The input country ISO2 code
    - `subClassification` string — Most likely subclassification ISO_3166-2 code
    - `subClassificationAlt` string — Second best alternative : subclassification ISO_3166-2 code
    - `subclassificationTop` string[] — List subclassification ISO_3166-2 codes (top 10)
    - `score` number, double — Compatibility to NamSor_v1 Origin score value. Higher score is better, but score is not normalized. Use calibratedProbability if available.
    - `probabilityCalibrated` number, double — The calibrated probability for subclassification to have been guessed correctly. -1 = still calibrating.
    - `probabilityAltCalibrated` number, double — The calibrated probability for subclassification OR subclassificationAlt to have been guessed correctly. -1 = still calibrating.

## Other responses

- `400` — Bad request (ex. too many names)
- `401` — Missing or incorrect API Key
- `403` — Email not Verified, or API Limit Reached, or API Key Disabled
- `429` — Too Many Requests

---

[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/versions/305e4f6eeaf5/schema)
