30 endpoints: 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, und Echtzeit SSE streaming.
Basis-URL: https://nordapi.ee/api/v1
GET /generate/uuid
Generieren Sie einen oder more cryptographically random UUID v4 identifiers. UUIDs are universally unique 128-bit identifiers in the standard 8-4-4-4-12 format (e.g., 550e8400-e29b-41d4-a716-446655440000). Nützlich für generating database primary keys, session tokens, correlation IDs for distributed systems, und any situation where you need globally unique identifiers without a central registry.
count
optional
Standard: 1
curl https://nordapi.ee/api/v1/generate/uuid
GET /generate/color
Generieren Sie eine random color with its hex code, RGB values, HSL values, und a human-readable color name. Nützlich für design tools that need color inspiration, generative art projects, UI theming features, placeholder color generation, und any creative application that benefits from random color selection.
curl https://nordapi.ee/api/v1/generate/color
GET /generate/password
Generieren Sie eine cryptographically secure random password with configurable length (default 16 characters). Enthält uppercase, lowercase, numbers, und special characters for maximum strength. Nützlich für password manager apps, account creation flows, security tools, und any feature where users need help creating strong passwords. Never reuses oder stores generated passwords.
length
optional
Standard: 16
curl "https://nordapi.ee/api/v1/generate/password?length=20"
GET /generate/lorem
Generieren Sie Lorem Ipsum placeholder text with a configurable number of paragraphs (default 3). Liefert classic Latin-based dummy text used in design, typesetting, und web development to fill layouts before real content is available. Nützlich für design mockups, content management system development, print layout testing, und any prototype that needs realistic-looking text blocks.
paragraphs
optional
Standard: 3
curl "https://nordapi.ee/api/v1/generate/lorem?paragraphs=3"
GET /generate/user
Generieren Sie realistische but entirely fake user profiles for testing und development. Jeder profile includes a random name, email, username, address, phone number, date of birth, und avatar URL. Nützlich für populating test databases, UI prototyping with realistic data, demo environments, load testing, und anywhere you need realistic user data without using real personal information.
count
optional
Standard: 1
curl https://nordapi.ee/api/v1/generate/user
GET /dns/lookup
Durchführen einer DNS-record lookups for any domain name. Unterstützt all major record types: A (IPv4 address), AAAA (IPv6), MX (mail servers), CNAME (canonical name), TXT (text records einschließlich SPF/DKIM), NS (nameservers), und SOA (start of authority). Nützlich für domain troubleshooting tools, email deliverability checkers, DNS monitoring dashboards, und network administration utilities.
domain
erforderlich
type
optional
Standard: A
curl "https://nordapi.ee/api/v1/dns/lookup?domain=nordapi.ee&type=A"
GET /dns/reverse
Durchführen einer reverse DNS (PTR) lookup to find the hostname associated with an IP address. Takes an IP address und returns its registered hostname. Nützlich für identifying servers by IP, verifying email sender authenticity, security investigations, und network administration tasks where you need to resolve IPs back to domain names.
ip
erforderlich
curl "https://nordapi.ee/api/v1/dns/reverse?ip=8.8.8.8"
GET /qr/generate
Generieren Sie eine QR code image URL for any text, URL, oder data string. Konfigurierbar size (default 300px). Liefert eine URL to a PNG QR code image that can be embedded in web pages, printed on materials, oder displayed in apps. Nützlich für sharing URLs, Wi-Fi credentials, contact cards, event tickets, payment links, und any data that needs to be quickly scannable by mobile devices.
data
erforderlich
size
optional
Standard: 300
curl "https://nordapi.ee/api/v1/qr/generate?data=https://nordapi.ee"
GET /url/shorten
Verkürzen Sie jede long URL into a compact, shareable short link. Liefert die shortened URL that redirects to the original. Nützlich für social media sharing where character count matters, generating clean links for print materials, tracking link usage, und making long URLs with many parameters more manageable und user-friendly.
url
erforderlich
curl "https://nordapi.ee/api/v1/url/shorten?url=https://nordapi.ee"
GET /whois/:domain
Nachschlagen von WHOIS registration data for any domain name. Liefert die domain registrar, creation date, expiration date, nameservers, registration status, und available registrant contact information. Nützlich für domain research tools, brand protection monitoring, checking domain availability und age, due diligence on websites, und building domain management dashboards.
domain
erforderlich
curl https://nordapi.ee/api/v1/whois/google.com
GET /colors/scheme/:hex
Generieren Sie eine harmonious color palette from any starting hex color. Unterstützt multiple color theory modes: analogic, complement, monochrome, triad, quad, und mehr. Liefert eine configurable number of colors (default 5), each with hex, RGB, und HSL values. Nützlich für design tools, theme generators, brand color exploration, und any creative application that needs to derive related colors from a base color.
hex
erforderlich
mode
optional
Standard: analogic
count
optional
Standard: 5
curl "https://nordapi.ee/api/v1/colors/scheme/4287f5?mode=analogic"
GET /colors/:hex
Erhalten Sie comprehensive information about any color by its hex code. Liefert die closest named color, RGB, HSL, HSV, und CMYK values, contrast suggestions, und a preview image URL. Nützlich für design tools, accessibility checkers that need color contrast data, color conversion utilities, und educational apps teaching color theory.
hex
erforderlich
curl https://nordapi.ee/api/v1/colors/4287f5
GET /barcode/types
Auflisten aller supported barcode formats for generation, einschließlich Code 128, Code 39, EAN-13, EAN-8, UPC-A, QR Code, Data Matrix, und mehr. Verwenden Sie dies to discover which barcode types are available und their characteristics before generating barcodes. Nützlich für inventory management apps und shipping label generators that need to select the right barcode format.
curl https://nordapi.ee/api/v1/barcode/types
GET /barcode/generate
Generieren Sie eine barcode image URL in any supported format (Code 128, Code 39, EAN-13, UPC-A, etc.). Geben Sie an: the barcode type und data to encode, und receive a URL to the rendered barcode image. Nützlich für inventory management systems, shipping label generators, product labeling tools, event ticket systems, und retail applications that need to create scannable barcodes programmatically.
type
erforderlich
data
erforderlich
curl "https://nordapi.ee/api/v1/barcode/generate?type=code128&data=NORDAPI"
GET /ssl/:domain
Prüfen Sie den SSL/TLS certificate status for any domain. Liefert certificate validity, issuer, expiration date, days until expiry, certificate chain details, und protocol support. Nützlich für monitoring website security, building uptime dashboards that track certificate health, alerting systems that warn before certificates expire, und security audit tools. Checks are performed in Echtzeit against the live server.
domain
erforderlich
curl https://nordapi.ee/api/v1/ssl/nordapi.ee
GET /pagespeed/analyze
Analysieren Sie any website's performance using the Google PageSpeed Insights API. Liefert eine 0-100 performance score, Core Web Vitals metrics (LCP, FID, CLS), specific improvement suggestions, und resource load breakdowns. Unterstützt mobile und desktop analysis strategies. Nützlich für web performance monitoring dashboards, SEO tools, client reporting, und development workflows that track site speed over time.
url
erforderlich
strategy
optional
Standard: mobile
curl "https://nordapi.ee/api/v1/pagespeed/analyze?url=https://nordapi.ee"
GET /bikes/networks
Erhalten Sie eine list of all bike-sharing networks weltweit from the CityBikes API, covering 600+ cities across the globe. Liefert network names, cities, countries, und network IDs. Nützlich für building urban mobility apps, bike-sharing aggregators, sustainable transportation dashboards, und city comparison tools that evaluate cycling infrastructure.
curl https://nordapi.ee/api/v1/bikes/networks
GET /bikes/network/:network
Erhalten Sie all bike docking stations in a specific bike-sharing network, einschließlich the number of available bikes und empty slots at each station in Echtzeit. Geben Sie an: the network ID (e.g., oslo-bysykkel for Oslo City Bike). Nützlich für building bike-sharing apps, urban mobility dashboards, station availability maps, und tools that help cyclists find the nearest available bike oder empty dock. Daten von CityBikes covering 600+ cities weltweit.
network
erforderlich
curl https://nordapi.ee/api/v1/bikes/network/oslo-bysykkel
GET /placeholder/random
Generieren Sie URLs for random placeholder images from Lorem Picsum. Ideal für wireframes, mockups, und development. Liefert direct image URLs in multiple styles einschließlich grayscale und blur effects. Keine Hotlinking-Beschränkungen.
width
optional
Standard: 600
height
optional
Standard: 400
curl "https://nordapi.ee/api/v1/placeholder/random?width=800&height=600"
GET /placeholder/list
Durchsuchen Sie den Lorem Picsum image catalog with author credits und download URLs. Paginiert list of curated, high-quality photographs available as placeholders. Jeder image includes the photographer's name und original source.
page
optional
Standard: 1
limit
optional
Standard: 20
curl "https://nordapi.ee/api/v1/placeholder/list?page=1&limit=10"
GET /placeholder/:id
Erhalten Sie URLs for a specific placeholder image by its Lorem Picsum ID. Useful when you need a consistent image across page loads rather than random ones.
id
erforderlich
width
optional
Standard: 600
height
optional
Standard: 400
curl "https://nordapi.ee/api/v1/placeholder/237?width=800&height=600"
GET /avatars/styles
Auflisten aller 17 available avatar art styles from DiceBear einschließlich adventurer, pixel-art, bottts (robots), lorelei, und mehr. Jeder style produces a completely different visual aesthetic for generated avatars.
curl https://nordapi.ee/api/v1/avatars/styles
GET /avatars/generate
Generieren Sie einzigartige avatar image URLs from a seed string (like a username oder email). Liefert URLs from three different services: DiceBear (17 art styles, SVG/PNG), UI Avatars (initials-based), und RoboHash (robots/monsters). Derselbe seed always produces the same avatar, making it ideal für user profile defaults.
seed
erforderlich
style
optional
Standard: avataaars
size
optional
Standard: 200
curl "https://nordapi.ee/api/v1/avatars/generate?seed=john_doe"
GET /hash
Generieren Sie eine cryptographic hash of any input string using your choice of algorithm. Unterstützt MD5, SHA-1, SHA-256, SHA-384, und SHA-512. Nützlich für checksum verification, data integrity checks, und development testing. Computed locally with zero external dependencies.
input
erforderlich
Algorithmus
optional
Standard: sha256
curl "https://nordapi.ee/api/v1/hash?input=hello+world&algorithm=sha256"
GET /hash/all
Generieren Sie Hashes of an input string using ALL supported algorithms at once (MD5, SHA-1, SHA-256, SHA-384, SHA-512). Liefert all five hashes in a single response. Nützlich für comparing algorithm outputs oder generating multiple checksums simultaneously.
input
erforderlich
curl "https://nordapi.ee/api/v1/hash/all?input=hello+world"
GET /hash/algorithms
Auflisten aller supported cryptographic hash algorithms with their names. Derzeit supports MD5, SHA-1, SHA-256, SHA-384, und SHA-512.
curl https://nordapi.ee/api/v1/hash/algorithms
GET /search
Durchsuchen Sie all NordAPI Endpunkte by keyword. Liefert übereinstimmende categories und Endpunkte with relevance scoring, making it easy to discover available APIs programmatically. Searches Endpunkt names, descriptions, paths, und parameter names. Nützlich für building API explorers, documentation search features, integration discovery tools, und chatbots that help users find the right API Endpunkt for their needs.
q
erforderlich
curl "https://nordapi.ee/api/v1/search?q=weather"
GET /randomuser
Generieren Sie eine realistic random user profile from the RandomUser.me API, a popular service for generating fake user data. Liefert eine complete user identity einschließlich name, email, phone, address (street, city, state, country, postcode), date of birth, age, profile picture URLs (thumbnail, medium, large), login credentials (username, password), nationality, und a unique ID. Im Gegensatz zu the /generate/user Endpunkt which generates simple profiles locally, this Endpunkt produces richer, more realistic data with actual profile photos. Ideal für UI prototyping, populating demo environments, testing user registration flows, und creating realistic mockup data for presentations.
gender
optional
nat
optional
curl https://nordapi.ee/api/v1/randomuser
GET /stream/topics
Auflisten aller 14 available streaming topics with descriptions, update frequencies, und supported filters. Jeder topic can be filtered to specific items (e.g. crypto:bitcoin, electricity:NO1, exchange_rates:EUR/USD). Zeigt auch JavaScript EventSource und curl usage examples.
curl https://nordapi.ee/api/v1/stream/topics
GET /stream
Verbinden Sie sich mit a Server-Sent Events stream for Echtzeit push updates. Subscribe to broad topics oder filter to specific items using the topic:filter syntax. Events include unique IDs for reconnection (pass Last-Event-ID header to resume). Heartbeat keeps the connection alive. Use curl -N oder JavaScript EventSource. 14 topics available: Wechselkurse, crypto, electricity, commodities, economics, holidays, weather, earthquakes, space weather, NASA, sports, news, VAT, und currencies.
Themen
erforderlich
Heartbeat
optional
Standard: 30
curl -N "https://nordapi.ee/api/v1/stream?topics=crypto:bitcoin,electricity:NO1"