P

Profile

by Profile Free tier

API that provides Profile information about Players.

storagehaloapi

Quick Reference

Base URL https://www.haloapi.com/profile Auth type API Key Header Auth header Ocp-Apim-Subscription-Key: YOUR_API_KEY Rate limit Varies by plan Pricing Enterprise / contact sales Free quota None Documentation https://www.haloapi.com/profile Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)7.75s (checked Mar 29, 2026) Builder score D 28% builder-friendly
Pricing
28
Latency
10
Depth
41

Authentication

API key in the request header (Ocp-Apim-Subscription-Key)

Ocp-Apim-Subscription-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. User profile service; free tier typically available.

Key Endpoints

MethodPathDescription
GET /h5/profiles/{player}/appearance Halo 5 - Player Appearance
GET /h5/profiles/{player}/emblem Halo 5 - Player Emblem Image
GET /h5/profiles/{player}/spartan Halo 5 - Player Spartan Image

Sample Request

curl -X GET 'https://www.haloapi.com/profile/h5/profiles/{player}/appearance' \
  -H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Profile documentation.