This API extracts metadata from a given URL and returns it as JSON.
GET request with a ?url=
query:
https://meta.msar.me/?url=https://msar.me
{
"title": "Saiful Alam - The Architect of Software Solutions!",
"description": "I'm a passionate software engineer, and general technology enthusiast living in Dhaka, Bangladesh.",
"author": "Saiful Alam Rakib"
}
By default the 200 response is cached for 1 day, but you can skipp caching by adding a extra params like refresh
.
GET request with a ?url=&refresh
query:
https://meta.msar.me/?url=https://msar.me&refresh