Tools

34 endpoints match this tag.

URL-linkin esikatselu

GET
/link/preview

Poimi metatiedot mistä tahansa URL-osoitteesta: otsikko, kuvaus, tekijä, julkaisija, kieli, kuvat ja logot. Sopii linkin esikatselukorttien rakentamiseen, kuten Slackissa, Twitterissä tai Discordissa.

Teksti- ja sisältötyökalut

URL-kuvakaappaus

GET
/link/screenshot

Poimi metatiedot URL-osoitteesta ja ota kuvakaappaus. Palauttaa samat tiedot kuin linkin esikatselu sekä kuvakaappauksen URL:n.

Teksti- ja sisältötyökalut

Kiroilutarkistus

GET
/profanity/check

Tarkista, sisältääkö teksti kirosanoja. Palauttaa tosi tai epätosi.

Teksti- ja sisältötyökalut

Kiroilusuodatin

GET
/profanity/filter

Suodata kiroilua tekstistä korvaamalla sopimattomia sanoja tähdillä tai mukautetulla korvauksella. Tukee mukautettujen sanojen lisäämistä suodatukseen.

Teksti- ja sisältötyökalut

Luo avatar

GET
/avatars/generate

Generoi unique avatar image URLs from a seed string (like a username or email). Palauttaa URLs from three different services: DiceBear (17 art styles, SVG/PNG), UI Avatars (initials-based), and RoboHash (robots/monsters). Sama seed always produces the same avatar, making it perfect for user profile defaults.

Kehittäjätyökalut

Käytettävissä olevat avatartyylit

GET
/avatars/styles

Listaa all 17 käytettävissä olevat avatar art styles from DiceBear including adventurer, pixel-art, bottts (robots), lorelei, and more. Jokainen style produces a completely different visual aesthetic for generated avatars.

Kehittäjätyökalut

Viivakoodigeneraattori

GET
/barcode/generate

Generoi a barcode image 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 image. Hyödyllinen inventory management systems, shipping label generators, product labeling tools, event ticket systems, and retail applications that need to create scannable barcodes programmatically.

Kehittäjätyökalut

Viivakoodityypit

GET
/barcode/types

Listaa all supported barcode formats for generation, including Code 128, Code 39, EAN-13, EAN-8, UPC-A, QR Code, Data Matrix, and more. Käytä tätä to discover which barcode types are käytettävissä olevat and their characteristics before generating barcodes. Hyödyllinen inventory management apps and shipping label generators that need to select the right barcode format.

Kehittäjätyökalut

Kaupunkipyöräverkostot

GET
/bikes/networks

Hae a list of all bike-sharing networks maailmanlaajuisesti from the CityBikes API, covering 600+ cities across the globe. Palauttaa network names, cities, countries, and network IDs. Hyödyllinen building urban mobility apps, bike-sharing aggregators, sustainable transportation dashboards, and city comparison tools that evaluate cycling infrastructure.

Kehittäjätyökalut

Pyöräasemat

GET
/bikes/network/:network

Hae all bike docking stations in a specific bike-sharing network, mukaan lukien the number of available bikes and empty slots at each station reaaliajassa. Provide the network ID (e.g., oslo-bysykkel for Oslo City Bike). Hyödyllinen building bike-sharing apps, urban mobility dashboards, station availability maps, and tools that help cyclists find the nearest available bike or empty dock. Data CityBikes covering 600+ cities maailmanlaajuisesti.

Kehittäjätyökalut

Väritiedot

GET
/colors/:hex

Hae comprehensive information about any color by its hex code. Palauttaa the closest named color, RGB, HSL, HSV, and CMYK values, contrast suggestions, and a preview image URL. Hyödyllinen design tools, accessibility checkers that need color contrast data, color conversion utilities, and educational apps teaching color theory.

Kehittäjätyökalut

Väripaletti

GET
/colors/scheme/:hex

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

Kehittäjätyökalut

DNS-haku

GET
/dns/lookup

Suorita DNS record lookups for any domain name. Tukee 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). Hyödyllinen domain troubleshooting tools, email deliverability checkers, DNS monitoring dashboards, and network administration utilities.

Kehittäjätyökalut

Käänteinen DNS

GET
/dns/reverse

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

Kehittäjätyökalut

Satunnainen väri

GET
/generate/color

Generoi a random color with its hex code, RGB values, HSL values, and a human-readable color name. Hyödyllinen 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.

Kehittäjätyökalut

Lorem Ipsum

GET
/generate/lorem

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

Kehittäjätyökalut

Salasanageneraattori

GET
/generate/password

Generoi a cryptographically secure random password with configurable length (default 16 characters). Sisältää uppercase, lowercase, numbers, and special characters for maximum strength. Hyödyllinen password manager apps, account creation flows, security tools, and any feature where users need help creating strong passwords. Ei koskaan reuses or stores generated passwords.

Kehittäjätyökalut

Tekaistun käyttäjän profiili

GET
/generate/user

Generoi realistic but entirely fake user profiles for testing and development. Each profile includes a random name, email, username, address, phone number, date of birth, and avatar URL. Hyödyllinen populating test databases, UI prototyping with realistic data, demo environments, load testing, and anywhere you need realistic user data without using real personal information.

Kehittäjätyökalut

UUID-generaattori

GET
/generate/uuid

Generoi 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). Hyödyllinen generating database primary keys, session tokens, correlation IDs for distributed systems, and any situation where you need globally unique identifiers without a central registry.

Kehittäjätyökalut

Tuetut tiivistealgoritmit

GET
/hash/algorithms

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

Kehittäjätyökalut

Tiivistä kaikilla algoritmeilla

GET
/hash/all

Generoi hashes of an input string using ALL supported algorithms at once (MD5, SHA-1, SHA-256, SHA-384, SHA-512). Palauttaa all five hashes in a single response. Hyödyllinen comparing algorithm outputs or generating multiple checksums simultaneously.

Kehittäjätyökalut

Laske tiiviste

GET
/hash

Generoi a cryptographic hash of any input string using your choice of algorithm. Tukee MD5, SHA-1, SHA-256, SHA-384, and SHA-512. Hyödyllinen checksum verification, data integrity checks, and development testing. Computed locally with zero external dependencies.

Kehittäjätyökalut

PageSpeed-analyysi

GET
/pagespeed/analyze

Analysoi minkä tahansa verkkosivuston suorituskyky Google PageSpeed Insights API:n avulla. Palauttaa 0–100 suorituskykypisteet, Core Web Vitals -mittarit (LCP, FID, CLS), tarkat parannusehdotukset ja resurssien latauserittelyn. Tukee mobiili- ja työpöytäanalyysejä. Hyödyllinen verkon suorituskyvyn seurantanäyttöihin, SEO-työkaluihin, asiakasraportointiin ja kehitystyönkulkuihin.

Kehittäjätyökalut

Tietty paikkakuva

GET
/placeholder/:id

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

Kehittäjätyökalut

Selaa paikkakuvia

GET
/placeholder/list

Selaa Lorem Picsum -kuvaluetteloa tekijätietoineen ja lataus-URL-osoitteineen. Sivutettu luettelo kuratoiduista, korkealaatuisista valokuvista paikkakuviksi. Jokainen kuva sisältää valokuvaajan nimen ja alkuperäisen lähteen.

Kehittäjätyökalut

Satunnainen paikkakuva

GET
/placeholder/random

Generoi URLs for random placeholder images from Lorem Picsum. Sopii wireframes, mockups, and development. Palauttaa direct image URLs in multiple styles including grayscale and blur effects. Ei hotlinking limits.

Kehittäjätyökalut

QR-koodigeneraattori

GET
/qr/generate

Generoi a QR code image URL for any text, URL, or data string. Määritettävä size (default 300px). Palauttaa a URL to a PNG QR code image that can be embedded in web pages, printed on materials, or displayed in apps. Hyödyllinen sharing URLs, Wi-Fi credentials, contact cards, event tickets, payment links, and any data that needs to be quickly scannable by mobile devices.

Kehittäjätyökalut

Satunnaiskäyttäjägeneraattori

GET
/randomuser

Generoi a realistic random user profile from the RandomUser.me API, a popular service for generating fake user data. Palauttaa a complete user identity including 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. Unlike the /generate/user endpoint which generates simple profiles locally, this endpoint produces richer, more realistic data with actual profile photos. Ideal for UI prototyping, populating demo environments, testing user registration flows, and creating realistic mockup data for presentations.

Kehittäjätyökalut

API-rajapintahaku

GET
/search

Hae across all NordAPI endpoints avainsanalla. Palauttaa vastaavat categories and endpoints with relevance scoring, making it easy to discover available APIs programmatically. Searches endpoint names, descriptions, paths, and parameter names. Hyödyllinen building API explorers, documentation search features, integration discovery tools, and chatbots that help users find the right API endpoint for their needs.

Kehittäjätyökalut

SSL-sertifikaattitarkistus

GET
/ssl/:domain

Tarkista minkä tahansa verkkotunnuksen SSL/TLS-sertifikaatin tila. Palauttaa sertifikaatin voimassaolon, myöntäjän, vanhenemispäivän, päivät vanhenemiseen, sertifikaattiketjun tiedot ja protokollatuen. Hyödyllinen verkkosivustojen turvallisuuden seurantaan, sertifikaattien terveydentilan näyttöihin ja tietoturva-auditointityökaluihin.

Kehittäjätyökalut

Reaaliaikainen datavirta (SSE)

GET
/stream

Yhdistä SSE-virtaan reaaliaikaisia push-päivityksiä varten. Tilaa laajoja aiheita tai suodata tiettyihin kohteisiin topic:filter-syntaksilla. Tapahtumat sisältävät yksilölliset tunnisteet uudelleenyhdistämistä varten. Sydämenlyönti pitää yhteyden avoinna. Käytä curl -N:ää tai JavaScript EventSourcea. 14 aihetta saatavilla: valuuttakurssit, krypto, sähkö, hyödykkeet, talous, juhlapäivät, sää, maanjäristykset, avaruussää, NASA, urheilu, uutiset, ALV ja valuutat.

Kehittäjätyökalut

Suoratoiston aiheet ja suodattimet

GET
/stream/topics

Listaa all 14 käytettävissä olevat streaming topics with descriptions, update frequencies, and supported filters. Jokainen topic can be filtered to specific items (e.g. crypto:bitcoin, electricity:NO1, exchange_rates:EUR/USD). Also shows JavaScript EventSource and curl usage examples.

Kehittäjätyökalut

URL-lyhennin

GET
/url/shorten

Lyhennä mikä tahansa pitkä URL-osoite kompaktiksi, jaettavaksi lyhytlinkiksi. Palauttaa lyhennetyn URL:n, joka ohjaa alkuperäiseen. Hyödyllinen sosiaalisen median jakamiseen, painomateriaalien linkkien luomiseen ja pitkien URL-osoitteiden hallintaan.

Kehittäjätyökalut

WHOIS-haku

GET
/whois/:domain

Hae WHOIS registration data for any domain name. Palauttaa the domain registrar, creation date, expiration date, nameservers, registration status, and available registrant contact information. Hyödyllinen domain research tools, brand protection monitoring, checking domain availability and age, due diligence on websites, and building domain management dashboards.

Kehittäjätyökalut