---
title: "Submit a Drop Report"
method: POST
path: "/PenguinStats/api/v2/report"
tags: ["Report"]
---

# Submit a Drop Report

`POST /PenguinStats/api/v2/report`

Submit a Drop Report. You can use the `reportHash` in the response to recall the report in 24 hours after it has been submitted.

## Request body

- TypesSingularReportRequest
  - `drops` TypesArkDrop[]
    - `dropType` 'REGULAR_DROP' | 'NORMAL_DROP' | 'SPECIAL_DROP' | 'EXTRA_DROP' | 'FURNITURE', required
    - `itemId` string, required
    - `quantity` integer, required
  - `metadata` TypesReportRequestMetadata
    - `fileName` string
    - `fingerprint` string
    - `lastModified` integer
    - `md5` string
    - `recognizerAssetsVersion` string
    - `recognizerVersion` string
  - `server` string, required
  - `source` string, required — Source describes a source of the report. Third-party API consumers should change this to their own name.
  - `stageId` string, required
  - `times` integer
  - `version` string, required — Version describes the version of the source app used to submit this report. Third-party API consumers should change this to their own app version.

## Response `200`

Report has been successfully submitted

- V2ReportResponse
  - `reportHash` string

## Other responses

- `400` — Invalid request
- `500` — An unexpected error occurred

## Changes

- **2022-08-22** `e636efecafa4` — 1 breaking, 1 info
  - removed the success response with the status `201`
  - added the success response with the status `200`
- **2022-03-09** `aadf4ef7ee07` — 1 info
  - the endpoint scheme security `PenguinIDAuth` was added to the API
- **2022-02-27** `2222bc4bbebb` — 1 info
  - endpoint added
- **2021-12-02** `8a0f5cfc9d22` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api/changes/PenguinStats/api/v2/report/post.md)

---

[API](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api.md) · [All operations](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/penguin-statistics/penguin-statistics-api/revisions/c63a93555782/schema)
