Skip to main content

Search Competitions

Search for football competitions and leagues by name or slug using trigram similarity. Returns up to 10 matched competitions ordered by ID.

Query Parameters

string
required
Keyword to search for in competition names or slugs. Supports fuzzy matching and accent-insensitive search.

Response

Returns an array of up to 10 matching competitions.
integer
Unique identifier for the competition
string
Full name of the competition (e.g., “Premier League”, “UEFA Champions League”)
string
URL-friendly slug for the competition
URL to the competition’s logo image
string
URL to the competition’s logo image (dark theme version)
string
ISO 2-letter country code for domestic competitions (e.g., “GB”, “ES”, “FR”). Null for international competitions.

Examples

Results are cached for optimal performance. The search uses trigram word similarity for fuzzy matching.

Get Competition by ID

Retrieve detailed information about a specific competition by its ID.

Path Parameters

integer
required
The unique identifier of the competition

Response

integer
Unique identifier for the competition
string
Full name of the competition
string
URL-friendly slug for the competition
string
URL to the competition’s logo image
string
URL to the competition’s logo image (dark theme version)
string
ISO 2-letter country code for domestic competitions. Null for international competitions.

Competition Types

The Football Kit Archive includes kits from various competition types:

Domestic Leagues

  • Premier League (England)
  • La Liga (Spain)
  • Serie A (Italy)
  • Bundesliga (Germany)
  • Ligue 1 (France)
  • Eredivisie (Netherlands)
  • Primeira Liga (Portugal)
  • Championship (England)
  • And many more domestic leagues worldwide…

International Club Competitions

  • UEFA Champions League
  • UEFA Europa League
  • UEFA Conference League
  • Copa Libertadores
  • Copa Sudamericana
  • CAF Champions League
  • AFC Champions League

International Tournaments

  • FIFA World Cup
  • UEFA European Championship
  • Copa América
  • Africa Cup of Nations
  • Asian Cup

Domestic Cups

  • FA Cup (England)
  • Copa del Rey (Spain)
  • Coppa Italia (Italy)
  • DFB-Pokal (Germany)
  • Coupe de France (France)
  • And many more domestic cup competitions…
Use the search endpoint to discover all available competitions in the database.