API version v1.0
Returns basic info and statistics about a file on sxcu.net
GET sxcu.net/{ID}.json
GET | https://sxcu.net/QNeo92.json |
{
"img_id": "QNeo92",
"url": "https://sxcu.net/QNeo92.png",
"views": 0,
"viewable": 1,
"collection": null,
"size": 27378,
"upload_time": 1551557590
}
Parameter | Type | Description |
---|---|---|
id | String | The ID of the image. |
url | String | The direct URL to the image. |
views | Integer | The amount of views this image has got. |
viewable | boolean | Determines if the image is viewable or it was taken down due to various reasons. |
collection | Integer | The collection ID with which this image is associated (if any) |
size | Integer | Size of image in bytes. |
upload_time | Integer | A UNIX Timestamp of the date of upload of this image. |
Rate Limit | None |
Response Format | JSON |
Authentication | None |