Skip to main content
Pitch WalesPitch Wales

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/clubs

List all men's clubs (Cymru Premier + contenders)

Example
curl -H "Authorization: Bearer YOUR_KEY" https://pitchwales.com/api/v1/clubs
GET /api/v1/scores

CymruScore ratings for all clubs or a specific club

Query Parameters
clubIdstring(optional)Filter by club ID
Example
curl -H "Authorization: Bearer YOUR_KEY" https://pitchwales.com/api/v1/scores
GET /api/v1/financials

Financial data for all clubs or a specific club

Query Parameters
clubIdstring(optional)Filter by club ID
Example
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
Pitch Wales | Welsh Football Investment Portal