https://memorize.ai/api/{method}
key
(required) Your API keyid
(required) The user's ID
id: string
The user's IDname: string
The user's nameinterests: string[]
The users' interests. An array of topic IDs.decks: number
The 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: string
short_id: string
slug: string
Shortened version of the nameurl: string
topics: string[]
Array of topic IDshas_image: boolean
image_url: string
name: string
subtitle: string
description: string
ratings: object
average: number
total: number
individual: number[5]
number
1 star ratingsnumber
2 star ratingsnumber
3 star ratingsnumber
4 star ratingsnumber
5 star ratings
downloads: number
cards: number
unsectioned_cards: number
current_users: number
all_time_users: number
favorites: number
creator_id: string
date_created: number
Milliseconds since 1970date_last_updated: number
Milliseconds 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: string
name: string
cards: number
The 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: string
section_id: string | null
If null, the card is unsectionedfront: string
back: 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: string
name: string
category: string