Skip to content

brianraila/url-info-api

Repository files navigation

URL INFO API

Get information about links in a single API request.

This is a fork of the get-link-preview repo by Siddhi Gate

get-link-preview 🔗

View the link preview using our App. Use the API to generate link preview in your app or use the NPM package to use the custom hook in your React app.

Original article can be found here Github repo can be found here

Features ✨

  • Use our API endpoint to integrate link preview in your app

Useful links 🔗

API

API endpoint

https://url-info.vercel.app/?url=https://github.com/siddhigate

API response

{ 
  "success":true,
  "title":"siddhigate - Overview",
  "description":"Full stack developer. siddhigate has 49 repositories available. Follow their code on GitHub.",
  "image":"https://avatars.githubusercontent.com/u/80971056?v=4?s=400",
  "sitename":"GitHub",
  "ogUrl":"https://github.com/siddhigate",
  "type":"profile",
  "domain":"github.com",
  "favicon":"https://github.githubassets.com/favicons/favicon.svg"}
}

About

Get info about a URL using this API .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published