example-data.com

stories / #176

Crur fugiat theca virgo.

Crur fugiat theca virgo.

· 9/21/2025

Component variants

Related

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

const res = await fetch(
  "https://example-data.com/api/v1/stories/176"
);
const storie = (await res.json()) as Storie;
import requests

res = requests.get(
    "https://example-data.com/api/v1/stories/176"
)
storie = res.json()
{
  "id": 176,
  "userId": 47,
  "mediaUrl": "https://api.dicebear.com/9.x/shapes/svg?seed=story-video-176",
  "mediaType": "video",
  "caption": "Crur fugiat theca virgo.",
  "viewCount": 1831,
  "expiresAt": "2025-09-22T20:13:27.795Z",
  "createdAt": "2025-09-21T20:13:27.795Z"
}
Draftbit