Is it possible to determine a user subscribed to a specific channel? In the docks Youtube API v3 constantly swears on the right. If this is the only way to get a list of subscribers, then where to get {YOUR_API_KEY} ?

https://developers.google.com/youtube/v3/docs/subscriptions/list#try-it

https://www.googleapis.com/youtube/v3/subscriptions?part=snippet&mine=true&key=%7BYOUR_API_KEY%7D

At this URL I can not get data.

    1 answer 1

    The documentation says in black and white:

    Before you start

    1. You need a Google Account to register your application.

    2. You can submit API requests.

    3. After registering your application, choose your YouTube Data API for your services use:

      1. Go to the Developers Console and select the project that you just registered.
      2. In the sidebar on the left, expand APIs & auth . Next, click APIs . In the list of APIs, make sure you’re on the YouTube Data API v3 .
    4. Familiarize yourself with the core concepts of the JSON (JavaScript Object Notation) data format. JSON is a common language-independent data format that provides a representation of arbitrary data structures. For more information, see json.org.

    An API key is a key that uniquely identifies your application. Each application is given its own key, and restrictions are imposed on this key, how many requests can be made, how often, where, etc. {YOUR_API_KEY} is a placeholder where you have to insert the key of your application. To do this, the application must be registered . Well, then look at point 3 and click everything in order, as indicated.