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.

Request Entity

Requests represent API requests you are Batching.

Properties

  • path
    url path of the request. Start with 'api' (ex: 'api/v0/items')
    (required)
  • method
    method of the request, either 'GET', 'PUT', or 'POST'
    (required)
  • params
    object, the GET parameters for the request
  • post
    string, the POST data. Excluded when returned
  • spawner
    boolean, signaling the system to spawn as many further Requests as necessary to complete the entire query in this request.
    (default: false)
  • id
  • created
    when this request was created and queued (but not necessarily when it started running)
  • spawnedBy
    id of the Batch or Parallel Request this is part of
  • done
    false if unfinished, timestamp of when this request finished otherwise
  • responseSize
    number in bytes the size of the (uncompressed) response
  • responseStatusCode
  • response