34 endpoints match this tag.
/link/preview
Dragðu út metadata from hvaða ... sem er URL: title, description, author, publisher, language, images, and logos. Fullkomið til að byggja link preview cards like those in Slack, Twitter, or Discord.
/link/screenshot
Dragðu út metadata from a URL plus capture a screenshot image. Skilar same data as link preview with an additional screenshot URL.
/profanity/check
Athugaðu if text contains profanity. Skilar true or false.
/profanity/filter
Filter profanity from text, replacing bad words with asterisks or a custom replacement. Styður adding custom words to filter.
/avatars/generate
Myndaðu unique avatar myndaslóðum from a seed string (like a username or email). Skilar URLs from three different services: DiceBear (17 art styles, SVG/PNG), UI Avatars (initials-based), and RoboHash (robots/monsters). The same seed always produces sömu avatar, making it fullkomið fyrir user profile defaults.
/avatars/styles
Skráðu allar 17 available avatar art styles from DiceBear þar á meðal adventurer, pixel-art, bottts (robots), lorelei, og fleira. Each style produces a completely different visual aesthetic for generated avatars.
/barcode/generate
Myndaðu a barcode myndaslóð in hvaða ... sem er supported format (Code 128, Code 39, EAN-13, UPC-A, etc.). Gefðu upp the barcode type and data to encode, and receive a URL to the rendered barcode image. Gagnlegt fyrir inventory management kerfi, shipping label generators, product labeling verkfæri, event ticket kerfi, and retail applications that need to búðu til scannable barcodes programmatically.
/barcode/types
Skráðu allar supported barcode formats for generation, þar á meðal Code 128, Code 39, EAN-13, EAN-8, UPC-A, QR Code, Data Matrix, og fleira. Use this to uppgötvaðu which barcode types are available and their characteristics before generating barcodes. Gagnlegt fyrir inventory management forrit and shipping label generators that need to select the right barcode format.
/bikes/networks
Fáðu a list of allar bike-sharing networks worldwide frá CityBikes API, sem nær yfir 600+ cities í the globe. Skilar network names, cities, countries, and network IDs. Gagnlegt til að byggja borgarsamgöngur forrit, bike-sharing aggregators, sjálfbærar samgöngur mælaborð, and city comparison verkfæri that evaluate cycling infrastructure.
/bikes/network/:network
Fáðu allar bike docking stations í tilteknu bike-sharing network, þar á meðal the number of available bikes and empty slots at hverja station í rauntíma. Gefðu upp the network ID (t.d. oslo-bysykkel for Oslo City Bike). Gagnlegt til að byggja bike-sharing forrit, borgarsamgöngur mælaborð, station availability maps, and verkfæri that help cyclists finndu the nearest available bike or empty dock. Gögn frá CityBikes sem nær yfir 600+ cities worldwide.
/colors/:hex
Fáðu comprehensive information about hvaða ... sem er color by its hex code. Skilar closest named color, RGB, HSL, HSV, and CMYK values, contrast suggestions, and a preview myndaslóð. Gagnlegt fyrir design verkfæri, accessibility checkers that need color contrast data, color conversion utilities, and educational forrit teaching color theory.
/colors/scheme/:hex
Myndaðu a harmonious color palette from hvaða ... sem er starting hex color. Styður multiple color theory modes: analogic, complement, monochrome, triad, quad, og fleira. Skilar a stillanleg number of colors (default 5), hverja with hex, RGB, and HSL values. Gagnlegt fyrir design verkfæri, theme generators, brand color exploration, and hvaða ... sem er creative application that needs to derive related colors from a base color.
/dns/lookup
Framkvæmdu DNS record lookups for hvaða ... sem er domain name. Styður allar major record types: A (IPv4 address), AAAA (IPv6), MX (mail servers), CNAME (canonical name), TXT (text records þar á meðal SPF/DKIM), NS (nameservers), and SOA (start of authority). Gagnlegt fyrir domain troubleshooting verkfæri, email deliverability checkers, DNS monitoring mælaborð, and network administration utilities.
/dns/reverse
Framkvæmdu a reverse DNS (PTR) lookallt að finndu the hostname associated with an IP address. Takes an IP address and returns its registered hostname. Gagnlegt fyrir identifying servers by IP, verifying email sender authenticity, security investigations, and network administration tasks where you need to resolve IPs back to domain names.
/generate/color
Myndaðu a random color with its hex code, RGB values, HSL values, and a human-readable color name. Gagnlegt fyrir design verkfæri that need color inspiration, generative art projects, UI theming eiginleika, placeholder color generation, and hvaða ... sem er creative application that benefits from random color selection.
/generate/lorem
Myndaðu Lorem Ipsum placeholder text with a stillanleg number of paragraphs (default 3). Skilar classic Latin-based dummy text used in design, typesetting, and web development to fill layouts before real content is available. Gagnlegt fyrir design mockups, content management system development, print layout testing, and hvaða ... sem er prototype that needs realistic-looking text blocks.
/generate/password
Myndaðu a cryptographically secure random password with stillanleg length (default 16 characters). Inniheldur uppercase, lowercase, numbers, and special characters for maximum strength. Gagnlegt fyrir password manager forrit, account creation flows, security verkfæri, and hvaða ... sem er feature where users need help creating strong passwords. Never reuses or stores generated passwords.
/generate/user
Myndaðu realistic but entirely fake user profiles for testing and development. Each profile inniheldur a random name, email, username, address, phone number, date of birth, and avatar URL. Gagnlegt fyrir populating test databases, UI prototyping with realistic data, demo environments, load testing, and anywhere you need realistic user data án using real personal information.
/generate/uuid
Myndaðu one eða fleiri cryptographically random UUID v4 identifiers. UUIDs are universally unique 128-bit identifiers in the standard 8-4-4-4-12 format (t.d. 550e8400-e29b-41d4-a716-446655440000). Gagnlegt fyrir generating database primary keys, session tokens, correlation IDs for distributed kerfi, and hvaða ... sem er situation where you need globally unique identifiers án a central registry.
/hash/algorithms
Skráðu allar supported cryptographic hash algorithms with their names. Styður nú MD5, SHA-1, SHA-256, SHA-384, and SHA-512.
/hash/all
Myndaðu hashes of an input string using ALL supported algorithms at once (MD5, SHA-1, SHA-256, SHA-384, SHA-512). Skilar allar five hashes in eina response. Gagnlegt fyrir comparing algorithm outputs or generating multiple checksums simultaneously.
/hash
Myndaðu a cryptographic hash of hvaða ... sem er input string using your choice of algorithm. Styður MD5, SHA-1, SHA-256, SHA-384, and SHA-512. Gagnlegt fyrir checksum verification, data integrity checks, and development testing. Computed locally with zero external dependencies.
/pagespeed/analyze
Greindu hvaða ... sem er website's performance með Google PageSpeed Insights API. Skilar a 0-100 performance score, Core Web Vitals metrics (LCP, FID, CLS), specific improvement suggestions, and resource load breakdowns. Styður farsíma og borðtölvu analysis strategies. Gagnlegt fyrir web performance monitoring mælaborð, SEO verkfæri, client reporting, and development workflows that track site speed yfir tíma.
/placeholder/:id
Fáðu URLs for a specific placeholder image by its Lorem Picsum ID. Useful when you need a consistent image í page loads rather than random ones.
/placeholder/list
Skoðaðu the Lorem Picsum image catalog with author credits and niðurhalstengingum. Blaðsíðuskipt list of curated, high-quality photographs available as placeholders. Hver mynd inniheldur the photographer's name and original source.
/placeholder/random
Myndaðu URLs for random placeholder images from Lorem Picsum. Fullkomið fyrir wireframes, mockups, and development. Skilar direct myndaslóðum in multiple styles þar á meðal grayscale and blur effects. Engar tengingartakmarkanir.
/qr/generate
Myndaðu a QR code myndaslóð for hvaða ... sem er text, URL, or data string. Stillanleg stærð (default 300px). Skilar a URL to a PNG QR code image that can be embedded in web pages, printed on materials, or displayed in forrit. Gagnlegt fyrir sharing URLs, Wi-Fi credentials, contact cards, event tickets, payment links, and hvaða ... sem er data that needs to be quickly scannable by mobile devices.
/randomuser
Myndaðu a realistic random user profile frá RandomUser.me API, a popular service for generating fake user data. Skilar a complete user identity þar á meðal name, email, phone, address (street, city, state, country, postcode), date of birth, age, profile picture URLs (thumbnail, medium, large), login credentials (username, password), nationality, and a unique ID. Ólíkt /generate/user endapunktur which generates simple profiles locally, this endapunktur produces richer, more realistic data with actual profile photos. Tilvalið fyrir UI prototyping, populating demo environments, testing user registration flows, and creating realistic mockup data for presentations.
/search
Search í allar NordAPI endapunktar by keyword. Skilar samsvarandi categories and endapunktar with relevance scoring, making it easy to uppgötvaðu available APIs programmatically. Searches endapunktur names, descriptions, paths, and parameter names. Gagnlegt til að byggja API explorers, documentation search eiginleika, integration discovery verkfæri, and chatbots that help users finndu the right API endapunktur for their needs.
/ssl/:domain
Athugaðu the SSL/TLS certificate status for hvaða ... sem er domain. Skilar certificate validity, issuer, expiration date, days until expiry, certificate chain details, and protocol support. Gagnlegt til að vakta website security, building uptime mælaborð that track certificate health, alerting kerfi that warn before certificates expire, and security audit verkfæri. Checks are performed í rauntíma á móti the live server.
/stream
Tengdu við a Server-Sent Events stream for rauntíma push updates. Gerðu áskrift að broad topics or filter to specific items með topic:filter syntax. Events include unique IDs for reconnection (pass Last-Event-ID header to resume). Heartbeat keeps the connection alive. Use curl -N or JavaScript EventSource. 14 topics available: gengi, crypto, electricity, commodities, economics, holidays, weather, earthquakes, geimveður, NASA, sports, news, VAT, and currencies.
/stream/topics
Skráðu allar 14 available streaming topics with descriptions, update frequencies, and supported filters. Each topic can be filtered to specific items (t.d. crypto:bitcoin, electricity:NO1, exchange_rates:EUR/USD). Also shows JavaScript EventSource and curl usage examples.
/url/shorten
Stuttu hvaða ... sem er long URL into a compact, shareable short link. Skilar shortened URL that redirects to the original. Gagnlegt fyrir social media sharing where character count matters, generating clean links for print materials, tracking link usage, and making long URLs with many parameters more manageable and user-friendly.
/whois/:domain
Flettu upp WHOIS registration data for hvaða ... sem er domain name. Skilar domain registrar, creation date, expiration date, nameservers, registration status, and available registrant contact information. Gagnlegt fyrir domain research verkfæri, brand protection monitoring, checking domain availability and age, due diligence on websites, and building domain management mælaborð.