example-data.com

courses / #66

instructorUserId
37
title
Fundamentals of SEO
slug
fundamentals-of-seo-66
description
Talio thymum patrocinor suffoco. Distinctio carus adaugeo dolore volo versus argentum videlicet. Cicuta saepe patria vulpes artificiose centum. Dolore titulus accedo audio clamo terebro velum apud.
category
marketing
difficulty
beginner
language
German
durationHours
35.1
priceFrom
183.44
currency
USD
thumbnailUrl
https://picsum.photos/seed/course-66/800/450
rating
3.6
ratingCount
297
enrollmentCount
1530
isPublished
false
createdAt
updatedAt

Component variants

Related

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

const res = await fetch(
  "https://example-data.com/api/v1/courses/66"
);
const course = (await res.json()) as Course;
import requests

res = requests.get(
    "https://example-data.com/api/v1/courses/66"
)
course = res.json()
{
  "id": 66,
  "instructorUserId": 37,
  "title": "Fundamentals of SEO",
  "slug": "fundamentals-of-seo-66",
  "description": "Talio thymum patrocinor suffoco. Distinctio carus adaugeo dolore volo versus argentum videlicet. Cicuta saepe patria vulpes artificiose centum. Dolore titulus accedo audio clamo terebro velum apud.",
  "category": "marketing",
  "difficulty": "beginner",
  "language": "German",
  "durationHours": 35.1,
  "priceFrom": 183.44,
  "currency": "USD",
  "thumbnailUrl": "https://picsum.photos/seed/course-66/800/450",
  "rating": 3.6,
  "ratingCount": 297,
  "enrollmentCount": 1530,
  "isPublished": false,
  "createdAt": "2025-06-04T07:14:27.555Z",
  "updatedAt": "2025-08-01T14:25:32.320Z"
}
Draftbit