Expand / unshorten a URL
API · /url-api
URL Tools API
Unfurl link previews — title, description, image, site name and favicon (Open Graph + meta tags) — and expand / unshorten URLs by following redirects to their final destination. Perfect for chat unfurls, link cards and resolving short links.
API salute
degradato- Tempo di attività
- 98.98%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 841 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 3,469
- attiva
- Chiamate totali
- 98
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 300 chiamate/mese
- 1 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 5k calls/month
- 5 req/sec
- Preview + expand
- No credit card
Basic
€7.00 /mese
- 40,000 chiamate/mese
- 5 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 50k calls/month
- 15 req/sec
- Email support
Pro
€21.00 /mese
- 220,000 chiamate/mese
- 15 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 250k calls/month
- 30 req/sec
- Priority support
Mega
€69.00 /mese
- 1,200,000 chiamate/mese
- 40 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 1M calls/month
- 50 req/sec
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
Domain Parser API
Parse any hostname or URL with the Public Suffix List. Split a domain into its subdomain, registrable domain (eTLD+1) and public suffix (eTLD), or fetch just the suffix or just the registrable domain. Handles full URLs, internationalized (punycode) domains, IP addresses, multi-level suffixes like co.uk and com.au, and — when you ask for it — private suffixes such as github.io and s3 buckets. Built on an always-current Public Suffix List and served entirely in-memory, so responses are instant and the service is always available. Ideal for cookie and domain scoping, analytics attribution, email and link validation, security and anti-abuse, and devops tooling.
api.oanor.com/domain-api
Stack Exchange API
Busca en Stack Overflow y la red Stack Exchange: preguntas por relevancia con puntuaciones, recuento de respuestas y etiquetas, detalles completos de preguntas y perfiles de usuario con reputación, insignias y ubicación. Ideal para herramientas de desarrollo, monitoreo de tendencias tecnológicas, agregación de preguntas y respuestas y consultas de reputación.
api.oanor.com/stackexchange-api
SEO API
Exécutez un audit SEO on-page sur n'importe quelle URL — analyse du titre et de la méta-description, structure des titres, longueur du contenu, couverture des attributs alt des images, vérifications canonical / viewport / Open Graph et une répartition des liens internes/externes — avec un score global de 0 à 100. Plus un point de terminaison dédié à l'analyse des liens.
api.oanor.com/seo-api
Cars / VIN API
Decode any Vehicle Identification Number (VIN) into make, model, year, body class, engine, fuel type, drivetrain and plant — and browse vehicle makes and models by type and year. Powered by the official NHTSA vPIC database.
api.oanor.com/cars-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per URL Tools API?
Qual è il limite di velocità di URL Tools API?
Quanto costa URL Tools API?
Posso cancellare l'abbonamento in qualsiasi momento?
URL Tools 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/url-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/url-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/url-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/url-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.