Reformat a MAC address
API · /macaddr-api
MAC Address API
Valida, reformata e analisa endereços MAC (EUI-48) — inteiramente localmente. O endpoint de formato aceita um MAC em qualquer notação comum — dois pontos (aa:bb:cc:dd:ee:ff), hífen (aa-bb-…), Cisco pontilhado (aabb.ccdd.eeff) ou puro (aabbccddeeff) — e o retorna na notação solicitada mais todas as outras, em maiúsculas ou minúsculas, normalizando entradas confusas para uma forma canônica limpa. O endpoint de informações analisa um endereço: divide o OUI (prefixo do fabricante) da parte NIC, informa se o endereço é unicast ou multicast (bit I/G) e se é administrado universal ou localmente (bit U/L), sinaliza o endereço de broadcast e deriva o identificador de interface Modified EUI-64 e o endereço IPv6 link-local correspondente (fe80::…) conforme RFC 4291. Tudo é calculado local e deterministicamente, portanto é instantâneo e privado — sem consultas, sem chamadas de terceiros. Ideal para automação de rede e IPAM, ferramentas de switch/roteador e firewall, inventário de dispositivos e gerenciamento de ativos, DHCP e provisionamento, e trabalho com IPv6 SLAAC. Cálculo puramente local — sem chave, sem serviço de terceiros, instantâneo. Ao vivo, nada armazenado. 3 endpoints. Isso formata e analisa o endereço; para consultar o fabricante por trás de um MAC, use uma API MAC-vendor.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 91 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,800
- attiva
- Chiamate totali
- 39
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 3,235 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 3,235 calls/month
- 2 req/sec
- Format + analyse
- No credit card
Starter
€4.75 /mese
- 12,750 chiamate/mese
- 8 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 12.75k calls/month
- 8 req/sec
- All notations + EUI-64
- Email support
Pro
€24.65 /mese
- 178,500 chiamate/mese
- 20 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 178.5k calls/month
- 20 req/sec
- IPAM / network-automation pipelines
- Priority support
Mega
€62.65 /mese
- 935,000 chiamate/mese
- 50 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 935k calls/month
- 50 req/sec
- Platform scale
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
MAC Address API
MAC-address (EUI-48) tooling as an API, computed locally and deterministically. The parse endpoint validates a MAC address given in any common notation — colon, hyphen, Cisco dotted or a bare run of 12 hex digits — and returns it in every standard format, split into its OUI (the first three bytes, assigned to a hardware vendor) and its NIC (the last three, device-specific) parts, plus the 48-bit integer value. The analyze endpoint reads the control bits of the first octet: the least-significant bit is the I/G bit that marks a unicast or multicast address, and the next bit is the U/L bit that marks a universally (vendor-assigned) or locally administered address, and it flags the broadcast address ff:ff:ff:ff:ff:ff. The eui64 endpoint derives the modified EUI-64 interface identifier — flipping the U/L bit and inserting FF:FE in the middle — and the resulting IPv6 link-local address (fe80::/64) used by stateless address autoconfiguration. Vendor name lookup needs the IEEE OUI registry and is not included. Everything is computed locally and deterministically, so it is instant and private. Ideal for networking, IoT, device-management, monitoring and security app developers, MAC-normalisation and IPv6 tools, and networking education. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is MAC-address tooling; for IPv4 subnetting use a subnet API and for DNS records a DNS API.
api.oanor.com/macaddress-api
API de Transferencia de Datos
Matemáticas de transferencia de datos y ancho de banda como API, calculadas local y determinísticamente. El endpoint de tiempo calcula cuánto tarda un archivo en transferirse a un ancho de banda dado, tiempo = bits del archivo ÷ (tasa × (1 − sobrecarga)), aceptando tamaños en B, KB, MB, GB, TB o los binarios KiB/MiB/GiB y tasas en bps, Kbps, Mbps, Gbps o bytes por segundo (MB/s), con una tolerancia opcional de sobrecarga de protocolo, y devuelve el tiempo en segundos, minutos, horas y una forma legible. El endpoint de ancho de banda funciona al revés: el ancho de banda necesario para mover un archivo en un tiempo objetivo, en bps, Mbps, Gbps y MB/s. El endpoint de conversión convierte un tamaño de datos entre unidades decimales (1 MB = 1,000,000 bytes) y binarias (MiB = 1,048,576), o una tasa de datos entre tasas de bits y tasas de bytes. Todo se calcula local y determinísticamente, por lo que es instantáneo y privado. Ideal para desarrolladores de redes, nube, respaldo y aplicaciones de streaming, herramientas de tiempo de descarga y planificación de capacidad, y paneles de desarrollo. Cálculo local puro — sin clave, sin servicio de terceros, instantáneo. En vivo, nada almacenado. 3 endpoints. Esto es tiempo de transferencia y ancho de banda; para tasa de bits de codificación de medios use una API de tasa de bits.
api.oanor.com/transfer-api
WiFi Channel API
Wi-Fi channel maths as an API, computed locally and deterministically from the standard channel-numbering formulas. The channel endpoint returns the centre frequency of a Wi-Fi channel on the 2.4, 5 or 6 GHz band — the band is auto-detected from the channel number or can be given explicitly (2.4 GHz: 2407 + 5·channel, with channel 14 at 2484; 5 GHz: 5000 + 5·channel; 6 GHz: 5950 + 5·channel). The frequency endpoint does the reverse, returning the nearest channel and band for a centre frequency in MHz or GHz. The overlap endpoint reports whether two channels overlap at a chosen channel width (two channels overlap when their centre-frequency separation is less than the width) and gives the recommended non-overlapping set — the classic 1, 6 and 11 on 2.4 GHz at 20 MHz. Everything is computed locally and deterministically, so it is instant and private. Channel availability is regulated and varies by country. Ideal for networking and Wi-Fi tools, site-survey and IoT apps, and router and access-point configuration software. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is Wi-Fi channel mapping; for general wavelength/frequency and photon energy use a wavelength API.
api.oanor.com/wifichannel-api
DNS Propagation API
Check DNS propagation by querying a record across several major public resolvers at once — Google (8.8.8.8), Cloudflare (1.1.1.1), AdGuard and dns.sb — and seeing whether they all return the same answer. Pass a domain and a record type and the service queries every resolver in parallel and reports each resolver's answers, whether they are consistent (the change has fully propagated) or still differ (mid-propagation, stale caching or split-horizon DNS), the number of distinct answer sets and the union of all answers. Supported record types: A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, CAA and PTR. A single-resolver endpoint queries one named resolver on its own, and a failing resolver is reported per-resolver without failing the whole call. Live DoH (DNS-over-HTTPS) JSON queries, always current. Built for verifying DNS changes after a migration or launch, debugging split-horizon or stale-cache issues, and uptime/propagation monitoring. A DNS propagation checker — distinct from single-resolver record lookup (dns), the email-authentication analyzer (emailsec) and WHOIS (whois). No upstream key, no cache.
api.oanor.com/dnspropagation-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per MAC Address API?
Qual è il limite di velocità di MAC Address API?
Quanto costa MAC Address API?
Posso cancellare l'abbonamento in qualsiasi momento?
MAC Address 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/macaddr-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/macaddr-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/macaddr-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/macaddr-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.