Account Block Status

GET https://api.imgur.com/account/v1/{{username}}/block

Determine if the user making the request has blocked a username.

Response:

{
  "data": {
    "blocked": boolean
  }
}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring

RESPONSES

status: OK

{"data":{"id":48437714,"url":"ghostinspector","bio":null,"avatar":null,"reputation":0,"reputation_name":"Neutral","created":1481839668,"pro_expiration":false,"user_follow":{"status":false}},"success":true,"status":200}