Subjects
Get a list of subjects
Last updated
Last updated
GET /subjects?pk=text HTTP/1.1
Host: api.dorkk.online
x-api-key: YOUR_API_KEY
Accept: */*
{
"count": "text",
"items": [
{
"pk": "text",
"id": "text",
"name": "text",
"noVideos": "text",
"cardUrl": "text"
}
]
}