{"openapi":"3.1.0","info":{"title":"SEO API","version":"1.0.0","description":"Run an on-page SEO audit on any URL — title and meta-description analysis, heading structure, content length, image alt coverage, canonical / viewport / Open Graph checks and an internal/external link breakdown — with an overall 0–100 score. Plus a dedicated link analysis endpoint.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/seo-api","description":"oanor gateway"}],"tags":[{"name":"SEO"}],"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/audit":{"get":{"operationId":"get_v1_audit","tags":["SEO"],"summary":"On-page SEO audit + score","description":"","parameters":[{"name":"url","in":"query","required":true,"description":"Page URL to audit","schema":{"type":"string"},"example":"https://example.com"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"h1":["Example Domain"],"url":"https://example.com/","lang":"en","links":{"total":1,"external":1,"internal":0,"nofollow":0},"score":45,"title":"Example Domain","checks":[{"id":"title_present","pass":true},{"id":"title_length_ok","pass":false},{"id":"meta_description_present","pass":false},{"id":"meta_description_length_ok","pass":false},{"id":"single_h1","pass":true},{"id":"has_viewport","pass":true},{"id":"has_canonical","pass":false},{"id":"image_alt_coverage","pass":true},{"id":"has_open_graph","pass":false},{"id":"enough_content","pass":false},{"id":"has_lang","pass":true}],"images":{"count":0,"missing_alt":0},"h1_count":1,"h2_count":0,"h3_count":0,"final_url":"https://example.com/","word_count":19,"has_viewport":true,"title_length":14,"has_open_graph":false,"has_twitter_card":false,"meta_description_length":0},"meta":{"timestamp":"2026-05-30T01:58:28.815Z","request_id":"eb232704-dc07-45c8-b9ca-aba8fc7f4df2"},"status":"ok","message":"SEO audit completed 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/links":{"get":{"operationId":"get_v1_links","tags":["SEO"],"summary":"Link analysis","description":"","parameters":[{"name":"url","in":"query","required":true,"description":"Page URL","schema":{"type":"string"},"example":"https://example.com"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"url":"https://example.com/","links":[{"url":"https://iana.org/domains/example","internal":false,"nofollow":false}],"total":1,"external":1,"internal":0,"nofollow":0,"final_url":"https://example.com/"},"meta":{"timestamp":"2026-05-30T01:58:29.180Z","request_id":"da2d0d13-146c-48ae-a9c2-19f2e64428b1"},"status":"ok","message":"Links 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":600,"rps_limit":1,"hard_limit":true},{"slug":"basic","name":"Basic","price_cents_month":1600,"monthly_call_quota":25000,"rps_limit":5,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":4900,"monthly_call_quota":120000,"rps_limit":15,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":12900,"monthly_call_quota":500000,"rps_limit":40,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/seo-api"}