example-data.com

movies / #187

Officiis at

Officiis at

Director: Christopher Ledner-Hamill

1970 · 70 min

thrillermusical

★ 0.4 (834142)

Minima verbera illo validus deduco ars coerceo. Summopere tabella venio stabilis timor itaque.

Component variants

curl -sS \
  "https://example-data.com/api/v1/movies/187" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/movies/187"
);
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/187"
);
const movie = (await res.json()) as Movie;
import requests

res = requests.get(
    "https://example-data.com/api/v1/movies/187"
)
movie = res.json()
{
  "id": 187,
  "title": "Officiis at",
  "slug": "officiis-at-187",
  "year": 1970,
  "runtimeMinutes": 70,
  "director": "Christopher Ledner-Hamill",
  "cast": [
    "Roxanne Strosin",
    "Sara Price",
    "Maggie Dickinson",
    "Wilfred Wyman",
    "Billy Smitham I"
  ],
  "genres": [
    "thriller",
    "musical"
  ],
  "language": "Portuguese",
  "plot": "Minima verbera illo validus deduco ars coerceo. Summopere tabella venio stabilis timor itaque.",
  "posterUrl": "https://picsum.photos/seed/movie-187/400/600",
  "rating": 0.4,
  "ratingCount": 834142,
  "createdAt": "2026-03-16T08:59:08.582Z"
}
Draftbit