Skip to content

Instantly share code, notes, and snippets.

@egoist
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoist/ef8ae325caa15b8fb66c to your computer and use it in GitHub Desktop.
Save egoist/ef8ae325caa15b8fb66c to your computer and use it in GitHub Desktop.
API for UNRAVEL http://insekai.com/unravel

按日期获取

Type: GET

URL: https://insekai.com/api/get_unravel_by_date/YOUR_DATE

YOUR_DATE: YYYYMMDD

RESPONSE:

{
"title": "UNRAVEL title",
"content": "Original markdown content",
"content_rendered": "Parsed as markdown",
"date": "20141208",
"addtime": "1417871191",
"source": "0",
"views": "0",
"link": "http://link-to-wikipedia.com"
}
名称 说明
source 0: Wikipedia,1: Moegirl

错误处理

RESPONSE:

{
"status": "bad",
"detail": "what is going on"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment