Docker Search Official images

Is there a way to get a list of all the official images from docker store.
There is cli interface for searching the docker store which is ‘docker search’ but it requires a name argument and you cannot do regex in that query.
Any help will be appreciated.