example-data.com

movies / #95

Tonsor aufero cuppedia degenero comedo

Tonsor aufero cuppedia degenero comedo

Director: Micheal Mann

1989 · 119 min

dramaanimationmystery

★ 5.5 (24228)

Victoria reprehenderit toties. Ascit crapula certe viduo.

Component variants

curl -sS \
  "https://example-data.com/api/v1/movies/95" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/movies/95"
);
const movie = await res.json();
import type { Movie } from "https://example-data.com/types/movies.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/movies/95"
);
const movie = (await res.json()) as Movie;
import requests

res = requests.get(
    "https://example-data.com/api/v1/movies/95"
)
movie = res.json()
{
  "id": 95,
  "title": "Tonsor aufero cuppedia degenero comedo",
  "slug": "tonsor-aufero-cuppedia-degenero-comedo-95",
  "year": 1989,
  "runtimeMinutes": 119,
  "director": "Micheal Mann",
  "cast": [
    "Kathy Koepp",
    "Kurt Wilderman",
    "Antonio Wunsch"
  ],
  "genres": [
    "drama",
    "animation",
    "mystery"
  ],
  "language": "Korean",
  "plot": "Victoria reprehenderit toties. Ascit crapula certe viduo.",
  "posterUrl": "https://picsum.photos/seed/movie-95/400/600",
  "rating": 5.5,
  "ratingCount": 24228,
  "createdAt": "2024-06-19T21:29:45.982Z"
}
Draftbit