Barça Academy India

About

Programs

Locations

Register

Contact

Train Like a Pro at Barça Academy India

Official FC Barcelona training program for ages 5-18. Experience world-class coaching and develop both football and life skills.

Register Now

Learn More

Why Choose Barça Academy India?

Official FCB Methodology

Train with UEFA-licensed coaches using

FC Barcelona's proven training methods.

Values-Based Training

Focus on humility, effort, ambition,

respect, and teamwork.

Global Opportunities

Chance to participate in Barça Academy

World Cup and Experience Trip.

5-Day Intensive Program

Professional Training

Daily sessions with licensed coaches focusing on technical skills.

Cultural Activities

Team-building games and Barça videos for complete development.

Official Recognition

Receive certificates and official Barça kit.

Register for Barça Academy India

₹53,100

(₹45,000 + 18% GST)

5 days of professional training

Official Barça kit

Daily lunch and refreshments

Medical support on-site

Register Now

Need Help?

+91-9667333563 (Mon–Sat, 9 AM–7 PM)

barcacamps@sportsntw.com

Official FC Barcelona football training program in India.

Locations

Ahmedabad

Hyderabad

Bengaluru

Delhi

Quick Links

About

Programs

Register

Contact

Follow Us

© 2025 Barça Academy India. All rights reserved.

// Function to get the referral name from the URL function getReferralFromURL() { const urlParams = new URLSearchParams(window.location.search); return urlParams.get('ref'); // Extracts "ref" parameter } // Auto-fill the hidden referral field if ref exists in URL window.onload = function() { const referralField = document.querySelector('input[name="ref"]'); if (referralField) { const refValue = getReferralFromURL(); if (refValue) { referralField.value = refValue; } } };