Hello,<p>There are many services that return fake avatar images, but it can be hard to get consistent names and faces.<p>In this service ChatGPT was used to generate a list of users with various characteristics and Dall-E to generate their avatars, based on those.<p>You can get a random avatar image like so:
<a href="https://avatars.tzador.com/face" rel="nofollow">https://avatars.tzador.com/face</a><p>Or request a specific size, like so:
<a href="https://avatars.tzador.com/face?size=250" rel="nofollow">https://avatars.tzador.com/face?size=250</a><p>You can ask for specific gender, like so:
<a href="https://avatars.tzador.com/face?gender=female" rel="nofollow">https://avatars.tzador.com/face?gender=female</a><p>Also you can pin point with id param to get back always the same image:
<a href="https://avatars.tzador.com/face?gender=female&id=0987654321" rel="nofollow">https://avatars.tzador.com/face?gender=female&id=0987654321</a><p>If you need a list of fake users with their names, usernames and avatars, you can get it in JSON here.
<a href="https://avatars.tzador.com/faces" rel="nofollow">https://avatars.tzador.com/faces</a><p>Hope it helps someone, runs on CloudFlare, so should be fast, built using SvelteKit.