---
title: "Retrieves a movie"
method: GET
path: "/v1/movies/{id}"
tags: ["movies"]
---

# Retrieves a movie

`GET /v1/movies/{id}`

Retrieves a specific movie by id, use "random" to get a random movie.

## Path parameters

- `id` union, required
  - string, uuid
  - string

## Response `200`

A single movie

## Other responses

- `404` — Movie not found

---

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