13 endpoints match this tag.
/emoji/random
Obtenez un emoji aléatoire avec its Unicode code point, HTML entity, character, name, category, et group. Couvre le full Unicode emoji catalog y compris smileys, animals, food, activities, objects, symbols, et flags. Utile pour les chatbot personality features, social media tools, creative writing prompts, fun UI elements, et tout app qui wants to add a touch of playful randomness.
/avatars/generate
Générez des URL d'avatar uniques image URLs de a seed string (like a username ou email). Renvoie URLs de three different services: DiceBear (17 art styles, SVG/PNG), UI Avatars (initials-based), et RoboHash (robots/monsters). The same seed always produces le same avatar, making it idéal pour les user profile defaults.
/barcode/generate
Générez un code-barres image URL in tout supported format (Code 128, Code 39, EAN-13, UPC-A, etc.). Provide le barcode type et data to encode, et receive a URL to le rendered barcode image. Utile pour les inventory management systems, shipping label generators, product labeling tools, event ticket systems, et retail applications qui need to create scannable barcodes programmatically.
/colors/scheme/:hex
Générez une palette de couleurs harmonieuse de tout starting hex color. Prend en charge plusieurs color theory modes: analogic, complement, monochrome, triad, quad, et plus encore. Renvoie un configurable number of colors (default 5), chaque avec hex, RGB, et HSL values. Utile pour les design tools, theme generators, brand color exploration, et tout creative application qui needs to derive related colors de a base color.
/generate/color
Générez une couleur aléatoire avec its hex code, RGB values, HSL values, et a human-readable color name. Utile pour les design tools qui need color inspiration, generative art projects, UI theming features, placeholder color generation, et tout creative application qui benefits de random color selection.
/generate/lorem
Générez du Lorem Ipsum placeholder text avec a configurable number of paragraphs (default 3). Renvoie classic Latin-based dummy text used in design, typesetting, et web development to fill layouts before real content is available. Utile pour les design mockups, content management system development, print layout testing, et tout prototype qui needs realistic-looking text blocks.
/generate/password
Générez un mot de passe aléatoire cryptographiquement sécurisé avec configurable length (default 16 characters). Comprend uppercase, lowercase, numbers, et special characters pour maximum strength. Utile pour les password manager apps, account creation flows, security tools, et tout feature where users need help creating strong passwords. Never reuses ou stores generated passwords.
/generate/user
Générez des profils d'utilisateur réalistes mais entièrement fictifs pour testing et development. Each profile comprend a random name, email, username, address, phone number, date of birth, et avatar URL. Utile pour les populating test databases, UI prototyping avec realistic data, demo environments, load testing, et anywhere you need realistic user data sans en utilisant real personal information.
/generate/uuid
Générez un ou plusieurs cryptographically random UUID v4 identifiers. UUIDs are universally unique 128-bit identifiers in le standard 8-4-4-4-12 format (e.g., 550e8400-e29b-41d4-a716-446655440000). Utile pour les generating database primary keys, session tokens, correlation IDs pour distributed systems, et tout situation where you need globally unique identifiers sans a central registry.
/placeholder/:id
Obtenir URLs for a specific substitution image by its Lorem Picsum ID. Useful when you need a consistent image across page loads rather than random ones.
/placeholder/random
Générer URLs for random substitution images from Lorem Picsum. Idéal pour wireframes, mockups, and development. Renvoie direct image URLs in multiple styles y compris grayscale and blur effects. No hotlinking limits.
/qr/generate
Générer a QR code image URL for any text, URL, or data string. Configurable size (default 300px). Renvoie a URL to a PNG QR code image that can be embedded in web pages, printed on materials, or displayed in apps. Utile pour sharing URLs, Wi-Fi credentials, contact cards, event tickets, payment links, and any data that needs to be quickly scannable by mobile devices.
/randomuser
Générez un profil d'utilisateur aléatoire réaliste de le RandomUser.me API, a popular service pour generating fake user data. Renvoie un complete user identity y compris name, email, phone, address (street, city, state, country, postcode), date of birth, age, profile picture URLs (thumbnail, medium, large), login credentials (username, password), nationality, et a unique ID. Unlike le /generate/user endpoint qui generates simple profiles locally, this endpoint produces richer, more realistic data avec actual profile photos. Idéal pour les UI prototyping, populating demo environments, testing user registration flows, et creating realistic mockup data pour presentations.