I have archived this plugin because its 15 lines of code you should implement yourself instead of depending on a plugin.
Simple plugin to randomly sort the data of a request.
npm install strapi-plugin-random-sort
or
yarn add strapi-plugin-random-sort
'random-sort': {
enabled: true,
},
Add a ?randomSort=true
as a query parameter
http://localhost:1337/api/blogs?populate=*&randomSort=true
If you found this plugin helpful give it a star?