I understand that this isn’t completely useful as a response, as obviously I do have mute available to my account at the moment… but here’s what I see:
twurl "/1.1/friendships/show.json?source_screen_name=artesea&target_screen_name=KirstieMAllsopp"
Response:
{
"relationship": {
"source": {
"id": 5717352,
"id_str": "5717352",
"screen_name": "artesea",
"following": true,
"followed_by": false,
"notifications_enabled": null,
"can_dm": false,
"blocking": null,
"muting": null,
"want_retweets": null,
"all_replies": null,
"marked_spam": null
},
"target": {
"id": 33018114,
"id_str": "33018114",
"screen_name": "KirstieMAllsopp",
"following": false,
"followed_by": true
}
}
}
(obviously showing null instead of false/true here, because I’m not one of the users in the relationship). I also validated that it works for me with ids instead of screen_names.
We’ve done a small amount of work around the API this week so bear with us as we make it available to everyone, it may take a few days more.