← Todos los productos API

Utilidades para desarrolladores API

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, and en tiempo real SSE streaming.

GRATIS 30 endpoints 100 sol/hora
URL base: https://nordapi.ee/api/v1

Generador de UUID

GET /generate/uuid
Detalles →

Generate one or 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). Útil para generando database primary keys, session tokens, correlation IDs for distributed systems, and any situation where you need globally unique identifiers without a central registry.

Parametros
count opcional predeterminado: 1
Count
curl https://nordapi.ee/api/v1/generate/uuid

Color aleatorio

GET /generate/color
Detalles →

Generate a random color with its hex code, RGB values, HSL values, and a human-readable color name. Útil para design tools that need color inspiration, generative art projects, UI theming features, placeholder color generation, and any creative application that benefits from random color selection.

curl https://nordapi.ee/api/v1/generate/color

Generador de contraseñas

GET /generate/password
Detalles →

Genere a cryptographically secure random password with configurable length (default 16 characters). Incluye uppercase, lowercase, numbers, and special characters for maximum strength. Útil para password manager apps, account creation flows, security tools, and any feature where users need help creating strong passwords. Never reuses or stores generated passwords.

Parametros
length opcional predeterminado: 16
Length
curl "https://nordapi.ee/api/v1/generate/password?length=20"

Lorem Ipsum

GET /generate/lorem
Detalles →

Generate Lorem Ipsum placeholder text with a configurable number of paragraphs (default 3). Returns classic Latin-based dummy text used in design, typesetting, and desarrollo web to fill layouts before real content is available. Útil para design mockups, content management system development, print layout testing, and any prototype that needs realistic-looking text blocks.

Parametros
paragraphs opcional predeterminado: 3
Paragraphs
curl "https://nordapi.ee/api/v1/generate/lorem?paragraphs=3"

Perfil de usuario ficticio

GET /generate/user
Detalles →

Generate realistic but entirely fake perfiles de usuario for testing and development. Each profile includes a random name, email, username, address, phone number, date of birth, and avatar URL. Útil para populating test databases, UI prototyping with realistic data, demo environments, load testing, and anywhere you need realistic user data without using real personal información.

Parametros
count opcional predeterminado: 1
Count
curl https://nordapi.ee/api/v1/generate/user

Consulta DNS

GET /dns/lookup
Detalles →

Realice DNS record lookups para cualquier domain name. Compatible con all major record types: A (IPv4 address), AAAA (IPv6), MX (mail servers), CNAME (canonical name), TXT (text records including SPF/DKIM), NS (nameservers), and SOA (start of authority). Útil para domain troubleshooting tools, email deliverability checkers, DNS monitoring dashboards, and network administration utilities.

Parametros
domain requerido
Domain
type opcional predeterminado: A
Record type
curl "https://nordapi.ee/api/v1/dns/lookup?domain=nordapi.ee&type=A"

DNS inverso

GET /dns/reverse
Detalles →

Realice a reverse DNS (PTR) lookup to find the hostname associated with an IP address. Takes an IP address and returns its registered hostname. Útil para identifying servers by IP, verifying email sender authenticity, security investigations, and network administration tasks where you need to resolve IPs back to domain names.

Parametros
ip requerido
IP address
curl "https://nordapi.ee/api/v1/dns/reverse?ip=8.8.8.8"

Generador de códigos QR

GET /qr/generate
Detalles →

Genere a QR code image URL para cualquier text, URL, or data string. Configurable size (default 300px). Devuelve a URL to a PNG QR code image that can be embedded in web pages, printed on materials, or displayed in apps. Útil para sharing URLs, Wi-Fi credentials, contact cards, event tickets, payment links, and any data that needs to be quickly scannable by mobile devices.

Parametros
data requerido
Data to encode
size opcional predeterminado: 300
Size
curl "https://nordapi.ee/api/v1/qr/generate?data=https://nordapi.ee"

Acortador de URL

GET /url/shorten
Detalles →

Shorten any long URL into a compact, shareable short link. Returns the shortened URL that redirects to the original. Útil para redes sociales sharing where character count matters, generando clean links for print materials, rastreando link usage, and haciendo long URLs with many parameters more manageable and user-friendly.

Parametros
url requerido
URL to shorten
curl "https://nordapi.ee/api/v1/url/shorten?url=https://nordapi.ee"

Consulta WHOIS

GET /whois/:domain
Detalles →

Consulte WHOIS registration data para cualquier domain name. Devuelve the domain registrar, creation date, expiration date, nameservers, registration status, and available registrant contact information. Útil para domain research tools, brand protection monitoring, checking domain availability and age, due diligence on websites, and crear domain management dashboards.

Parametros
domain requerido
Domain
curl https://nordapi.ee/api/v1/whois/google.com

Paleta de colores

GET /colors/scheme/:hex
Detalles →

Generate a harmonious color palette from any starting hex color. Supports multiple color theory modes: analogic, complement, monochrome, triad, quad, and more. Returns a configurable number of colors (default 5), each with hex, RGB, and HSL values. Útil para design tools, theme generators, brand color exploration, and any creative application that needs to derive related colors from a base color.

Parametros
hex requerido
Hex color
mode opcional predeterminado: analogic
Mode
count opcional predeterminado: 5
Colors
curl "https://nordapi.ee/api/v1/colors/scheme/4287f5?mode=analogic"

Información de color

GET /colors/:hex
Detalles →

Get comprehensive información about any color by its hex code. Returns the closest named color, RGB, HSL, HSV, and CMYK values, contrast suggestions, and a preview imagen URL. Útil para design tools, accessibility checkers that need color contrast data, color conversion utilities, and aplicaciones educativas teaching color theory.

Parametros
hex requerido
Hex color
curl https://nordapi.ee/api/v1/colors/4287f5

Tipos de códigos de barras

GET /barcode/types
Detalles →

List all supported barcode formats for generation, incluyendo Code 128, Code 39, EAN-13, EAN-8, UPC-A, QR Code, Data Matrix, and more. Use this to discover which barcode types are available and their characteristics before generando barcodes. Útil para inventory management aplicaciones and shipping label generators that need to select the right barcode format.

curl https://nordapi.ee/api/v1/barcode/types

Generador de códigos de barras

GET /barcode/generate
Detalles →

Generate a barcode imagen URL in any supported format (Code 128, Code 39, EAN-13, UPC-A, etc.). Provide the barcode type and data to encode, and receive a URL to the rendered barcode imagen. Útil para inventory management systems, shipping label generators, product labeling tools, event ticket systems, and retail applications that need to create scannable barcodes programmatically.

Parametros
type requerido
Barcode type
data requerido
Data
curl "https://nordapi.ee/api/v1/barcode/generate?type=code128&data=NORDAPI"

Verificación de certificado SSL

GET /ssl/:domain
Detalles →

Check the SSL/TLS certificate status for any domain. Returns certificate validity, issuer, expiration date, days until expiry, certificate chain details, and protocol support. Útil para monitoreando website security, creando uptime paneles that track certificate health, alerting systems that warn before certificates expire, and security audit tools. Checks are performed en tiempo real against the live server.

Parametros
domain requerido
Domain
curl https://nordapi.ee/api/v1/ssl/nordapi.ee

Análisis de PageSpeed

GET /pagespeed/analyze
Detalles →

Analyze any website's performance using the Google PageSpeed Insights API. Returns a 0-100 performance score, Core Web Vitals metrics (LCP, FID, CLS), specific improvement suggestions, and resource load breakdowns. Supports mobile and desktop analysis strategies. Útil para web performance monitoreando paneles, SEO tools, client reporting, and development workflows that track site speed over time.

Parametros
url requerido
URL
strategy opcional predeterminado: mobile
mobile or desktop
curl "https://nordapi.ee/api/v1/pagespeed/analyze?url=https://nordapi.ee"

Redes de bicicletas compartidas

GET /bikes/networks
Detalles →

Get a list of all bike-sharing networks en todo el mundo from the CityBikes API, que cubre 600+ cities en todo el mundo. Returns network nombres, cities, países, and network IDs. Útil para crear urban mobility aplicaciones, bike-sharing aggregators, sustainable transportation paneles, and city comparison tools that evaluate cycling infrastructure.

curl https://nordapi.ee/api/v1/bikes/networks

Estaciones de bicicletas

GET /bikes/network/:network
Detalles →

Get all bike docking stations in a specific bike-sharing network, incluyendo the number of available bikes and empty slots at each station en tiempo real. Provide the network ID (e.g., oslo-bysykkel for Oslo City Bike). Útil para crear bike-sharing aplicaciones, urban mobility paneles, station availability maps, and tools that help cyclists find the nearest available bike or empty dock. Data from CityBikes que cubre 600+ cities en todo el mundo.

Parametros
network requerido
Network ID
curl https://nordapi.ee/api/v1/bikes/network/oslo-bysykkel

Imagen de marcador de posición aleatoria

GET /placeholder/random
Detalles →

Generate URLs for random placeholder imágenes from Lorem Picsum. Perfecto para wireframes, mockups, and development. Returns direct imagen URLs in multiple styles incluyendo grayscale and blur effects. No hotlinking limits.

Parametros
width opcional predeterminado: 600
Image width in pixels
height opcional predeterminado: 400
Image height in pixels
curl "https://nordapi.ee/api/v1/placeholder/random?width=800&height=600"

Explorar imágenes de marcador de posición

GET /placeholder/list
Detalles →

Browse the Lorem Picsum imagen catalog with author credits and download URLs. Paginated list of curated, high-quality photographs available as placeholders. Each imagen includes the photographer's name and original source.

Parametros
page opcional predeterminado: 1
Page number
limit opcional predeterminado: 20
Images per page (max 100)
curl "https://nordapi.ee/api/v1/placeholder/list?page=1&limit=10"

Imagen de marcador de posición específica

GET /placeholder/:id
Detalles →

Obtenga URLs para un/una específico/a placeholder image by its Lorem Picsum ID. Useful when you need a consistent image across page loads rather than random ones.

Parametros
id requerido
Image ID from Lorem Picsum
width opcional predeterminado: 600
Width
height opcional predeterminado: 400
Height
curl "https://nordapi.ee/api/v1/placeholder/237?width=800&height=600"

Estilos de avatar disponibles

GET /avatars/styles
Detalles →

List all 17 available avatar art styles from DiceBear incluyendo adventurer, pixel-art, bottts (robots), lorelei, and more. Each style produces a completely different visual aesthetic for generated avatars.

curl https://nordapi.ee/api/v1/avatars/styles

Generar avatar

GET /avatars/generate
Detalles →

Generate unique avatar imagen URLs from a seed string (like a username or email). Returns URLs from three different services: DiceBear (17 art styles, SVG/PNG), UI Avatars (initials-based), and RoboHash (robots/monsters). The same seed always produces the same avatar, haciendo it perfect for perfil de usuario defaults.

Parametros
seed requerido
Seed string (username, email, any text)
style opcional predeterminado: avataaars
DiceBear style name
size opcional predeterminado: 200
Image size in pixels
curl "https://nordapi.ee/api/v1/avatars/generate?seed=john_doe"

Calcular hash

GET /hash
Detalles →

Genere a cryptographic hash of any input string using your choice of algorithm. Compatible con MD5, SHA-1, SHA-256, SHA-384, and SHA-512. Útil para checksum verification, data integrity checks, and development testing. Computed locally with zero external dependencies.

Parametros
input requerido
String to hash
algoritmo opcional predeterminado: sha256
Algorithm: md5, sha1, sha256, sha384, sha512
curl "https://nordapi.ee/api/v1/hash?input=hello+world&algorithm=sha256"

Hash con todos los algoritmos

GET /hash/all
Detalles →

Genere hashes of an input string using ALL supported algorithms at once (MD5, SHA-1, SHA-256, SHA-384, SHA-512). Devuelve all five hashes en una sola respuesta. Útil para comparing algorithm outputs or generating multiple checksums simultaneously.

Parametros
input requerido
String to hash
curl "https://nordapi.ee/api/v1/hash/all?input=hello+world"

Algoritmos de hash compatibles

GET /hash/algorithms
Detalles →

Liste all supported cryptographic hash algorithms with their names. Currently supports MD5, SHA-1, SHA-256, SHA-384, and SHA-512.

curl https://nordapi.ee/api/v1/hash/algorithms

Generador de usuarios aleatorios

GET /randomuser
Detalles →

Generate a realistic random perfil de usuario from the RandomUser.me API, a popular service for generando fake user data. Returns a complete user identity incluyendo name, email, phone, address (street, city, state, país, postcode), date of birth, age, foto de perfil URLs (thumbnail, medium, large), login credentials (username, password), nationality, and a unique ID. Unlike the /generate/user endpoint which generates simple profiles locally, this endpoint produces richer, more realistic data with actual profile photos. Ideal para UI prototyping, populating demo environments, testing user registration flows, and creando realistic mockup data for presentations.

Parametros
gender opcional
Filter by gender (male or female)
nat opcional
Nationality code (e.g., US, GB, NO, FI, DK)
curl https://nordapi.ee/api/v1/randomuser

Temas y filtros de transmisión

GET /stream/topics
Detalles →

Liste all 14 available streaming topics with descriptions, update frequencies, and supported filters. Cada topic can be filtered to specific items (e.g. crypto:bitcoin, electricity:NO1, exchange_rates:EUR/USD). También shows JavaScript EventSource and curl usage examples.

curl https://nordapi.ee/api/v1/stream/topics

Flujo de datos en tiempo real (SSE)

GET /stream
Detalles →

Connect to a Server-Sent Events stream for real-time push updates. Subscribe to broad topics or 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 or JavaScript EventSource. 14 topics available: tasas de cambio, crypto, electricity, commodities, economics, holidays, weather, earthquakes, space weather, NASA, sports, news, VAT, and divisas.

Parametros
temas requerido
Comma-separated subscriptions with optional filters (e.g. crypto:bitcoin,electricity:NO1)
heartbeat opcional predeterminado: 30
Heartbeat interval in seconds (5-300)
curl -N "https://nordapi.ee/api/v1/stream?topics=crypto:bitcoin,electricity:NO1"