---
title: "Deviation Download"
method: GET
path: "/deviation/download/{deviationid}"
tags: ["deviation"]
---

# Deviation Download

`GET /deviation/download/{deviationid}`

Get the original file download (if allowed)

## Path parameters

- `deviationid` string, required

## Headers

- `dA-minor-version` integer

## Response `200`

Successful response

- object
  - `src` string, required
  - `filename` string, required
  - `width` integer, required
  - `height` integer, required
  - `filesize` integer, required

## Other responses

- `4XX` — Possible error codes: - 1: Deviation not found - 2: Deviation not downloadable - 3: File not found

---

[API](https://skmtc.net/deviantart/apis/deviantart-api.md) · [All operations](https://skmtc.net/deviantart/apis/deviantart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deviantart/deviantart-api/revisions/13070f736f39/schema)
