Indietro

#design

12 APIs con questa etichetta

Wallhaven API

Live-Wallpaper-Community-Daten von Wallhaven als API – durchsuchen Sie die große Community-Wallpaper-Sammlung nach Schlüsselwort und Kategorie (Allgemein, Anime, Personen), sortiert nach Favoriten, Aufrufen oder Aktualität, und lesen Sie das Community-Engagement (Favoriten und Aufrufe) jedes Wallpapers zusammen mit seiner Auflösung, Seitenverhältnis, Dateityp, dominanten Farben und Tags. Die visuelle Community-Engagement-Schicht für Wallpaper-, Design- und Dashboard-Apps. Nur SFW – jede Anfrage wird auf sichere Inhalte gezwungen. Live, kein Key, kein Cache. Unterscheidet sich von generischen Bild- und Stockfoto-APIs – dies sind Wallhavens eigene Community-Wallpaper, deren Favoriten-/Aufrufe-Engagement und Tags.

api.oanor.com/wallhaven-api

V&A Museum API

Die Sammlung des Victoria and Albert Museums (V&A) als API – über 1,2 Millionen Objekte aus 5.000 Jahren Kunst, Design und Performance, von Textilien, Keramik und Möbeln bis hin zu Mode, Fotografien, Drucken und Schmuck. Durchsuchen und filtern Sie die Sammlung nach Stichwort, Hersteller, Herkunftsort oder Material/Technik, optional eingeschränkt auf Objekte mit Bild. Rufen Sie jedes Objekt anhand seiner Systemnummer ab, um den vollständigen Datensatz zu erhalten: Titel, Hersteller, Produktionsdatum, Ort, Materialien und Techniken, Kategorien und Stile, Galeriestandort und hochauflösende IIIF-Bilder. Durchstöbern Sie alle Werke eines bestimmten Herstellers (z. B. William Morris) oder ziehen Sie ein zufälliges Objekt. Echte Museumsdaten, kein API-Key erforderlich. Ideal für Kunst- und Design-Apps, Galerien und Diashows, Bildung und Kulturforschung.

api.oanor.com/vam-api

Golden Ratio & Scale API

Design-proportion maths as an API, computed locally and deterministically. The divide endpoint splits a length by the golden section, the division beloved of artists and designers in which the whole is to the longer part as the longer is to the shorter, both ratios equal to φ = (1+√5)/2 ≈ 1.618 — so 100 splits into a 61.8 longer segment and a 38.2 shorter one — and can also extend a single segment to its larger or smaller golden partner. The rectangle endpoint gives the other side and the area of a golden rectangle from either side, the shape that leaves a smaller golden rectangle when you remove a square. The scale endpoint builds a modular (typographic) scale — base · ratio^step across a range of steps up and down — for harmonious type sizes and spacing, taking a numeric ratio or a named musical one such as minor-third (1.2), major-third (1.25), perfect-fourth (1.333) or golden (φ); a 16-base major-third scale gives 16, 20, 25, 31.25 and so on. Lengths are unit-agnostic. Everything is computed locally and deterministically, so it is instant and private. Ideal for graphic-design, web-design, UI, typography, layout and architecture app developers, type-scale and proportion tools, and design systems. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is proportion and scale; for pixel-density and print sizing use a PPI/DPI API.

api.oanor.com/goldenratio-api

Color Distance API

CIE colour science as an API: convert colours through the device-independent spaces and measure how different two colours really look. The convert endpoint takes a colour as hex, RGB or CIELAB and returns it in sRGB hex, RGB, CIE XYZ and CIELAB (D65 white point). The distance endpoint computes the perceptual difference between two colours with all three standard Delta-E formulas — CIE76 (plain Lab distance), CIE94, and CIEDE2000, the modern and most accurate metric — and tells you whether the difference is perceptible. The nearest endpoint finds the closest named colour to any colour by CIEDE2000. This is the maths behind colour matching, print and brand-colour QC, and tolerancing — distinct from simple hex/RGB/HSL conversion. Everything is computed locally and deterministically, so it is instant and private. Ideal for print and prepress, brand-colour compliance, textile and paint matching, image processing and computer vision, and design tooling. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 4 endpoints. This is CIE colour difference; for hex/RGB/HSL/CMYK conversion, palettes and WCAG contrast use a colour API.

api.oanor.com/colordelta-api

DPI & Print Size API

Resolution, print-size and pixel-density maths for print, design, photography and screens. The resolve endpoint takes any two of pixels, DPI and physical length and computes the third, returning the size in inches, centimetres, millimetres and points — so you can answer "how big will a 3000-pixel image print at 300 DPI" or "what DPI do I get printing 3000 px at 10 inches". The ppi endpoint computes a screen's pixel density from its resolution and diagonal size, plus the dot pitch in millimetres, the total megapixels and the aspect ratio. The convert endpoint converts a length between pixels, inches, centimetres, millimetres and points (PostScript points, 1/72 inch), using a DPI when pixels are involved. Everything is computed locally and deterministically, so it is instant and private. Ideal for print and prepress, graphic and web design, photography, and screen and display specs. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 4 endpoints. This is DPI and print-size maths; for aspect ratios and resizing use an aspect-ratio API and for general unit conversion use a unit API.

api.oanor.com/dpi-api

Color Name API

Name any colour. The nearest endpoint takes a colour as a hex, an rgb() value, an r,g,b triple or another name and returns the closest of the 140+ CSS named colours — matched perceptually with CIE76 Lab distance, not naive RGB, so the name actually looks right — along with the distance and whether it is an exact match. The name endpoint resolves a CSS colour keyword (e.g. rebeccapurple, cornflowerblue) to its hex and RGB, and list returns the whole named-colour set. Perfect for design tools and pickers, accessibility and theming, turning brand hex codes into human labels, and naming colours in generated palettes. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 4 endpoints. Distinct from colour conversion / palette / contrast tooling, which does not name colours.

api.oanor.com/colorname-api

Gradient API

Generate colour gradients and colour scales programmatically. Produce an evenly-spaced scale of N colours between two or more stops (interpolated in a perceptually smooth colour space — lab, lch, oklab, oklch — or plain rgb/hsl), get a single interpolated colour at any position between two colours, and build a ready-to-paste CSS gradient string (linear with any angle, or radial) from a list of stops. Colours accept hex (#f00, #ff0000) or CSS names (red, steelblue). Perfect for data-visualisation colour ramps, heatmaps, chart palettes, theme generation and UI backgrounds. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 4 endpoints. Distinct from colour conversion / harmonious palettes (one base colour) and image palette extraction.

api.oanor.com/gradient-api

Color Blindness Simulator API

See your colours the way colour-blind users do. Pass a hex colour (or a whole palette) and get back how it appears under each major colour-vision deficiency — protanopia (red-blind), deuteranopia (green-blind), tritanopia (blue-blind) and achromatopsia (total colour blindness) — as simulated hex and RGB values. Roughly 1 in 12 men and 1 in 200 women have some colour-vision deficiency, so this is ideal for accessibility testing of UI themes, charts, maps, status colours and branding: simulate your palette, spot colours that become indistinguishable, and fix them before you ship. Pure local matrix transforms — no key, no third-party service, instant. Live. 4 endpoints. Distinct from colour conversion and contrast tools.

api.oanor.com/colorblind-api

Color Palette API

Extrai a paleta de cores dominante de qualquer imagem. Envie uma URL de imagem (nós a buscamos) ou uma imagem em base64 e receba suas cores principais — cada uma como código hex, trio RGB e a porcentagem da imagem que cobre — além da cor dominante única e a cor média geral. Escolha quantas cores retornar (1 a 16). A imagem é decodificada e reduzida localmente e as cores são quantizadas em tempo real; nada é armazenado e não há serviço de terceiros. Suporta PNG, JPEG, BMP, TIFF e GIF. Ao vivo. 2 endpoints. Construído para ferramentas de temas e design, geração automática de cores de UI a partir de obras de arte ou fotos de produtos, extração de cores de marca e marcação de imagens. Distinto de um conversor de cor única ou serviço de redimensionamento/informação de imagem. Sem chave upstream.

api.oanor.com/palette-api

Iconify Icons API

The open-source icon universe — Iconify — as an API. Search across 200,000+ icons from 200+ icon sets (Material Symbols, Material Design Icons, Font Awesome, Tabler, Lucide, Phosphor, Simple Icons, brand logos and more); get any icon's SVG path, dimensions and a ready-to-use, copy-paste `<svg>` string plus a direct .svg URL; and browse the icon sets with their author, license and icon count. Every icon is addressed by a simple `prefix:name` id (e.g. mdi:home, logos:github). Live from the official api.iconify.design. Ideal for design tools and icon pickers, no-code and website builders, documentation and component libraries, and any app that needs scalable icons. Open-source icons, each with its set's license.

api.oanor.com/iconify-api

Fonts API

El catálogo de Google Fonts como API: más de 1900 familias de fuentes de código abierto con todo lo necesario para elegir e incrustar un tipo de letra. Busque una familia (por ejemplo, Roboto → categoría, pesos disponibles, ejes de fuentes variables, subconjuntos y una URL de incrustación CSS lista para usar); busque por nombre, categoría (Sans Serif, Serif, Display, Handwriting, Monospace), subconjunto, peso o compatibilidad con fuentes variables; o enumere las familias más populares. Cada registro incluye los pesos/estilos, ejes variables (wght, wdth, …), subconjuntos de idiomas, diseñadores, rango de popularidad y una URL de incrustación CSS2 de Google Fonts. Ideal para herramientas de diseño, creadores de sitios web, selectores de fuentes y sistemas de tematización.

api.oanor.com/fonts-api

Color API

Un kit completo de colores: convierte entre hex, RGB, HSL, HSV y CMYK con luminancia relativa, genera paletas armoniosas (complementarias, triádicas, tetrádicas, análogas, monocromáticas, sombras) y calcula relaciones de contraste WCAG con aprobación/reprobación AA/AAA para accesibilidad. Del lado del servidor, instantáneo, sin servicios de terceros.

api.oanor.com/color-api