API schema
Schema
FTStatsList
Array of FTStats objects
Type: object
Properties
| Name | Type | Description |
|---|---|---|
statslist | array of FTStats | |
err | err |
Example shape
{
"statslist": [
{
"example": "FTStats"
}
],
"err": {
"example": "err"
}
}