Twitter API Explorer

blocks/exists

Returns if the authenticating user is blocking a target user. Will return the blocked user's object if a block exists, and error with a HTTP 404 response code otherwise.

http://twitter.com/blocks/exists.{{response_format}}

1 call per request

One of the following parameters is required:

  • Specfies the ID of the potentially blocked user.

  • Specfies the screen name of the potentially blocked user.

Show
  • You can also use the (ambiguous) parameter - id. The ID or screen_name of the potentially blocked user. (Example: http://twitter.com/blocks/exists/bob.xml)


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.