I'm trying to use Youtube Data API (V3) for fetching subscribers count for a channel.
The endpoint is /channels?id=CHANNEL_ID&part=statistics
,
However, I'm not getting results in realtime. Also, when I subscribe to a channel, no subscriber count is increased on neither youtube page and API.
I can't see any kind of information about this kind of delay or error in their API docs.
Could you help me with this please? Thanks.