Legal Disclaimer & YouTube API v3 Developer Documentation

Last Updated: August 17, 2026 | All Things Music Dj Neon

1. About YouTube Data API v3

This website is powered by official YouTube Data API v3 by Google LLC. Endpoints used:

All video content is served directly from YouTube via googleapis.com. We do not download, re-upload, or mirror.

Docs: https://developers.google.com/youtube/v3

2. How to Create YouTube API v3 Key

  1. Go to console.cloud.google.com > New Project > Enable YouTube Data API v3 in Library
  2. Credentials > Create Credentials > API Key (AIzaSy...)
  3. Restrict Key > HTTP referrers > Add your domain /*
  4. Paste in Admin Panel > API System - supports 100 keys failover, Server 1-100 dropdown

Quota: 10,000 units/day free. Search costs 100 units, Videos costs 1 unit.

3. How to Use API in This Project

localStorage keys:
djneon_apis_v2, djneon_default_api, djneon_announcement, djneon_ads,
djneon_last_search, djneon_keywords, djneon_grid_v3, djneon_disclaimer

async function ytSearch(apiKey, query, maxResults, pageToken)
async function ytVideo(apiKey, videoId)
const key = getAPIs()[getDefaultIdx()];
const results = await ytSearch(key, "24/7 live metal music", 10);

4. Professional Legal Disclaimer

4.1 No Affiliation

Not affiliated with YouTube or Google LLC. YouTube is trademark of Google LLC.

4.2 Content Ownership

We do NOT host, store, upload, or transcode any video. All videos embedded via youtube.com/embed/{VIDEO_ID} official iframe. Rights remain with original uploaders and YouTube.

4.3 Compliance

Complies with YouTube API Services Terms, YouTube ToS, Google Privacy Policy. App uses YouTube API Services.

4.4 Copyright / DMCA

If you are copyright owner, contact YouTube directly: https://support.google.com/youtube/answer/2807622. We will block video IDs or keywords upon valid notice via admin tools.

4.5 User Responsibility

For personal search and discovery only. Do not use to download copyrighted content in violation of YouTube ToS.

4.6 No Warranty

Service AS IS. Quota governed by Google. Not liable for damages.

4.7 Ads

Admin may inject third-party ad codes including popup pounder via Ads System - responsibility of site administrator.

4.8 Privacy

No server-side personal data collection. Preferences in localStorage. API requests go directly to googleapis.com subject to Google Privacy Policy.

For Developers

Template is open for educational use. Obtain own keys and comply with YouTube API Terms.

Back to Home