GET store/related/…

Returns a list of publicly available drills that are related to a given drill.

Resource URL

https://www.drillster.com/api/2/store/related/{drillId}

Response

A 2.0 Drillables object, containing the total number of drills that were found (total), and a list of 2.0 Drillable objects (drills).

Example request

GET https://www.drillster.com/api/2/store/related/eSxMA4MISaCjJA43PgMEnQ

Response

{
  "total": 1,
  "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"
  } ]
}

Error responses

The following error situations are possible:

ID Description
error An undefined error has occurred.