API Documentation
URL Meta
URL Meta provides a straight forward API to extract metadata (opengraph and anothers metatags) and wordpress information of any given page on the internet
GET URL Meta Extractor
URL Meta Extractor
A small efficient service that loads a web page and extracts the following meta-data from the
tag, such as page title, description, author, Open Graph, generator, WP Theme, icon, etc.
GET https://api.happi.dev/v1/meta
Parameters
Response Definition
{
"success": boolean,
"meta": Object,
"headers": Object
}
Error Response
Check http response code{
"success": boolean,
"error": text
}
GET URL Wordpress Extractor
URL Wordpress Extractor
Service that loads a wordpress web page and extracts the wordpress information
GET https://api.happi.dev/v1/meta/wordpress
Parameters
Response Definition
{
"success": boolean,
"wordpress": Object
}
Error Response
Check http response code{
"success": boolean,
"error": text
}