---
title: "Public Project"
method: GET
path: "/projects/{project_id}"
tags: ["projects"]
---

# Public Project

`GET /projects/{project_id}`

View a project

## Path parameters

- `project_id` integer, required

## Response `200`

OK. Project representation

- ProjectComplete
  - `url` string, required — Api endpoint
  - `id` integer, required — Project id
  - `title` string, required — Project title
  - `created_date` string, required — Date when project was created
  - `modified_date` string, required — Date when project was last modified
  - `published_date` string — Date when project was first published, null if not published

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/versions/9dfb419f4430/schema)
