logo头像

星星給予仰望者光芒

apple api get app versions

本文于 934 天之前發表,文章内容可能已經過時。

  通過 apple api 取得舊版 app ID

apple api get app versions

GET:

"https://api.unlimapps.com/v1/apple_apps/{ID}/versions"




ID: 請填入app編號




Response:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"id": "87945b4e-24de-4677-81c8-6f980839c8e5",
"apple_app_id": "84389e6e-852b-450b-be5b-5ab92ddcd667",
"bundle_version": "10.49",
"external_identifier": "815198513",
"created_at": "2016-01-06T04:26:55.666Z",
"updated_at": "2016-01-06T04:26:55.666Z"
},
{
"id": "3bf5ea73-0cd0-45ef-92c3-3a89b9c3543c",
"apple_app_id": "84389e6e-852b-450b-be5b-5ab92ddcd667",
"bundle_version": "10.50",
"external_identifier": "815713258",
"created_at": "2016-01-11T14:51:41.430Z",
"updated_at": "2017-09-28T10:11:10.467Z"
},
{
"id": "707e50be-82d0-480e-9da6-e9c3b4f9a7fd",
"apple_app_id": "84389e6e-852b-450b-be5b-5ab92ddcd667",
"bundle_version": "10.38",
"external_identifier": "813553231",
"created_at": "2016-01-17T09:21:09.179Z",
"updated_at": "2016-01-17T09:21:09.179Z"
},
......

解析:

1
2
3
4
5
6
7
8
9
10
11
12
"id": "707e50be-82d0-480e-9da6-e9c3b4f9a7fd",
##
"apple_app_id": "84389e6e-852b-450b-be5b-5ab92ddcd667",
##
"bundle_version": "10.38",
##
"external_identifier": "813553231",
## 此為下載舊版app的id
"created_at": "2016-01-17T09:21:09.179Z",
##
"updated_at": "2016-01-17T09:21:09.179Z"
##

app id 取得方式

如圖所示,直接在apple官方網中搜索,取得對應 ID