# Profile **Provider:** Profile **Category:** storage **Base URL:** `https://www.haloapi.com/profile` **Auth:** api-key — `Ocp-Apim-Subscription-Key: YOUR_API_KEY` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.haloapi.com/profile ## Description API that provides Profile information about Players. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.haloapi.com/profile/h5/profiles/{player}/appearance` | Halo 5 - Player Appearance | | GET | `https://www.haloapi.com/profile/h5/profiles/{player}/emblem` | Halo 5 - Player Emblem Image | | GET | `https://www.haloapi.com/profile/h5/profiles/{player}/spartan` | Halo 5 - Player Spartan Image | ## Authentication API key in the request header (Ocp-Apim-Subscription-Key) ``` Ocp-Apim-Subscription-Key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://www.haloapi.com/profile/h5/profiles/{player}/appearance' \ -H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. User profile service; free tier typically available. --- *Source: [API Map](https://apimap.dev/apis/profile/) — CC BY 4.0*