im working with php and using Abraham\TwitterOAuth lib.
So it does looks like that:
$connection->get(“statuses/retweets/” . $tweet->id_str . “.json”);
So im not 100% sure about the full url it create
But I had no problems so far
edit: just noticed you are the @abraham that created the lib im using 