example-data.com

movies / #136

Comptus sophismata tres appello aggero

Comptus sophismata tres appello aggero

Director: Dr. Beulah Nicolas

2003 · 210 min

romance

★ 3.8 (1209157)

Auditor deprecator error. Vicissitudo decipio vergo sto nostrum tonsor.

Component variants

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

res = requests.get(
    "https://example-data.com/api/v1/movies/136"
)
movie = res.json()
{
  "id": 136,
  "title": "Comptus sophismata tres appello aggero",
  "slug": "comptus-sophismata-tres-appello-aggero-136",
  "year": 2003,
  "runtimeMinutes": 210,
  "director": "Dr. Beulah Nicolas",
  "cast": [
    "Diana Goldner",
    "Boyd Parisian-Feest II",
    "Leon Roberts",
    "Steve Lebsack",
    "Mr. Justin Casper",
    "Dallas Champlin"
  ],
  "genres": [
    "romance"
  ],
  "language": "Korean",
  "plot": "Auditor deprecator error. Vicissitudo decipio vergo sto nostrum tonsor.",
  "posterUrl": "https://picsum.photos/seed/movie-136/400/600",
  "rating": 3.8,
  "ratingCount": 1209157,
  "createdAt": "2023-06-22T20:00:59.043Z"
}
Draftbit