mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Updated API Docs (markdown)
@@ -302,14 +302,16 @@ __________________________________________________________________
|
|||||||
**Input**:
|
**Input**:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
Nothing
|
"countContributingUsers": boolean //Optional, default false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Response**:
|
**Response**:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
userCount: int,
|
userCount: int, // Only if countContributingUsers was true
|
||||||
|
activeUsers: int, // Sum of public install stats from Chrome webstore and Firefox addons store
|
||||||
|
apiUsers: int, // 48-hour active API users (https://github.com/ajayyy/PrivacyUserCount)
|
||||||
viewCount: int,
|
viewCount: int,
|
||||||
totalSubmissions: int,
|
totalSubmissions: int,
|
||||||
minutesSaved: float
|
minutesSaved: float
|
||||||
|
|||||||
Reference in New Issue
Block a user