GET store/popular
Returns a list of most popular (most practiced) Gallery entries.
Resource URL
https://www.drillster.com/api/2.1.1/store/popular
Response
A 2.1.1 Drillables object, containing the total number of drills that were found (total
),
and a list of 2.1.1 Drillable objects (drills
).
Example request
GET https://www.drillster.com/api/2.1.1/store/popular
Response
{
"total": 2,
"drills": [ {
"id": "05SphFmaY6-snZz9JA2agg",
"name": "15 years of solitude",
"subject": "English",
"type": "DRILL",
"size": 67,
"description": "Vocabulary exercise",
"icon": {
"type": "image/png",
"url": "https://www.drillster.com/bin/drillable-icon/05SphFmaY6-snZz9JA2agg.3Yzv"
},
"version": "3Yzv"
}, {
"id": "Nc2favmARliiZcz7O6RfTw",
"name": "Characteristics of Leadership Styles",
"subject": "Leadership and Management",
"type": "DRILL",
"size": 10,
"description": "In this drill you will learn about the leadership and management styles that you can apply. Give the correct response. Answers are repeated in a smart way. Questions that you answer incorrectly are repeated more often than questions that you answer correctly.",
"icon": {
"type": "image/jpeg",
"url": "https://www.drillster.com/bin/drillable-icon/Nc2favmARliiZcz7O6RfTw.syRF"
},
"version": "syRF"
} ]
}
Error responses
The following error situations are possible:
ID | Description |
---|---|
error |
An undefined error has occurred. |
Last updated on