Looks like the Great Firewall or something like it is preventing you from completely loading www.skritter.com because it is hosted on Google App Engine, which is periodically blocked. Try instead our mirror:

legacy.skritter.cn

This might also be caused by an internet filter, such as SafeEyes. If you have such a filter installed, try adding appspot.com to the list of allowed domains.

VocabList Entity

VocabList properties are the meta-data for a list, such as its name, description and tags. It also contains the sections which contain the words for the list.

Properties

  • id
  • name
    (required for new lists) (mutable)
  • lang
    (required for new lists)
  • shortName
    ("official" lists only)
  • description
    (mutable) (long string)
  • categories
    list of strings. Usually only consists of one or two strings, the first either being "Textbooks" or "Other" and the second being the series it belongs to.
    ("official" lists only)
  • creator
    the User id of the person who made it
    ("custom" lists only)
  • creatorName
    the User name of the person who made it
    ("custom" lists only, must specify include_user_names)
  • changed
    timestamp of when the list's contents were changed
  • published
    timestamp
    ("custom" lists only)
  • deleted
    boolean
    (deprecated in favor of "disabled")
  • disabled
    boolean
    (mutable)
  • parent
    VocabList id this list was remixed from, if it was remixed
  • sort
    "official", "custom", "chinesepod-lesson" or "chinesepod-label"
  • updating
    whether or not this list is being updated currently (ChinesePod lists only).
  • singleSect
    whether or not this is a "small" list, ie only one section.
    (mutable only when making a new list) (default: false)
  • tags
    list of strings
    (mutable)
  • editors
    list of User ids, who are allowed to edit this list
    (mutable)
  • public
    whether this list may be edited by any user or not
    (mutable) (default: false)
  • peopleStudying
    integer
  • studyingMode
    "not studying", "adding", "reviewing" or "finished"
    Cannot be set to "finished" directly.
    If set to "not studying", all Items being studied solely from this VocabList will be disabled.
    (mutable)
  • currentSection
    id for the VocabListSection that is currently being added from, if the VocabList is being studied and it isn't finished.
    (mutable)
  • currentIndex
    index of which VocabListRow in the section will be added next. Not necessarily a valid index.
    (mutable)
  • sectionsSkipping
    list of VocabListSection ids this user will not studying from
    (mutable)
  • autoSectionMovement
    If false, the list goes from 'adding' to 'reviewing' whenever a section is complete
    (mutable) (default: true)
  • sections
    list of VocabListSections
    (mutable)
  • partsStudying
    list of parts that are being studied for this list
    (mutable)
  • limitSentenceParts
    boolean. If true, list does not add rune or tone parts for sentences in the list.
    (mutable)
  • percentDone
    only included if requested through include_percent_done, and the list is being studied.
    (integer between 0 and 100)