Gyazo API

The API request to search through a user's saved images.

URL
GET https://api.gyazo.com/api/search
parameters
KeyTypeRequiredDefaultRemarks
access_tokenstringUser's access token
querystringSearch query (max length: 200 characters)
pageinteger1Page number for pagination
perinteger20Number of results per page (max: 100)
response body
[
    {
        "image_id": "8980c52421e452ac3355ca3e5cfe7a0c",
        "permalink_url": "http://gyazo.com/8980c52421e452ac3355ca3e5cfe7a0c",
        "thumb_url": "https://i.gyazo.com/thumb/afaiefnaf.png",
        "url": "https://i.gyazo.com/8980c52421e452ac3355ca3e5cfe7a0c.png",
        "type": "png",
        "created_at": "2014-05-21 14:23:10+0900",
        "metadata": {
           "app": null,
           "title": null,
           "url": null,
           "desc": ""
        },
        "ocr": {
           "locale": "en",
           "description": "Sample text\n"
        }
    },
    ...
]
notes
  • This API is only available for Ninja users
  • The search query must be less than 200 characters
  • The maximum number of results per page is 100