https://memorize.ai/api/{method}
key(required) Your API keyid(required) The user's ID
id: stringThe user's IDname: stringThe user's nameinterests: string[]The users' interests. An array of topic IDs.decks: numberThe number of decks this user hasall_decks: string[]All the decks this user has ever owned, even deleted ones. An array of deck IDs.
key(required) Your API keyid(required) The deck's ID
or
key(required) Your API keyshort_id(required) The deck's short ID. Can be found in the URL/d/{short_id}/...
id: stringshort_id: stringslug: stringShortened version of the nameurl: stringtopics: string[]Array of topic IDshas_image: booleanimage_url: stringname: stringsubtitle: stringdescription: stringratings: objectaverage: numbertotal: numberindividual: number[5]number1 star ratingsnumber2 star ratingsnumber3 star ratingsnumber4 star ratingsnumber5 star ratings
downloads: numbercards: numberunsectioned_cards: numbercurrent_users: numberall_time_users: numberfavorites: numbercreator_id: stringdate_created: numberMilliseconds since 1970date_last_updated: numberMilliseconds since 1970
key(required) Your API keydeck_id(required) The deck's IDsection_id(optional) The section's IDlimit(optional) The limit on how many sections should be returned
If the section_id is specified, a single section is returned. Otherwise, an array of sections is returned.
id: stringname: stringcards: numberThe number of cards the section contains
key(required) Your API keydeck_id(required) The deck's IDsection_id(optional) The section's IDcard_id(optional) The card's IDlimit(optional) The limit on how many cards should be returned
If the card is specified, a single card is returned. Otherwise, an array of cards is returned.
You can filter what cards should be returned by specifying the section_id.
id: stringsection_id: string | nullIf null, the card is unsectionedfront: stringback: string
key(required) Your API keyid(required) The topic's ID
or
key(required) Your API keyname(required) The topic's name
or
key(required) Your API keycategory(required) The topic's category
or
key(required) Your API key
If no query parameters are sent, all an array of all topics are returned.
If the category is specified, an array of topics is returned containing all topics that are filed under that category.
Otherwise, a single topic is returned.
id: stringname: stringcategory: string