Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinr/usa-soccer
USA soccer teams - location and metadata
https://github.com/gavinr/usa-soccer
csv geojson geojson-data hacktoberfest open-data open-datasets soccer
Last synced: 12 days ago
JSON representation
USA soccer teams - location and metadata
- Host: GitHub
- URL: https://github.com/gavinr/usa-soccer
- Owner: gavinr
- License: mit
- Created: 2018-11-27T15:34:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T02:20:55.000Z (about 2 months ago)
- Last Synced: 2024-11-01T13:51:46.364Z (19 days ago)
- Topics: csv, geojson, geojson-data, hacktoberfest, open-data, open-datasets, soccer
- Language: JavaScript
- Homepage: https://gavinr.com/maps/usa-soccer/
- Size: 3.44 MB
- Stars: 15
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# USA Soccer
Maps and data of the USA soccer teams
### MLS
[![MLS Logos Map](https://github.com/gavinr/usa-soccer/raw/master/images/mls.png)](https://maps.gavinr.com/usa-soccer-logos)
### NWSL
[![NWSL Logos Map](https://github.com/gavinr/usa-soccer/raw/master/images/nwsl.png)](https://maps.gavinr.com/usa-soccer-logos?nwsl)
### USL
[![USL Logos Map](https://github.com/gavinr/usa-soccer/raw/master/images/usl.png)](https://maps.gavinr.com/usa-soccer-logos?usl)
### All teams (points)
[![All teams (points) map](https://github.com/gavinr/usa-soccer/raw/master/images/all.png)](https://maps.gavinr.com/usa-soccer)
More info on the maps: [gavinr.com/maps/usa-soccer](https://gavinr.com/maps/usa-soccer/)
## Data
* **MLS** ([CSV](https://github.com/gavinr/usa-soccer/blob/master/mls.csv), [GeoJSON](https://github.com/gavinr/usa-soccer/blob/master/mls.geojson))
* Summary: Current [Major League Soccer](https://en.wikipedia.org/wiki/Major_League_Soccer#Teams) 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](https://github.com/gavinr/usa-soccer/blob/master/nwsl.csv), [GeoJSON](https://github.com/gavinr/usa-soccer/blob/master/nwsl.geojson))
* Summary: Current [National Women's Soccer League](https://en.wikipedia.org/wiki/National_Women%27s_Soccer_League#Teams) 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](https://github.com/gavinr/usa-soccer/blob/master/usl.csv), [GeoJSON](https://github.com/gavinr/usa-soccer/blob/master/usl.geojson))
* Summary: Current [USL Championship](https://en.wikipedia.org/wiki/USL_Championship#Clubs) 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.