---
title: "List Citation Styles for a Preprint Provider"
method: GET
path: "/providers/preprints/{provider_id}/citation_styles/"
tags: ["Preprint Providers"]
---

# List Citation Styles for a Preprint Provider

`GET /providers/preprints/{provider_id}/citation_styles/`

Retrieve a list of citation styles supported by a specific preprint provider.
These citation styles can be used to generate formatted citations for preprints associated with this provider.
#### Permissions - No authentication required for public providers. - Only authorized users can access restricted providers.
#### Returns - A JSON object with a `data` key containing an array of citation style resources. - Each citation style includes its ID, title, and whether it is the default style.

## Path parameters

- `provider_id` string, required

## Query parameters

- `filter[default]` boolean
- `page` integer
- `per_page` integer

## Response `200`

Successful retrieval of citation styles.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to access citation styles for this provider.
- `404` — Not Found. No preprint provider matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
