30 endapunktar: UUID/password/color/lorem generators, DNS lookup, QR codes, URL shortener, WHOIS, color palettes, barcodes, SSL check, PageSpeed, bike-sharing, placeholder images, avatars, hash computation, random user generation from RandomUser.me, search, and rauntíma SSE streaming.
Grunnslóð: https://nordapi.ee/api/v1
GET /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.
count
valfrjálst
sjálfgefið: 1
curl https://nordapi.ee/api/v1/generate/uuid
GET /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.
curl https://nordapi.ee/api/v1/generate/color
GET /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.
length
valfrjálst
sjálfgefið: 16
curl "https://nordapi.ee/api/v1/generate/password?length=20"
GET /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.
paragraphs
valfrjálst
sjálfgefið: 3
curl "https://nordapi.ee/api/v1/generate/lorem?paragraphs=3"
GET /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.
count
valfrjálst
sjálfgefið: 1
curl https://nordapi.ee/api/v1/generate/user
GET /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.
domain
nauðsynlegt
type
valfrjálst
sjálfgefið: A
curl "https://nordapi.ee/api/v1/dns/lookup?domain=nordapi.ee&type=A"
GET /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.
ip
nauðsynlegt
curl "https://nordapi.ee/api/v1/dns/reverse?ip=8.8.8.8"
GET /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.
data
nauðsynlegt
size
valfrjálst
sjálfgefið: 300
curl "https://nordapi.ee/api/v1/qr/generate?data=https://nordapi.ee"
GET /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.
url
nauðsynlegt
curl "https://nordapi.ee/api/v1/url/shorten?url=https://nordapi.ee"
GET /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ð.
domain
nauðsynlegt
curl https://nordapi.ee/api/v1/whois/google.com
GET /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.
hex
nauðsynlegt
mode
valfrjálst
sjálfgefið: analogic
count
valfrjálst
sjálfgefið: 5
curl "https://nordapi.ee/api/v1/colors/scheme/4287f5?mode=analogic"
GET /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.
hex
nauðsynlegt
curl https://nordapi.ee/api/v1/colors/4287f5
GET /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.
curl https://nordapi.ee/api/v1/barcode/types
GET /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.
type
nauðsynlegt
data
nauðsynlegt
curl "https://nordapi.ee/api/v1/barcode/generate?type=code128&data=NORDAPI"
GET /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.
domain
nauðsynlegt
curl https://nordapi.ee/api/v1/ssl/nordapi.ee
GET /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.
url
nauðsynlegt
strategy
valfrjálst
sjálfgefið: mobile
curl "https://nordapi.ee/api/v1/pagespeed/analyze?url=https://nordapi.ee"
GET /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.
curl https://nordapi.ee/api/v1/bikes/networks
GET /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.
network
nauðsynlegt
curl https://nordapi.ee/api/v1/bikes/network/oslo-bysykkel
GET /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.
width
valfrjálst
sjálfgefið: 600
height
valfrjálst
sjálfgefið: 400
curl "https://nordapi.ee/api/v1/placeholder/random?width=800&height=600"
GET /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.
page
valfrjálst
sjálfgefið: 1
limit
valfrjálst
sjálfgefið: 20
curl "https://nordapi.ee/api/v1/placeholder/list?page=1&limit=10"
GET /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.
id
nauðsynlegt
width
valfrjálst
sjálfgefið: 600
height
valfrjálst
sjálfgefið: 400
curl "https://nordapi.ee/api/v1/placeholder/237?width=800&height=600"
GET /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.
curl https://nordapi.ee/api/v1/avatars/styles
GET /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.
seed
nauðsynlegt
style
valfrjálst
sjálfgefið: avataaars
size
valfrjálst
sjálfgefið: 200
curl "https://nordapi.ee/api/v1/avatars/generate?seed=john_doe"
GET /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.
input
nauðsynlegt
reiknirit
valfrjálst
sjálfgefið: sha256
curl "https://nordapi.ee/api/v1/hash?input=hello+world&algorithm=sha256"
GET /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.
input
nauðsynlegt
curl "https://nordapi.ee/api/v1/hash/all?input=hello+world"
GET /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.
curl https://nordapi.ee/api/v1/hash/algorithms
GET /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.
q
nauðsynlegt
curl "https://nordapi.ee/api/v1/search?q=weather"
GET /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.
gender
valfrjálst
nat
valfrjálst
curl https://nordapi.ee/api/v1/randomuser
GET /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.
curl https://nordapi.ee/api/v1/stream/topics
GET /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.
efni
nauðsynlegt
hjartsláttur
valfrjálst
sjálfgefið: 30
curl -N "https://nordapi.ee/api/v1/stream?topics=crypto:bitcoin,electricity:NO1"