---
title: "Public Projects"
method: GET
path: "/projects"
tags: ["projects"]
---

# Public Projects

`GET /projects`

Returns a list of public projects

## Query parameters

- `page` integer
- `page_size` integer
- `limit` integer
- `offset` integer
- `order` 'published_date' | 'modified_date' | 'views'
- `order_direction` 'asc' | 'desc'
- `institution` integer
- `published_since` string
- `group` integer

## Headers

- `X-Cursor` string

## Response `200`

OK. An array of projects

- Project[]
  - `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
- `422` — Bad Request
- `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)
