浏览游戏
curl --request GET \
--url https://api.keyapi.ai/v1/facebook/gaming_games \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.keyapi.ai/v1/facebook/gaming_games"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.keyapi.ai/v1/facebook/gaming_games', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.get("https://api.keyapi.ai/v1/facebook/gaming_games")
.header("Authorization", "Bearer <token>")
.asString();{
"code": 0,
"message": "success",
"data": {
"games": [
{
"id": "1854888614543599",
"name": "PUBG Mobile",
"vanity": "PUBG Mobile",
"url": "https://www.facebook.com/gaming/pubgmobile/",
"cover_image_url": "https://scontent-lax3-1.xx.fbcdn.net/m1/v/t0.53032-6/An87lTi1S-Pbs-r_hataSUAJwAqWTkFQVayc4LRrYYE6_Ssrf0WC7XB8aNthKVzlXq8MNl3g0FxzjU8CRkmlfyeJG-vwYTNn2ldw4fsrV4me?_nc_gid=EVR8aYBLqRSYxZSQQaAX_A&_nc_oc=Adpm0G82LZt9m1jiMzRL3e7oqA3Pd1uZO27h0exZO65ogWi0oN80wqbqQlf6SNJxqE0&ccb=10-5&oh=00_AQJ1EPEbm96hkOZ5KL7gLbUNXjTyRgWbePXzQzWgUdxSrA&oe=6AD9C53C&_nc_sid=cae86a",
"cvc": 516,
"followers_count": null
},
{
"id": "598164530307565",
"name": "PUBG: BATTLEGROUNDS",
"vanity": "PUBG: BATTLEGROUNDS",
"url": "https://www.facebook.com/gaming/pubgbattlegrounds/",
"cover_image_url": "https://scontent-lax3-1.xx.fbcdn.net/m1/v/t0.53032-6/An-CjNl9xryEMBEZWZLn1auyH7ek6GKzuNd1-oJH3RMD8783St_JCilP9nBARx_1j6m17a66rpRhshhMzp6obc18LPa9yqNuzKJ1NeL-2lQ?_nc_gid=EVR8aYBLqRSYxZSQQaAX_A&_nc_oc=AdrgL_vbF5TjExGiFEEZWvK44uFeuqzBe5VVPXrVHZYYrxtZswAg8cV6vdNdNP5-NXE&ccb=10-5&oh=00_AQLy0tKzYkWo85M70vwc7cRMSF2bQGSlcwkrodz1d_jLjA&oe=6AD9C048&_nc_sid=cae86a",
"cvc": 3,
"followers_count": null
},
{
"id": "2308207012532068",
"name": "PUBG LITE",
"vanity": "PUBG LITE",
"url": "https://www.facebook.com/gaming/pubglite/",
"cover_image_url": "https://scontent-lax3-1.xx.fbcdn.net/m1/v/t0.53032-6/An_V9BW2FxLg5paoMiMe3bPzf9HUK2qRFNtSk76Dj4F-KI3l7pfvWmhNCdksepuQ5MmF6f1lZkAwGUD_LygoP3TqfEkH9poVOqSdRu-vkJEO?_nc_gid=EVR8aYBLqRSYxZSQQaAX_A&_nc_oc=AdpGrOd1gAij2fVUnONctvtlErrm7iRYNqgIDdd3F3THdQd0qwORCSqBCT-hnIKgwi8&ccb=10-5&oh=00_AQJIePK19bWtmqNlxwa_TqE5ttrTqnqVtAXFhe23hfMAvg&oe=6AD9CE59&_nc_sid=cae86a",
"cvc": 0,
"followers_count": null
}
],
"cursor": null
},
"requestId": "8424defa-f8c2-40ae-b864-e4136de769c1"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}游戏
浏览游戏
GET
/
v1
/
facebook
/
gaming_games
浏览游戏
curl --request GET \
--url https://api.keyapi.ai/v1/facebook/gaming_games \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.keyapi.ai/v1/facebook/gaming_games"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.keyapi.ai/v1/facebook/gaming_games', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.get("https://api.keyapi.ai/v1/facebook/gaming_games")
.header("Authorization", "Bearer <token>")
.asString();{
"code": 0,
"message": "success",
"data": {
"games": [
{
"id": "1854888614543599",
"name": "PUBG Mobile",
"vanity": "PUBG Mobile",
"url": "https://www.facebook.com/gaming/pubgmobile/",
"cover_image_url": "https://scontent-lax3-1.xx.fbcdn.net/m1/v/t0.53032-6/An87lTi1S-Pbs-r_hataSUAJwAqWTkFQVayc4LRrYYE6_Ssrf0WC7XB8aNthKVzlXq8MNl3g0FxzjU8CRkmlfyeJG-vwYTNn2ldw4fsrV4me?_nc_gid=EVR8aYBLqRSYxZSQQaAX_A&_nc_oc=Adpm0G82LZt9m1jiMzRL3e7oqA3Pd1uZO27h0exZO65ogWi0oN80wqbqQlf6SNJxqE0&ccb=10-5&oh=00_AQJ1EPEbm96hkOZ5KL7gLbUNXjTyRgWbePXzQzWgUdxSrA&oe=6AD9C53C&_nc_sid=cae86a",
"cvc": 516,
"followers_count": null
},
{
"id": "598164530307565",
"name": "PUBG: BATTLEGROUNDS",
"vanity": "PUBG: BATTLEGROUNDS",
"url": "https://www.facebook.com/gaming/pubgbattlegrounds/",
"cover_image_url": "https://scontent-lax3-1.xx.fbcdn.net/m1/v/t0.53032-6/An-CjNl9xryEMBEZWZLn1auyH7ek6GKzuNd1-oJH3RMD8783St_JCilP9nBARx_1j6m17a66rpRhshhMzp6obc18LPa9yqNuzKJ1NeL-2lQ?_nc_gid=EVR8aYBLqRSYxZSQQaAX_A&_nc_oc=AdrgL_vbF5TjExGiFEEZWvK44uFeuqzBe5VVPXrVHZYYrxtZswAg8cV6vdNdNP5-NXE&ccb=10-5&oh=00_AQLy0tKzYkWo85M70vwc7cRMSF2bQGSlcwkrodz1d_jLjA&oe=6AD9C048&_nc_sid=cae86a",
"cvc": 3,
"followers_count": null
},
{
"id": "2308207012532068",
"name": "PUBG LITE",
"vanity": "PUBG LITE",
"url": "https://www.facebook.com/gaming/pubglite/",
"cover_image_url": "https://scontent-lax3-1.xx.fbcdn.net/m1/v/t0.53032-6/An_V9BW2FxLg5paoMiMe3bPzf9HUK2qRFNtSk76Dj4F-KI3l7pfvWmhNCdksepuQ5MmF6f1lZkAwGUD_LygoP3TqfEkH9poVOqSdRu-vkJEO?_nc_gid=EVR8aYBLqRSYxZSQQaAX_A&_nc_oc=AdpGrOd1gAij2fVUnONctvtlErrm7iRYNqgIDdd3F3THdQd0qwORCSqBCT-hnIKgwi8&ccb=10-5&oh=00_AQJIePK19bWtmqNlxwa_TqE5ttrTqnqVtAXFhe23hfMAvg&oe=6AD9CE59&_nc_sid=cae86a",
"cvc": 0,
"followers_count": null
}
],
"cursor": null
},
"requestId": "8424defa-f8c2-40ae-b864-e4136de769c1"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}🪙4 credits每次请求
复制给 AI
🤖 为什么还要自己写代码?
让 AI 来处理重复工作。点击按钮即可复制一段整理好的提示词,用于 ChatGPT、Claude 或你常用的 AI 助手。

