Meta Parser API

This API extracts metadata from a given URL and returns it as JSON.

Usage

GET request with a ?url= query:

https://meta.msar.me/?url=https://msar.me

Response

{
    "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.

Example

GET request with a ?url=&refresh query:

https://meta.msar.me/?url=https://msar.me&refresh