---
title: "Get Grammatical Info"
method: POST
path: "/translate/grammatical-info"
tags: ["translation", "translation"]
---

# Get Grammatical Info

`POST /translate/grammatical-info`

Get grammatical information (gender, part of speech) for a word

## Headers

- `authorization` string, nullable

## Request body

- GrammaticalInfoRequest
  - `word` string, required
  - `language` string, required

## Response `200`

Successful Response

- GrammaticalInfoResponse
  - `word` string, required
  - `language` string, required
  - `gender` string, nullable
  - `pos` string, nullable
  - `info` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
