← Allar API vörur

Þróunarverkfæri API

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.

ÓKEYPIS 30 endapunktar 100 fyrirsp./klst.
Grunnslóð: https://nordapi.ee/api/v1

UUID myndun

GET /generate/uuid
Nánar →

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.

Breytur
count valfrjálst sjálfgefið: 1
Count
curl https://nordapi.ee/api/v1/generate/uuid

Handahófskenndur litur

GET /generate/color
Nánar →

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

Lykilorðsmyndun

GET /generate/password
Nánar →

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.

Breytur
length valfrjálst sjálfgefið: 16
Length
curl "https://nordapi.ee/api/v1/generate/password?length=20"

Lorem Ipsum

GET /generate/lorem
Nánar →

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.

Breytur
paragraphs valfrjálst sjálfgefið: 3
Paragraphs
curl "https://nordapi.ee/api/v1/generate/lorem?paragraphs=3"

Tilbúinn notandaprófíll

GET /generate/user
Nánar →

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.

Breytur
count valfrjálst sjálfgefið: 1
Count
curl https://nordapi.ee/api/v1/generate/user

DNS uppfletting

GET /dns/lookup
Nánar →

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.

Breytur
domain nauðsynlegt
Domain
type valfrjálst sjálfgefið: A
Record type
curl "https://nordapi.ee/api/v1/dns/lookup?domain=nordapi.ee&type=A"

Öfug DNS uppfletting

GET /dns/reverse
Nánar →

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.

Breytur
ip nauðsynlegt
IP address
curl "https://nordapi.ee/api/v1/dns/reverse?ip=8.8.8.8"

QR kóðamyndun

GET /qr/generate
Nánar →

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.

Breytur
data nauðsynlegt
Data to encode
size valfrjálst sjálfgefið: 300
Size
curl "https://nordapi.ee/api/v1/qr/generate?data=https://nordapi.ee"

URL stytting

GET /url/shorten
Nánar →

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.

Breytur
url nauðsynlegt
URL to shorten
curl "https://nordapi.ee/api/v1/url/shorten?url=https://nordapi.ee"

WHOIS uppfletting

GET /whois/:domain
Nánar →

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ð.

Breytur
domain nauðsynlegt
Domain
curl https://nordapi.ee/api/v1/whois/google.com

Litaspjald

GET /colors/scheme/:hex
Nánar →

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.

Breytur
hex nauðsynlegt
Hex color
mode valfrjálst sjálfgefið: analogic
Mode
count valfrjálst sjálfgefið: 5
Colors
curl "https://nordapi.ee/api/v1/colors/scheme/4287f5?mode=analogic"

Litaupplýsingar

GET /colors/:hex
Nánar →

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.

Breytur
hex nauðsynlegt
Hex color
curl https://nordapi.ee/api/v1/colors/4287f5

Strikamerkjagerðir

GET /barcode/types
Nánar →

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

Strikamerkjamyndun

GET /barcode/generate
Nánar →

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.

Breytur
type nauðsynlegt
Barcode type
data nauðsynlegt
Data
curl "https://nordapi.ee/api/v1/barcode/generate?type=code128&data=NORDAPI"

SSL vottorðsathugun

GET /ssl/:domain
Nánar →

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.

Breytur
domain nauðsynlegt
Domain
curl https://nordapi.ee/api/v1/ssl/nordapi.ee

PageSpeed greining

GET /pagespeed/analyze
Nánar →

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.

Breytur
url nauðsynlegt
URL
strategy valfrjálst sjálfgefið: mobile
mobile or desktop
curl "https://nordapi.ee/api/v1/pagespeed/analyze?url=https://nordapi.ee"

Hjólaleigukerfi

GET /bikes/networks
Nánar →

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

Hjólastöðvar

GET /bikes/network/:network
Nánar →

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.

Breytur
network nauðsynlegt
Network ID
curl https://nordapi.ee/api/v1/bikes/network/oslo-bysykkel

Handahófskennd staðgengilsmynd

GET /placeholder/random
Nánar →

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.

Breytur
width valfrjálst sjálfgefið: 600
Image width in pixels
height valfrjálst sjálfgefið: 400
Image height in pixels
curl "https://nordapi.ee/api/v1/placeholder/random?width=800&height=600"

Skoða staðgengilsmyndir

GET /placeholder/list
Nánar →

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.

Breytur
page valfrjálst sjálfgefið: 1
Page number
limit valfrjálst sjálfgefið: 20
Images per page (max 100)
curl "https://nordapi.ee/api/v1/placeholder/list?page=1&limit=10"

Tiltekin staðgengilsmynd

GET /placeholder/:id
Nánar →

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.

Breytur
id nauðsynlegt
Image ID from Lorem Picsum
width valfrjálst sjálfgefið: 600
Width
height valfrjálst sjálfgefið: 400
Height
curl "https://nordapi.ee/api/v1/placeholder/237?width=800&height=600"

Tiltækir persónumyndastílar

GET /avatars/styles
Nánar →

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

Mynda persónumynd

GET /avatars/generate
Nánar →

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.

Breytur
seed nauðsynlegt
Seed string (username, email, any text)
style valfrjálst sjálfgefið: avataaars
DiceBear style name
size valfrjálst sjálfgefið: 200
Image size in pixels
curl "https://nordapi.ee/api/v1/avatars/generate?seed=john_doe"

Reikna kjötkássa

GET /hash
Nánar →

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.

Breytur
input nauðsynlegt
String to hash
reiknirit valfrjálst sjálfgefið: sha256
Algorithm: md5, sha1, sha256, sha384, sha512
curl "https://nordapi.ee/api/v1/hash?input=hello+world&algorithm=sha256"

Kjötkássa öll reiknirit

GET /hash/all
Nánar →

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.

Breytur
input nauðsynlegt
String to hash
curl "https://nordapi.ee/api/v1/hash/all?input=hello+world"

Studd kjötkássareiknirit

GET /hash/algorithms
Nánar →

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

Handahófskenndur notandamyndari

GET /randomuser
Nánar →

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.

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

Streymiefni og síur

GET /stream/topics
Nánar →

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

Rauntíma gagnastreymi (SSE)

GET /stream
Nánar →

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.

Breytur
efni nauðsynlegt
Comma-separated subscriptions with optional filters (e.g. crypto:bitcoin,electricity:NO1)
hjartsláttur valfrjálst sjálfgefið: 30
Heartbeat interval in seconds (5-300)
curl -N "https://nordapi.ee/api/v1/stream?topics=crypto:bitcoin,electricity:NO1"