ESPN's hidden API endpoints
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
[ | |
{ "city": "Abbeville", "state": "Louisiana" }, | |
{ "city": "Aberdeen", "state": "Maryland" }, | |
{ "city": "Aberdeen", "state": "Mississippi" }, | |
{ "city": "Aberdeen", "state": "South Dakota" }, | |
{ "city": "Aberdeen", "state": "Washington" }, | |
{ "city": "Abilene", "state": "Texas" }, | |
{ "city": "Abilene", "state": "Kansas" }, | |
{ "city": "Abingdon", "state": "Virginia" }, | |
{ "city": "Abington", "state": "Massachusetts" }, |
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
height: 1000 |
/* | |
You'll need something like this in your HTML: | |
<script src="http://d3js.org/topojson.v1.min.js"></script> | |
*/ | |
L.TopoJSON = L.GeoJSON.extend({ | |
addData: function(jsonData) { | |
if (jsonData.type === "Topology") { | |
for (key in jsonData.objects) { | |
geojson = topojson.feature(jsonData, jsonData.objects[key]); |
These are the data sources that drive the 511virginia.org mapping site. | |
http://www.511virginia.org/data/icons.cameras_inactive.geojson | |
http://www.511virginia.org/data/geojson/icons.inactive_construction.geojson | |
http://www.511virginia.org/data/icons.cameras.geojson | |
http://www.511virginia.org/data/geojson/icons.ord_dms_active.geojson | |
http://www.511virginia.org/data/geojson/icons.scheduled_bridge_opening.geojson | |
http://www.511virginia.org/data/geojson/icons.construction.geojson | |
http://www.511virginia.org/data/geojson/icons.incident.geojson | |
http://www.511virginia.org/data/geojson/icons.weather.geojson |