# Soccer Team Form Ratings

> Queryable feed of recency-weighted 0–100 form ratings for every team, with home/away split and last-5 results. Filter by team or league. Refreshed daily.

## At a glance

- **Publisher:** Arilytics
- **Data source:** joury.eu
- **Category:** professional-soccer
- **Price:** 1 credits (about $0.50 per request, billed on a successful response)
- **Refresh:** Daily
- **Coverage:** Europe
- **Time period:** 2022-07-31 to present
- **Type:** API endpoint (bulk pull)
- **URL:** https://marketplace.spartera.com/products/soccer-team-form-ratings/aa81b2c0-4a42-4356-953d-87de96d6b537

## Description

A model-based form rating for every team we cover, built from the last 8 matches with exponential time-decay so recent results carry the most weight. Each row gives a 0–100 form index, recency-weighted points per game, goals for and against, separate home and away form, and the last-5 results string. Filter by team or league to pull exactly what you need for previews, fantasy columns, and newsletters. Method and assumptions are documented so you can explain every number you publish. Data: football-data.co.uk. Model: Arilytics.

## Fields

| Field | Type | Required |
| --- | --- | --- |
| div | text |  |
| team | text |  |
| as_of_date | text |  |
| matches_used | integer |  |
| form_index | real |  |
| weighted_ppg | real |  |
| goals_for_avg | real |  |
| goals_against_avg | real |  |
| home_form_ppg | real |  |
| away_form_ppg | real |  |
| last5 | text |  |
| updated_at | text |  |

## Access

```bash
curl -X POST "https://arilytics.api.spartera.com/endpoints/v1/soccer-team-form-ratings" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"format": "csv"}'
```

Each request is billed 1 credits on a successful response, regardless of row count. Results are returned as a downloadable CSV with a JSON preview.

## Machine-readable

- Sample data (JSON): https://marketplace.spartera.com/sample/aa81b2c0-4a42-4356-953d-87de96d6b537
- Full page (HTML, with schema.org Dataset markup): https://marketplace.spartera.com/products/soccer-team-form-ratings/aa81b2c0-4a42-4356-953d-87de96d6b537
- Catalog index: https://marketplace.spartera.com/llms.txt
- Product sitemap: https://marketplace.spartera.com/server-sitemap.xml

---

Published by Arilytics on the Spartera Analytics Marketplace. Licensed under https://marketplace.spartera.com/terms.