Skip to content

Instantly share code, notes, and snippets.

@vertcitron
Created November 7, 2018 09:03
Show Gist options
  • Save vertcitron/cf738368066598e5198dd5cea81883a8 to your computer and use it in GitHub Desktop.
Save vertcitron/cf738368066598e5198dd5cea81883a8 to your computer and use it in GitHub Desktop.
{
"data": {
"id": "5a6f5029d0eea73a41398812",
"type": "image",
"title": "My image",
"timestamps": {
"created": "2018-02-19 13:20:00",
"uploaded": "2018-02-19 13:20:00",
"modified": "2018-02-19 13:20:00"
},
"slots": [
{
"name": "original",
"public_url": "http://mydomain.tld/image/5afa9f65272ab1099d/original/my-image-name.jpeg",
"filename": "my-image-name.jpeg",
"mime_type": "image/jpeg",
"file_size": 2302982,
"width": 5185,
"height": 2917
},
{
"name": "lowres",
"public_url": "http:///mydomain.tld/image/5afa9f65272ab1099d/lowres/my-image-name.jpeg",
"filename": "my-image-name.jpeg",
"mime_type": "image/jpeg",
"file_size": 2302982,
"width": 640,
"height": 360
}
],
"tags": [
"image",
"example"
],
"creator": {
"first_name": "john",
"last_name": "doe",
"email": "[email protected]"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment