1

I'm new to coding in android and I have an idea of developing an app for a blog. There are RSS Feeds and API as far as I know.

I use Google APIs, exactly Blogger API. But some Google APIs are paid. My questions are:

  1. Is Blogger API paid?
  2. How do I figure out if the API service is paid?
4

2 回答 2

0

据我所知,博客 API 是免费的。

您可以在 Google API 控制台中查看所有详细信息: https ://console.developers.google.com/project/939657648296/apiui/api

您可以查看每天有多少请求是免费的。

于 2014-05-21T14:32:47.447 回答
0

我相信 Api 是为访问域信息(即访问其他用户的公共信息)而付费的。如果您每天尝试访问您的博客信息达到一定数量的请求,它是免费的。

于 2015-09-28T01:49:01.903 回答