https://developer.github.com/v3/repos/deployments/
The API supports looking up Deployment and DeploymentStatus by ID with a simple GET request... eg.
https://api.github.com/repos/octocat/example/deployments/1
This doesn't seem to be supported in the repos_deployments code.