Google API Gatewayの料金はいくらですか?

Google API Gatewayの料金について

Google API Gatewayの料金はいくらですか?

GoogleのAPI Gatewayは、APIの管理とアクセス制御を簡単に行うための強力なツールです。ここでは、Google API Gatewayの料金体系について詳しく説明します。

API Gateway の料金体系

API Gatewayの料金は月間のAPI呼び出し回数に基づいています。以下の表は、API呼び出し回数に応じた費用を示しています。

1か月あたりのAPI呼び出し回数 API呼び出し回数100万回あたりの費用
0 〜 200万回 $0.00
200万回 ~ 10億回 $3.00
10億回超 $1.50

API Gatewayの利用例

以下は、Google API Gatewayを使用したAPIの簡単な例です。コードはリクエストを管理し、レスポンスを取得するための基本的な構造を示しています。

        <script>
            const url = 'https://your-api-gateway-url.com/resource';
            fetch(url)
                .then(response => response.json())
                .then(data => console.log(data))
                .catch(error => console.error('Error:', error));
        </script>
    

参考資料

更に詳しい情報は、以下のGoogleオフィシャルのドキュメントをご参照ください:API Gatewayの料金ページ

その他の参考記事:angular api gateway