ApiTopic analysis
Get latest competition report for a topic
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Domain ID
topicId*string
Topic ID
Query Parameters
limit*number
startDate*string
endDate*string
Response Body
application/json
curl -X GET "https://example.com/domains/507f1f77bcf86cd799439011/topics/507f1f77bcf86cd799439012/competition?limit=0&startDate=string&endDate=string"{
"domainId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"topicId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reports": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"winRate": 67
}
],
"totalCount": 12,
"reportCount": 12,
"metadata": {
"generatedAt": "2026-05-25T10:30:00.000Z",
"query": {
"topicId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
}