Hi Supadata team,
I'm using the /v1/metadata endpoint to fetch YouTube video metadata, and I've noticed that the createdAt field is no longer being returned in the response.
Expected behavior (per documentation): The response should include a createdAt field with the publication timestamp in ISO 8601 format.
Actual behavior: The response contains platform, type, id, url, title, description, author, stats, media, tags, and additionalData — but no createdAt field.
Example request: GET https://api.supadata.ai/v1/metadata?url=https://www.youtube.com/watch?v=SnLBOQvJhaY
Example additionalData returned: {"channelId": "UCM3vJxmuJJkk1r0yzFI9eZg", "transcriptLanguages": ["pt"]}
This was working correctly until recently (around January 28-29, 2026). Videos fetched before that date have the publish date populated.
Could you look into this? The createdAt field is essential for my application to filter videos by publication date.
Thanks,
