GolfGlobe365 GAMP

GG365 Developer Platform

Welcome to GG365 Developer Platform

Build innovative golf travel experiences with the world's first unified golf booking API standard.


๐Ÿš€ Choose Your Integration Path

๐Ÿ”Œ REST API

Traditional Integration

Perfect for travel agencies, OTAs, and booking platforms looking for a proven, stable integration.

Features:

  • โœ… RESTful JSON API
  • โœ… API Key & JWT authentication
  • โœ… Comprehensive course database
  • โœ… Real-time availability
  • โœ… Instant booking confirmation
  • โœ… Webhook notifications

Best For:

  • Travel agencies
  • Online travel agencies (OTAs)
  • Booking platforms
  • Tour operators

Get Started with REST API โ†’

โ›“๏ธ Blockchain API

Web3 Integration

Built on Camino Network for decentralized travel. Perfect for blockchain-native platforms and innovative travel solutions.

Features:

  • โœ… Smart contract bookings
  • โœ… NFT golf tickets (ERC-721)
  • โœ… Crypto payments (CAM, USDC, DAI)
  • โœ… Automated escrow & commissions
  • โœ… Two-way integration
  • โœ… Decentralized identity

Best For:

  • Web3 travel platforms
  • Blockchain developers
  • Crypto-native companies
  • Innovation teams

Get Started with Blockchain โ†’


๐Ÿ”„ Two-Way Integration

GG365 Web3 supports bidirectional blockchain integration:

Outbound: GG365 โ†’ Partners

  • Publish golf availability to Camino Network
  • Enable smart contract bookings from external dApps
  • Distribute NFT tickets to partner marketplaces

Inbound: Partners โ†’ GG365

  • Pull accommodation from Camino Messenger
  • Book hotels, transfers, activities via blockchain
  • Create complete travel packages

Learn more about two-way integration โ†’


๐Ÿ“Š REST vs Blockchain Comparison

FeatureREST APIBlockchain API
AuthenticationAPI Key / JWTWallet Signature
PaymentCredit Card / Bank TransferCAM / USDC / DAI
Booking ConfirmationInstantSmart Contract
TicketsPDF VoucherNFT (ERC-721)
CommissionManualAutomated (Smart Contract)
EscrowTraditionalBlockchain Escrow
Integration Time1-2 weeks2-4 weeks
Transaction FeesStandardGas Fees
TransferabilityNoYes (NFT)
Secondary MarketNoYes (NFT Trading)

๐ŸŒŸ Why GG365?

Industry-First Web3 Standard for Golf tee Time Booking

GG365-GBS (Camino Web3 Golf Booking Standard) is the world's first industry standard for golf tee time booking APIs.

Multi-Provider Support

Access 1300+ golf courses across multiple local providers through a single API.

Blockchain-Ready

Native support for Camino Network, smart contracts, and NFT tickets.

Developer-Friendly

Comprehensive documentation, code examples, and SDKs in multiple languages.


๐Ÿš€ Quick Start

REST API Quick Start

TerminalCode
# 1. Get your API key from the developer portal # 2. Make your first request curl -X GET "https://api.golfglobe365.com/v1/courses?country=ES&limit=10" \ -H "X-API-Key: your-api-key-here"

Full REST API Quick Start โ†’


Blockchain API Quick Start

JavascriptCode
// 1. Connect your wallet // 2. Deploy smart contract booking import { GG365Contract } from '@gg365/blockchain-sdk'; const contract = new GG365Contract({ network: 'camino', wallet: yourWallet }); const booking = await contract.createBooking({ courseId: 'gg365-course-12345', teeTimeId: 'gg365-teetime-67890', players: 2, payment: { token: 'CAM', amount: 185 } });

Full Blockchain Quick Start โ†’


๐ŸŽฏ Quick Start

Get up and running in minutes with our step-by-step guide.

Read Guide โ†’

๐Ÿ” Authentication

Learn how to authenticate with API keys or JWT tokens.

Read Guide โ†’

โšก Best Practices

Optimize your integration with our recommended practices.

Read Guide โ†’


๐Ÿ› ๏ธ SDKs & Tools

We provide official SDKs for popular programming languages:


๐Ÿ’ฌ Support & Community

Need help? We're here for you:


๐ŸŽฏ Next Steps

  1. Choose your path: REST API or Blockchain API
  2. Get your API key: Sign up at developer.golfglobe365.com
  3. Make your first request: Follow our Quick Start Guide
  4. Explore the docs: Browse our comprehensive documentation
  5. Join the community: Connect with other developers

Ready to Build?

Start integrating GG365 APIs today and bring golf travel to your platform.

Last modified on