Skip to main content
GET
Get URL Metadata
Fetches Open Graph, Twitter Card, and other structured metadata for a given URL. Results are cached in Redis for 24 hours to avoid repeated fetches. Useful for building link previews in comments or entity editors. Requires an authenticated user. Rate limit: 30 requests per 5 minutes.

Query Parameters

url
string
required
The URL to fetch metadata for. Must be a valid HTTP/HTTPS URL.

Response

All fields are nullable — the response always has the same shape regardless of which tags the target URL exposes.

Error Responses

Returned when the URL is reachable but no metadata could be extracted.