{"openapi":"3.1.0","info":{"title":"URL Tools API","version":"1.0.0","description":"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.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/url-api","description":"oanor gateway"}],"tags":[{"name":"URL"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/expand":{"get":{"operationId":"get_v1_expand","tags":["URL"],"summary":"Expand / unshorten a URL","description":"","parameters":[{"name":"url","in":"query","required":true,"description":"URL to follow","schema":{"type":"string"},"example":"https://github.com"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"url":"https://github.com/","status":200,"final_url":"https://github.com/","redirected":false},"meta":{"timestamp":"2026-05-30T01:37:03.311Z","request_id":"f72734a2-d199-4729-aa44-927b58305ac5"},"status":"ok","message":"URL expanded successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/preview":{"get":{"operationId":"get_v1_preview","tags":["URL"],"summary":"Link preview / unfurl","description":"","parameters":[{"name":"url","in":"query","required":true,"description":"URL to unfurl","schema":{"type":"string"},"example":"https://github.com"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"url":"https://github.com/","type":"object","image":"https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png","title":"GitHub · Change is constant. GitHub keeps you ahead.","favicon":"https://github.com/fluidicon.png","final_url":"https://github.com/","site_name":"GitHub","description":"Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity."},"meta":{"timestamp":"2026-05-30T01:37:03.784Z","request_id":"f7e153ea-64fb-4c3d-b777-68214156ddb7"},"status":"ok","message":"Preview retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":300,"rps_limit":1,"hard_limit":true},{"slug":"basic","name":"Basic","price_cents_month":700,"monthly_call_quota":40000,"rps_limit":5,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":2100,"monthly_call_quota":220000,"rps_limit":15,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":6900,"monthly_call_quota":1200000,"rps_limit":40,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/url-api"}