Skip to content
jigsaw edited this page Apr 7, 2014 · 3 revisions

endpoint

(予定)

  • tumblr.joc.ky
  • tj.kosendj-bu.in

tumblub-kai

GET /api/images

params

size: [500, 1280]

返ってくる画像URLのサイズの指定

page: Number

ページの指定(sinceとの併用不可)

since: Id(Number)

指定したid以降のpostを返す(pageとの併用不可)

response

{
  "status": "success|error",
  "message": "null|error message",
  "images": [
    {
      "id": "Number",
      "photo_url": "String"
    }
  ]
}
Clone this wiki locally