Hex dump of input
API · /hexdump-api
Hexdump API
Produz um hex dump canônico de qualquer entrada e analisa um hex dump de volta para bytes. O endpoint dump formata dados da mesma forma que hexdump -C e xxd — uma coluna de offset, os bytes em hex (agrupados em oitos) e uma coluna ASCII imprimível — com um número configurável de bytes por linha e opcionalmente maiúsculas. Alimente texto como UTF-8, ou binário como hex ou base64. O endpoint parse reverte qualquer hex dump — tolerando colunas de offset e colunas ASCII, ou uma sequência simples de hex — e retorna os bytes reconstruídos como hex, base64 e (quando imprimível) texto. Perfeito para inspecionar payloads binários, depurar protocolos e formatos de arquivo, comparar buffers e ensinar. Computação puramente local — sem chave, sem serviço de terceiros, instantâneo; até 1 MB via POST. Ao vivo, nada armazenado. 3 endpoints. Distinto de um codificador simples de base64/hex.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 90 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,522
- attiva
- Chiamate totali
- 45
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 1,075 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 1.075 llamadas/mes
- 2 solicitudes/segundo
- Volcado + análisis
- Sin tarjeta de crédito
Starter
€1.15 /mese
- 9,150 chiamate/mese
- 8 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 9.15k calls/month
- 8 req/sec
- utf8 / hex / base64, custom width
- Email support
Pro
€21.05 /mese
- 142,500 chiamate/mese
- 20 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 142.5k calls/month
- 20 req/sec
- Binary / protocol debugging
- Priority support
Mega
€59.05 /mese
- 755,000 chiamate/mese
- 50 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 755k calls/month
- 50 req/sec
- Platform scale
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
Number Base Converter API
Convert integers between any numeral systems with exact big-integer math. Pass a number and a from/to base (radix 2 to 36, arbitrarily large, signed) and the convert endpoint returns the result and the decimal value; common 0x, 0b and 0o prefixes are accepted when they match the base, and whitespace or underscores in the input are ignored. The bases endpoint shows a single number across binary, octal, decimal, hexadecimal, base32 and base36 at once, together with its bit length, byte length and sign. Everything is computed locally with BigInt, so values of any size are exact and deterministic. Ideal for low-level and embedded debugging, networking and bit-twiddling work, teaching number systems, and anywhere you juggle hex, binary and decimal. A numeral-base converter — distinct from the text-encoding toolkit (encoding: base64/base32/hex of bytes), the Elixir/Erlang Hex package registry (hex) and number-to-words (numberwords). No upstream key, no cache.
api.oanor.com/baseconvert-api
Hex API
Elixir和Erlang包生态系统——Hex(hex.pm)——作为API。查找任何Hex包的描述、许可证、最新版本、GitHub/文档/更新日志链接、所有者以及下载次数(全部时间和近期);阅读包的完整发布历史及发布日期;获取单个版本的依赖列表、Elixir版本约束和构建工具;通过关键字搜索整个Hex注册表。涵盖Elixir/Erlang(BEAM)生态系统,从Phoenix、Ecto和Plug到Jason、Absinthe和Nerves。实时来自官方hex.pm API。适用于包仪表板、依赖和供应链工具、Elixir开发者门户和BEAM生态系统分析。来自Hex的开放数据。
api.oanor.com/hex-api
Encoding API
A fast, fully-local encoding toolkit: encode and decode text between base64, base64url, base32 (RFC 4648), hex, URL percent-encoding, HTML entities, binary and ASCII85 — plus JWT inspection (decode header and payload without verifying the signature). Pure server-side compute, no third-party upstream, so responses are instant and always available. Ideal for developer tools, webhooks, data pipelines, debugging and integrations.
api.oanor.com/encoding-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
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Hexdump API?
Qual è il limite di velocità di Hexdump API?
Quanto costa Hexdump API?
Posso cancellare l'abbonamento in qualsiasi momento?
Hexdump API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/hexdump-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/hexdump-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/hexdump-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/hexdump-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.