Skip to content

gavinr/usa-soccer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USA Soccer

Maps and data of the USA soccer teams

MLS

MLS Logos Map

NWSL

NWSL Logos Map

USL

USL Logos Map

All teams (points)

All teams (points) map

More info on the maps: gavinr.com/maps/usa-soccer

Data

  • MLS (CSV, GeoJSON)
    • Summary: Current Major League Soccer league teams, meta data, and locations (latitude/longitude of stadium location)
    • API:
      • CSV: https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/mls.csv
      • GeoJSON: https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/mls.geojson
  • NWSL (CSV, GeoJSON)
    • Summary: Current National Women's Soccer League league teams meta data, and locations (latitude/longitude of stadium location)
    • API:
      • CSV: https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/nwsl.csv
      • GeoJSON: https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/nwsl.geojson
  • USL (CSV, GeoJSON)
    • Summary: Current USL Championship league teams, meta data, and locations (latitude/longitude of stadium location)
    • API:
      • CSV: https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/usl.csv
      • GeoJSON: https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/usl.geojson

Source

  • The data comes from Wikipedia.

Contributing and Usage

  • Everyone is welcome to contribute or use this data.