Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- File Shares
- Firewalls
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Service Endpoints
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Web Security
- Billing Statistics
- Resources
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
- GETGet unique viewers via CDN
- GETGet views in built-in player
- GETGet unique viewers in built-in player
- GETGet views by countries in built-in player
- GETGet views by regions in built-in player
- GETGet popular videos in built-in player
- GETGet browsers in built-in player
- GETGet OSs in built-in player
- GETGet referer in built-in player
- GETGet hosts in built-in player
- GETGet heatmap in built-in player
- GETGet streamingstatisticsffprobe
- GETGet streamingstatisticsstream
- GETGet streamingstatisticsmax stream
- GETGet streamingstatisticsstorage
- GETGet streamingstatisticsresellerstream
- GETGet streamingstatisticsmeet
- GETGet VOD storage volume
- GETGet VOD transcoding duration
- GETGet VOD unique viewers via CDN
- GETGet VOD watching duration via CDN
- GETGet VOD watching duration total via CDN
- GETGet Live unique viewers via CDN
- GETGet Live watching duration via CDN
- GETGet Live watching duration total via CDN
- GET
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
Streaming Statistics
Get VOD transcoding duration
Calculates time series of the transcoding time in minutes for all processed client videos. The data is updated every 8 hours, it does not make sense to set the granulation less than 1 day.
GET
/
streaming
/
statistics
/
vod
/
transcoding_duration
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/streaming/statistics/vod/transcoding_duration \
--header 'APIKey: <api-key>'
Copy
Ask AI
[
{
"client": 123,
"metrics": {
"vod": [
[
1640995210,
10
],
[
1640995310,
10
],
[
1640995410,
10
],
[
1640995510,
20
],
[
1640995610,
20
]
]
}
}
]
Authorizations
API key for authentication.
Query Parameters
Start of time frame. Datetime in ISO 8601 format.
End of time frame. Datetime in ISO 8601 format.
Response
200
application/json
OK
The response is of type object[]
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/streaming/statistics/vod/transcoding_duration \
--header 'APIKey: <api-key>'
Copy
Ask AI
[
{
"client": 123,
"metrics": {
"vod": [
[
1640995210,
10
],
[
1640995310,
10
],
[
1640995410,
10
],
[
1640995510,
20
],
[
1640995610,
20
]
]
}
}
]
Assistant
Responses are generated using AI and may contain mistakes.