all-about-apikey/opengraphr
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

OpenGraphr

Description

Really simple API to retrieve Open Graph data from an URL

Example Request

  • Curl
curl "https://api.opengraphr.com/v1/og?api_token={{token}}&url=https://google.com"
  • Raw
GET /v1/og?api_token={{token}}&url=https://google.com HTTP/1.1
Host: api.opengraphr.com

Response

  • Success
{
    "title":"Google",
    "image":"https://www.google.com/logos/doodles/2022/celebrating-amanda-aldridge-6753651837109368-l.png",
    "url":"https://google.com",
    "reading_time_in_minutes":2,
    "raw":{
        "title":"Google"
    },
    "validUntil":1658066063236
}
  • Error
{
    "error":"Could not verify token"
}

Regex

[a-zA-Z0-9]{80}

Example API key

f0eyBlspFIwoXZbI60aqf0eyBlspFIwoXZbI60aqf0eyBlspFIwoXZbI60aqf0eyBlspFIwoXZbI60aq