API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    Extract page metadataget
Schemas
powered by Zudoku
URL Metadata API
URL Metadata API

Schemas


Favicon

rel
​string · required

The link rel value (contains "icon").

Example: icon
href
​string · uri · required

Absolute URL of the favicon.

Example: https://www.example.com/favicon-32.png
sizes
​string | null · required

The declared sizes attribute, if any.

Example: 32x32
type
​string | null · required

The declared MIME type, if any.

Example: image/png
default
​boolean

Present and true only for the synthesized /favicon.ico fallback.

Example: true

ExtractResult

url
​string · required

The original input URL.

Example: https://www.example.com/blog/launch
final_url
​string · required

The URL after following redirects.

Example: https://www.example.com/blog/launch
status
​integer · required

HTTP status of the final response.

Example: 200
content_type
​string | null · required
​object · required

All Open Graph tags as a key/value map.

Example: {"og:title":"We just launched","og:type":"article","og:image":"https://www.example.com/img/launch-hero.png"}
​object · required

All Twitter Card tags as a key/value map.

Example: {"twitter:card":"summary_large_image","twitter:image":"https://www.example.com/img/launch-hero.png"}
​Favicon[] · required
images
​string[] · required

Open Graph image URLs, resolved to absolute.

Example: ["https://www.example.com/img/launch-hero.png"]
title
​string | null
description
​string | null
keywords
​array | null
canonical
​string | null
lang
​string | null
charset
​string | null
note
​string

Present only for non-HTML responses.

Example: Response is not HTML; metadata extraction skipped.

Error

error
​string · required

Error message

Example: URL must use http or https
detail
​string

Optional additional detail about the error.

Example: Upstream fetch timed out
On this page
  • Favicon
  • ExtractResult
  • Error