How to get a list of all the available plugins names

You can use this URL to run GET request:

https://api.wordpress.org/plugins/info/1.1/?action=query_plugins&request[page]=2&request[per_page]=100&request[browse]=new

You will get JSON object that includes plugins, the total number of plugins, page, the total number of pages. It will sort plugins from newest to oldest.