---
title: "[USES 10 UNITS PER NAME] Infer the likely Indian name castegroup of a personal full name."
method: GET
path: "/api2/json/castegroupIndianFull/{subDivisionIso31662}/{personalNameFull}"
tags: ["indian"]
---

# [USES 10 UNITS PER NAME] Infer the likely Indian name castegroup of a personal full name.

`GET /api2/json/castegroupIndianFull/{subDivisionIso31662}/{personalNameFull}`

## Path parameters

- `subDivisionIso31662` string, required
- `personalNameFull` string, required

## Response `200`

A castegroup-coded name.

- PersonalNameCastegroupOut — Caste group-coded names
  - `script` string
  - `id` string
  - `explanation` string
  - `name` string — The input name.
  - `score` number, double — Higher score is better, but score is not normalized. Use calibratedProbability if available.
  - `castegroup` string — Most likely caste group
  - `castegroupAlt` string — Second best alternative : caste group
  - `castegroupTop` string[] — List caste group (top 10)
  - `probabilityCalibrated` number, double — The calibrated probability for country to have been guessed correctly. -1 = still calibrating.
  - `probabilityAltCalibrated` number, double — The calibrated probability for country OR countryAlt to have been guessed correctly. -1 = still calibrating.

## Other responses

- `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/revisions/305e4f6eeaf5/schema)
