API & ウィジェットのご案内

今日のレシピ API

「旬のレシピ」からランダムに1件のレシピを取得します。
当日が行事日または記念日の場合はそれぞれに関連したレシピを取得します。

エンドポイント
https://otenki-recipe.jp/wp-json/custom/v0/todaysrecipe/

レスポンスJSON
・行事日または記念日の場合
 header が「今日はなんの日?」となります。
 title に行事または記念日の名称が入ります。
 permalink は行事または記念日のページへのリンクとなります。
・行事日、記念日ではない場合
 header が「旬のレシピ」となります。
 title は存在しません。
 permalink は当月の「旬のレシピ」ページへのリンクとなります。

{
  code: 200,
  data: {
           date: "2月16日",
           header: "今日はなんの日?",
           title: "寒天の日",
           permalink: "https://otenki-recipe.jp/memorial/%e5%af%92%e5%a4%a9%e3%81%ae%e6%97%a5/",
           recipe: "ホタテ貝柱入り寒天ごはん",
           recipe_image: "https://otenki-recipe.jp/wp-content/uploads/ホタテ貝柱入り寒天ごはん-150x150.jpg",
           recipe_link: "https://otenki-recipe.jp/recipe/%e3%83%9b%e3%82%bf%e3%83%86%e8%b2%9d%e6%9f%b1%e5%85%a5%e3%82%8a%e5%af%92%e5%a4%a9%e3%81%94%e3%81%af%e3%82%93/",
  },
  status: true
}

今日のレシピ ウィジェット

下記コードをHTML内の任意の場所にコピー&ペーストしてください。

<a href="https://otenki-recipe.jp/" class="bws_todays_recipe_widget" target="_blank">お天気レシピ</a>
<script src="https://otenki-recipe.jp/user/widgets/todaysrecipe.widget.js"></script>

表示例

ウィジェット表示例