---
title: "Collection Versions list"
method: GET
path: "/collections/{collection_id}/versions"
tags: ["collections"]
---

# Collection Versions list

`GET /collections/{collection_id}/versions`

Returns a list of public collection Versions

## Path parameters

- `collection_id` integer, required

## Response `200`

OK. An array of versions

- CollectionVersions[]
  - `version` integer, required — Version number
  - `url` string, url, required — Api endpoint for the collection version
  - `funding` FundingInformation[], required — Full Collection funding information
    - `id` integer, required — Funding id
    - `title` string, required — The funding name
    - `grant_code` string, required — The grant code
    - `funder_name` string, required — Funder's name
    - `is_user_defined` integer, required — Return 1 whether the grant has been introduced manually, 0 otherwise
    - `url` string, url, required — The grant url

## 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/revisions/9dfb419f4430/schema)
