---
title: "Get a project card"
method: GET
path: "/projects/columns/cards/{card_id}"
tags: ["projects"]
---

# Get a project card

`GET /projects/columns/cards/{card_id}`

Gets information about a project card.

## Path parameters

- `card_id` integer, required

## Response `200`

Response

- ProjectCard — Project cards represent a scope of work.
  - `url` string, uri, required
  - `id` integer, required — The project card's ID
  - `node_id` string, required
  - `note` string, nullable, required
  - `creator` NullableSimpleUser, nullable, required — A GitHub user.
    - `name` string, nullable
    - `email` string, nullable
    - `login` string, required
    - `id` integer, required
    - `node_id` string, required
    - `avatar_url` string, uri, required
    - `gravatar_id` string, nullable, required
    - `url` string, uri, required
    - `html_url` string, uri, required
    - `followers_url` string, uri, required
    - `following_url` string, required
    - `gists_url` string, required
    - `starred_url` string, required
    - `subscriptions_url` string, uri, required
    - `organizations_url` string, uri, required
    - `repos_url` string, uri, required
    - `events_url` string, required
    - `received_events_url` string, uri, required
    - `type` string, required
    - `site_admin` boolean, required
    - `starred_at` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `archived` boolean — Whether or not the card is archived
  - `column_name` string
  - `project_id` string
  - `column_url` string, uri, required
  - `content_url` string, uri
  - `project_url` string, uri, required

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
