{"swagger":"2.0","info":{"description":"Metadata/OGP-tag fetch API","version":"2.1.2","title":"ricapitolare","contact":{"url":"https://github.com/ci7lus"},"license":{"name":"MIT"}},"host":"ricapitolare.vercel.app","basePath":"/","schemes":["https"],"paths":{"/":{"get":{"description":"Retrieves the OGP tag for a given URL","operationId":"getOgpJson","produces":["application/json"],"parameters":[{"name":"url","in":"query","description":"The URL to retrieve metadata for","required":true,"type":"string"}],"responses":{"200":{"description":"successful operation","schema":{"$ref":"#/definitions/OGP"}},"400":{"description":"requested url is not valid"},"500":{"description":"parse error"}}}},"/svg":{"get":{"description":"Retrieves the OGP tag for a given URL","operationId":"getOgpSvg","produces":["image/svg+xml"],"parameters":[{"name":"url","in":"query","description":"The URL to retrieve metadata for","required":true,"type":"string"}],"responses":{"200":{"description":"successful operation"},"400":{"description":"requested url is not valid"},"500":{"description":"parse error"}}}}},"definitions":{"OGP":{"type":"object","required":["url","provider"],"properties":{"description":{"type":"string","example":"TVアニメ『ジョジョの奇妙な冒険　黄金の風』2018.10.5 ON AIR!!!","description":"A user-displayable description of the page."},"icon":{"type":"string","example":"https://jojo-animation.com/img/favicon/favicon.ico","description":"URL of the page icon."},"image":{"type":"string","example":"http://jojo-animation.com/og_img/og_img5.jpg","description":"URL of the page preview image."},"keywords":{"type":"array","example":["荒木飛呂彦","ジョジョの奇妙な冒険","ジョジョ","JOJO","GIOGIO","ウルトラジャンプ","ブチャラティ","TVアニメ","アニメーション","animation"],"description":"The meta keywords for the page.","items":{"type":"string"}},"provider":{"type":"string","example":"jojo-animation","description":"The provider name or domain of the page."},"title":{"type":"string","example":"ジョルノ・ジョバァーナ | CHARACTER | TVアニメ『ジョジョの奇妙な冒険 黄金の風』公式サイト","description":"A user-displayable title of the page."},"language":{"type":"string","example":"ja","description":"Language"},"type":{"type":"string","example":"website","description":"The type of content as defined by Open Graph."},"url":{"type":"string","example":"http://jojo-animation.com/","description":"A canonical URL for the page."}}}},"externalDocs":{"description":"GitHub Repository","url":"https://github.com/ci7lus/ricapitolare"}}