Not able to fetch the list of docker images from curl

I am trying to fetch the list of docker images through below mentioned curl command. But I couldn’t able to get this.

GET /v1/repositories/(namespace)/(repo_name)/images

curl --raw -L --user username:password https://index.docker.io/v1/repositories/vipulshivnani/ubuntu14.04/images

Do the above commands are wrong?