---
title: "Get Project information"
method: GET
path: "/v2/project/info/{projectId}"
tags: ["Project"]
---

# Get Project information

`GET /v2/project/info/{projectId}`

Read the authenticated Project's name, Organization ID, locale settings, and auto-approval setting.

## Path parameters

- `projectId` string, required

## Headers

- `gt-api-version` '2025-01-01.v0' | '2025-11-03.v1' | '2026-02-18.v1' | '2026-03-06.v1' — API contract version. Defaults to the oldest supported version.
- `gt-project-id` string — Target project ID. Required when authenticating with an organization API key; ignored with project-scoped API keys (the project is resolved from the key).

## Response `200`

Project information

- object
  - `id` string, required
  - `name` string, required
  - `orgId` string, required
  - `defaultLocale` string, nullable, required
  - `currentLocales` string[], required
  - `autoApprove` boolean, required

## Other responses

- `400` — Request error
- `401` — Request error
- `403` — Request error
- `404` — Request error
- `429` — Request error
- `500` — Request error

## Changes

- **2026-08-27** `367cd605d090` — 2 breaking, 17 info
  - for the `path` request parameter `projectId`, the minLength was increased from `0` to `1`
  - the response property `defaultLocale` became nullable for the status `200`
  - the endpoint scheme security `BearerAuth` was added to the API
  - added the media type `text/html` for the response with the status `400`
  - …15 more

[Change history](https://skmtc.dev/generaltranslation/apis/general-translation-api/changes/v2/project/info/:projectId/get.md)

---

[API](https://skmtc.dev/generaltranslation/apis/general-translation-api.md) · [All operations](https://skmtc.dev/generaltranslation/apis/general-translation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/generaltranslation/general-translation-api/revisions/e8f4ff6d5df2/schema)
