Vercel API Proxy

May 8, 2025 · View on GitHub

API proxies powered by Vercel.

[toc]

Hosts

API List

Go to the Vercel API Proxy and select the API you want to use.

Gravatar

  • API: /gravatar/avatar/(.*)
  • Method: GET/POST

Get the avatar of the email fee47a2f4f2cc71f99a02b0a73ecfee0 by Gravatar API.

GET /gravatar/avatar/fee47a2f4f2cc71f99a02b0a73ecfee0 HTTP/1.1
Host: cell-api.vercel.app

Lruihao

Google

  • API: /gravatar/avatar/(.*)
  • Method: *

Get favicons by Google API.

GET /google/s2/favicons?sz=64&domain=lruihao.cn HTTP/1.1
Host: cell-api.vercel.app

lruihao.cn

Netease Comment

  • API: /netease/comment

  • Method: GET/POST

  • Request parameter:

    nameRequiredtypedescription
    typenostringType is text, returns text, is Json, returns Json by default
    idnointSpecify the playlist id to get the hot reviews, default is NetEase Cloud Hot Songs List

Request example:

GET /netease/comment?mid=2280569152 HTTP/1.1
Host: cell-api.vercel.app

Response example:

{
  "code": 1,
  "data": {
    "musicId": 40915177,
    "musicName": "父亲写的散文诗",
    "musicUrl": "http://music.163.com/song/media/outer/url?id=40915177",
    "artist": "许飞",
    "picUrl": "http://p1.music.126.net/h00CveXrABOfiWmFDLzRDg==/3405187515194971.jpg",
    "content": "一首歌 一万个人的故事",
    "nickname": "Gallianoo",
    "avatarUrl": "http://p2.music.126.net/3U7kD9M39sfkrPdWVvaGog==/109951163278309929.jpg",
    "likedCount": 4743,
    "time": 1457059879799,
    "timeStr": "2016-03-04"
  }
}