Get page transparency info
curl --request GET \
--url https://api.keyapi.ai/v1/facebook/page_transparency \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.keyapi.ai/v1/facebook/page_transparency"
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/page_transparency', 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/page_transparency")
.header("Authorization", "Bearer <token>")
.asString();{
"code": 0,
"message": "success",
"data": {
"results": {
"id": "20531316728",
"is_viewer_admin": false,
"page_type_name_for_content": "PAGE",
"pages_transparency_info": {
"enabled_features": [
"ADMIN_LOCATIONS",
"PAGE_CREATION_DATE",
"PAGE_NAME_CHANGES",
"PAGE_ORGANIZATIONS",
"STATE_MEDIA_LABELS"
],
"is_person_profile": true,
"is_profile_action_report": false,
"linked_profile_id": "100064860875397",
"should_use_page_rename": true,
"transparency_title": "Page transparency",
"genai_chatbot_disclosure": null,
"id": "dHJhbnNwYXJlbmN5OjIwNTMxMzE2NzI4",
"admin_locations": {
"admin_country_counts": [
{
"count": 12,
"country": {
"iso_name": "United States",
"id": "109078688522"
}
},
{
"count": 5,
"country": {
"iso_name": "United Kingdom",
"id": "112449756806"
}
}
],
"num_opt_out": 0,
"num_unknown": 0
},
"has_active_ads": true,
"has_run_political_ads": true,
"page_id_for_admin": null,
"state_media_country_label": null,
"history_items": [
{
"item_type": "NAME_CHANGE",
"event_time": 1654275614,
"target_name": "Facebook"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1582839171,
"target_name": "Facebook App"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1582656314,
"target_name": "Facebook app"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1573577631,
"target_name": "Facebook"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1573575853,
"target_name": "Facebook app"
},
{
"item_type": "CREATION",
"event_time": 1194475892,
"target_name": "Facebook"
}
]
},
"name": "Facebook",
"profile_picture": {
"uri": "https://scontent.fdxb1-1.fna.fbcdn.net/v/t39.30808-1/380700650_10162533193146729_2379134611963304810_n.jpg?stp=dst-jpg_tt6&cstp=mx2048x2048&ctp=s120x120&_nc_cat=1&ccb=1-7&_nc_sid=11a88f&_nc_ohc=v825A_xemiwQ7kNvwHakibw&_nc_oc=Adoc9XmRGA35kL3yFOog4P9CA0QHv0PX_RgSl1jiHbk1uUr8bpOg_sLwJxliYPV0ow4&_nc_zt=24&_nc_ht=scontent.fdxb1-1.fna&_nc_gid=neIF-1pHM4cazQ62KTI0PQ&_nc_ss=7d289&oh=00_AQL3AwQ9gSewVcXFI1KI1iddPYSvB4jqXR95cH8CuTqfGA&oe=6AB8080E"
},
"profile_plus_for_delegate_page": {
"category_text": "Internet company",
"id": "100064860875397"
},
"verification_status": "BLUE_VERIFIED",
"confirmed_page_owner_consumer": {
"name": null,
"information": null,
"type": "NONE",
"id": null
},
"confirmed_page_partner_names": [],
"page_transparency_settings_uri": "/20531316728/settings/?tab=page_transparency",
"should_show_responsible_for_org_content": true
}
},
"requestId": "0860e1ed-ece3-4890-b1bc-4b19a604c70b"
}{
"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"
}Pages
Get page transparency info
GET
/
v1
/
facebook
/
page_transparency
Get page transparency info
curl --request GET \
--url https://api.keyapi.ai/v1/facebook/page_transparency \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.keyapi.ai/v1/facebook/page_transparency"
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/page_transparency', 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/page_transparency")
.header("Authorization", "Bearer <token>")
.asString();{
"code": 0,
"message": "success",
"data": {
"results": {
"id": "20531316728",
"is_viewer_admin": false,
"page_type_name_for_content": "PAGE",
"pages_transparency_info": {
"enabled_features": [
"ADMIN_LOCATIONS",
"PAGE_CREATION_DATE",
"PAGE_NAME_CHANGES",
"PAGE_ORGANIZATIONS",
"STATE_MEDIA_LABELS"
],
"is_person_profile": true,
"is_profile_action_report": false,
"linked_profile_id": "100064860875397",
"should_use_page_rename": true,
"transparency_title": "Page transparency",
"genai_chatbot_disclosure": null,
"id": "dHJhbnNwYXJlbmN5OjIwNTMxMzE2NzI4",
"admin_locations": {
"admin_country_counts": [
{
"count": 12,
"country": {
"iso_name": "United States",
"id": "109078688522"
}
},
{
"count": 5,
"country": {
"iso_name": "United Kingdom",
"id": "112449756806"
}
}
],
"num_opt_out": 0,
"num_unknown": 0
},
"has_active_ads": true,
"has_run_political_ads": true,
"page_id_for_admin": null,
"state_media_country_label": null,
"history_items": [
{
"item_type": "NAME_CHANGE",
"event_time": 1654275614,
"target_name": "Facebook"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1582839171,
"target_name": "Facebook App"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1582656314,
"target_name": "Facebook app"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1573577631,
"target_name": "Facebook"
},
{
"item_type": "NAME_CHANGE",
"event_time": 1573575853,
"target_name": "Facebook app"
},
{
"item_type": "CREATION",
"event_time": 1194475892,
"target_name": "Facebook"
}
]
},
"name": "Facebook",
"profile_picture": {
"uri": "https://scontent.fdxb1-1.fna.fbcdn.net/v/t39.30808-1/380700650_10162533193146729_2379134611963304810_n.jpg?stp=dst-jpg_tt6&cstp=mx2048x2048&ctp=s120x120&_nc_cat=1&ccb=1-7&_nc_sid=11a88f&_nc_ohc=v825A_xemiwQ7kNvwHakibw&_nc_oc=Adoc9XmRGA35kL3yFOog4P9CA0QHv0PX_RgSl1jiHbk1uUr8bpOg_sLwJxliYPV0ow4&_nc_zt=24&_nc_ht=scontent.fdxb1-1.fna&_nc_gid=neIF-1pHM4cazQ62KTI0PQ&_nc_ss=7d289&oh=00_AQL3AwQ9gSewVcXFI1KI1iddPYSvB4jqXR95cH8CuTqfGA&oe=6AB8080E"
},
"profile_plus_for_delegate_page": {
"category_text": "Internet company",
"id": "100064860875397"
},
"verification_status": "BLUE_VERIFIED",
"confirmed_page_owner_consumer": {
"name": null,
"information": null,
"type": "NONE",
"id": null
},
"confirmed_page_partner_names": [],
"page_transparency_settings_uri": "/20531316728/settings/?tab=page_transparency",
"should_show_responsible_for_org_content": true
}
},
"requestId": "0860e1ed-ece3-4890-b1bc-4b19a604c70b"
}{
"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 creditsper request
Copy for AI
🤖 Why Code When AI Can Do It For You?
Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

