Google URL Shortener API可以为一个长网址提供许多短网址吗?

时间:2012-11-22 19:24:34

标签: api url-shortener google-url-shortener

Google URL Shortener API可以为一个长网址提供多个短网址吗?

我发现如果:

curl https://www.googleapis.com/urlshortener/v1/url \
  -H 'Content-Type: application/json' \
  -d '{"longUrl": "http://www.google.com"}'

它总是输出相同的短网址:

{
 "kind": "urlshortener#url",
 "id": "http://goo.gl/fbsS",
 "longUrl": "http://www.google.com/"
}

1 个答案:

答案 0 :(得分:0)

  1. 如果您使用Google帐户登录goo.gl,则该邮件是唯一的 每次缩短长URL时都会生成短URL。
  2. 如果您未登录goo.gl,则会重复使用相同的短网址 每次缩短长网址时,跨多个用户。
  3. http://support.google.com/websearch/bin/answer.py?hl=en&answer=190768