---
title: "获取指定项目信息 (Get specific project information)"
method: GET
path: "/api/v1/projects/{id}"
tags: ["project"]
---

# 获取指定项目信息 (Get specific project information)

`GET /api/v1/projects/{id}`

获取指定项目所有信息以及领取情况 (Get all information and claim status for a specific project)

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `data` ProjectGetProjectResponseData
    - `allow_same_ip` boolean
    - `available_items_count` integer
    - `created_at` string
    - `creator_id` integer
    - `creator_nickname` string
    - `creator_username` string
    - `description` string
    - `distribution_type` 0 | 1 | 2
    - `end_time` string
    - `hide_from_explore` boolean
    - `id` string
    - `is_completed` boolean
    - `is_received` boolean
    - `minimum_trust_level` 0 | 1 | 2 | 3 | 4
    - `name` string
    - `price` number
    - `received_content` string
    - `report_count` integer
    - `risk_level` integer
    - `start_time` string
    - `status` 0 | 1 | 2
    - `tags` string[]
    - `total_items` integer
    - `updated_at` string
  - `error_msg` string

## Changes

- **2025-06-09** `25b760122bf9` — 1 info
  - endpoint added
- **2025-06-01** `3ead7a21ae41` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linux-do/apis/linux-do-cdk/changes/api/v1/projects/:id/get.md)

---

[API](https://skmtc.dev/linux-do/apis/linux-do-cdk.md) · [All operations](https://skmtc.dev/linux-do/apis/linux-do-cdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linux-do/linux-do-cdk/revisions/bfcaf861199c/schema)
