---
title: "Get Single Feature Plot"
method: GET
path: "/feature/{feature_id}/plotly"
tags: ["feature"]
---

# Get Single Feature Plot

`GET /feature/{feature_id}/plotly`

Get the plotly specification of the plot.
            
For the appearance of the template, see [https://plotly.com/python/templates/](https://plotly.com/python/templates/)

## Path parameters

- `feature_id` string, required

## Query parameters

- `template` 'plotly' | 'plotly_white' | 'plotly_dark' | 'ggplot2' | 'seaborn' | 'simple_white' | 'none' — An enumeration.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/fzj-inm1-bda/apis/siibra-api.md) · [All operations](https://skmtc.net/fzj-inm1-bda/apis/siibra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fzj-inm1-bda/siibra-api/versions/5adffd5f8b23/schema)
