API version v1.0
List all public domains and subdomains on sxcu.net and their upload count, sorted by domain priority -> upload count.
GET /api?action=domains
GET | https://sxcu.net/api?action=domains |
[
{
"domain": "why-am-i-he.re",
"upload_count": 452,
"public": true,
"img_views": 1604
},
{
"domain": "go-get-a.life",
"upload_count": 420,
"public": true,
"img_views": 560
},
{
"domain": "nothing-to-see-he.re",
"upload_count": 297,
"public": true,
"img_views": 394
}
]
Parameter | Type | Description |
---|---|---|
(root) | JSONArray | An array of all of the registered domains on sxcu.net. |
(root) > domain | String | A domain name. |
(root) > upload_count | Integer | Amount of images uploaded to a domain in the domains list. |
(root) > public | Boolean | Whether a domain in the list requires a toke to upload to. |
(root) > img_views | Integer | The collective amount of views all images uploaded to a domain in the list got. |
Rate Limit | None |
Response Format | JSON |
Authentication | None |