🔥Phoenix Games

Get Started

Get started with Phoenix Games API v0.2

Get Started with Phoenix Games API v0.2

Welcome to the current stable version of Phoenix Games API.

Base URL

https://api.phoenix-games.io/v0.2

Authentication

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.phoenix-games.io/v0.2/games

Quick Example

const response = await fetch('https://api.phoenix-games.io/v0.2/games', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY'
  }
});

const games = await response.json();
console.log(games);

Next Steps

  1. Get your API keys from the developer dashboard
  2. Review the full API documentation
  3. Start integrating with your platform