home / football

data_source

11 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base_url, created_at, created_at (date)

source_id ▼ name slug base_url description is_active created_at
1 International Results CSV int-results-csv   Kaggle-style historical international match results CSV 1 2026-06-07 06:58:27
2 FBref fbref https://fbref.com Advanced football statistics and xG data 1 2026-06-07 06:58:27
3 Understat understat https://understat.com xG and shot data 1 2026-06-07 06:58:27
4 API-Football api-football https://api-football.com Live scores, lineups, events API 1 2026-06-07 06:58:27
5 Opta opta   Professional sports data provider 1 2026-06-07 06:58:27
6 Oddschecker oddschecker https://oddschecker.com Bookmaker odds aggregation 1 2026-06-07 06:58:27
7 OpenLigaDB openligadb     1 2026-06-07 23:17:10
8 RSSSF Historical Results rsssf     1 2026-06-08 08:47:26
9 manual manual     1 2026-06-09 18:43:19
10 FootballSquads footballsquads https://www.footballsquads.co.uk Player squad data from footballsquads.co.uk archive 1 2026-06-10 22:34:29
11 Wikidata wikidata https://www.wikidata.org Wikidata entity labels and aliases for football clubs enrichment 1 2026-06-11 10:23:00

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE data_source (
	source_id INTEGER NOT NULL, 
	name VARCHAR(128) NOT NULL, 
	slug VARCHAR(64) NOT NULL, 
	base_url VARCHAR(512), 
	description TEXT, 
	is_active BOOLEAN NOT NULL, 
	created_at DATETIME NOT NULL, 
	PRIMARY KEY (source_id)
);
CREATE UNIQUE INDEX ix_data_source_slug ON data_source (slug);
CREATE UNIQUE INDEX ix_data_source_name ON data_source (name);
Powered by Datasette · Queries took 9.096ms