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.

Vocab Updates Endpoint

Vocab Updates are daily reports on what Vocabs were changed on a given day. Used by clients to know what locally-stored Vocabs need updating.

GET http://legacy.skritter.com/api/v0/vocabupdates

Parameters

  • offset
    return updates from after the specified offset (YYYY-MM-DD)
  • limit
    maximum number of Vocabs to fetch
    (default: 100) (max: 100)
  • fields comma-separated list of Vocab properties to return.
    (default: all)

Response

GET http://legacy.skritter.com/api/v0/vocabupdates/(date)

Fetches a single VocabUpdate for the given date.

Parameters

  • fields comma-separated list of Vocab properties to return.
    (default: all)

Response