Get TikTok Overall Gender Ratio

46 endpoints • Base: https://openapi.scdata.cc

Endpoints

Returns one aggregated gender ratio for a TikTok creator's whole audience, without the age breakdown. Premium audience insight endpoint with a higher quota cost.

GET/api/v1/audience/tiktok/gender_overall

Quota usage: Each successful request to this endpoint deducts 300 quota units from your plan.

Request Parameters

Required Parameters

NameInTypeDescription
unique_idquerystringunique_id
example: nike

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobjectData

Try It

https://openapi.scdata.cc/api/v1/audience/tiktok/gender_overall
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

unique_id*

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/tiktok/gender_overall?unique_id=nike" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"female": "50.00%",
"male": "50.00%"
}
}

Use Cases

  • Fast pre-filterDrop creators whose audience gender ratio is clearly off-target before running deeper analysis.
  • Portfolio balanceBalance a creator roster so the combined reach matches the campaign's gender mix.

Related Endpoints