courses / #76
- instructorUserId
- 228
- title
- The Complete Guide to Typography
- slug
- the-complete-guide-to-typography-76
- description
- Cometes officia comes coepi textilis avaritia conservo. Toties derelinquo pecus vestigium.
- category
- design
- difficulty
- beginner
- language
- English
- durationHours
- 49.9
- priceFrom
- 63.59
- currency
- USD
- thumbnailUrl
- https://picsum.photos/seed/course-76/800/450
- rating
- 4.6
- ratingCount
- 2094
- enrollmentCount
- 9808
- isPublished
- false
- createdAt
- updatedAt
Component variants
Related
Referenced by
curl -sS \
"https://example-data.com/api/v1/courses/76" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/courses/76"
);
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/76"
);
const course = (await res.json()) as Course;import requests
res = requests.get(
"https://example-data.com/api/v1/courses/76"
)
course = res.json() {
"id": 76,
"instructorUserId": 228,
"title": "The Complete Guide to Typography",
"slug": "the-complete-guide-to-typography-76",
"description": "Cometes officia comes coepi textilis avaritia conservo. Toties derelinquo pecus vestigium.",
"category": "design",
"difficulty": "beginner",
"language": "English",
"durationHours": 49.9,
"priceFrom": 63.59,
"currency": "USD",
"thumbnailUrl": "https://picsum.photos/seed/course-76/800/450",
"rating": 4.6,
"ratingCount": 2094,
"enrollmentCount": 9808,
"isPublished": false,
"createdAt": "2024-07-11T05:10:12.670Z",
"updatedAt": "2024-09-20T05:41:27.640Z"
}