Returns list of all users blocked by a user.
https://api.nmd.co/users/:username/blockees
Name | Required | Description |
---|---|---|
username | Yes | Username of the user to be fetched (e.g. @jackychan) |
Name | Required | Description | Default |
---|---|---|---|
order | No | Specify orders of posts. (DESC or ASC) | DESC |
limit | No | Specify the number of posts to fetch. (Maximum=1000) | |
offset | No | Specify the posts offset to begin the fetch. | 0 |
{
"payload": {
"items": [
{
"tld": "4813",
"subdomain": null,
"timestamp": "2020-03-23T06:11:40.000Z",
"blockeeTld": "9325",
"blockeeSubdomain": null
}
],
"next": null
}
}