Pitch Wales Data API
Programmatic access to Welsh football club data, scores, and financials.
Authentication
All requests require a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEY
API keys are available on the Enterprise plan. Contact us for access.
Endpoints
GET /api/v1/clubsList all men's clubs (Cymru Premier + contenders)
Example
curl -H "Authorization: Bearer YOUR_KEY" https://pitchwales.com/api/v1/clubs
GET /api/v1/scoresCymruScore ratings for all clubs or a specific club
Query Parameters
clubIdstring(optional) — Filter by club IDExample
curl -H "Authorization: Bearer YOUR_KEY" https://pitchwales.com/api/v1/scores
GET /api/v1/financialsFinancial data for all clubs or a specific club
Query Parameters
clubIdstring(optional) — Filter by club IDExample
curl -H "Authorization: Bearer YOUR_KEY" https://pitchwales.com/api/v1/financials
Rate Limits
Enterprise
1,000 requests/hour
Response Format
JSON with CORS headers
