Documentation

This API provides a simple way to get meta data by URL. Perfect for educational projects, testing and prototyping applications.

The API does not require authentication and is completely free. You can use it in your projects without restrictions.

If you pass a URL of the target page as a GET parameter to the API, it will return meta data (title, description) found on the page.

Main Features

  • Extracting meta data by URL
  • Simple HTTP interface
  • JSON response format
  • No authentication required
  • Free and without limitations
  • CORS support

Response Format


{
    "title": "The best programming tutorial - code.mu",
    "description": "Site code.mu - the best programming tutorial."
}