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
{ | |
"MRDataF2":{ | |
"RaceTableF2":{ | |
"season":"2025", | |
"Races":[ | |
{ | |
"season":"2025", | |
"round":"1", | |
"url":"https://en.wikipedia.org/wiki/Australian_Grand_Prix", | |
"raceName":"Australian Grand Prix", |
{ | |
"MRDataMotoGP": { | |
"RaceTableMotoGP": { | |
"season": "2025", | |
"Races": [ | |
{ | |
"season": "2025", | |
"round": "1", | |
"url": "https://www.motogp.com/en/event/Thailand", | |
"raceName": "Thailand Grand Prix", |
{ | |
"useCustomCalendar": true, | |
"useCustomCalendarF1 ": true, | |
"forceUpdate": false | |
} |
{ | |
"useCustomCalendar": false, | |
"forceUpdate": true, | |
"useCustomCalendarF1": false, | |
"enableLogsnag": true, | |
"showCountdownF1": false, | |
"showCountdownF2": false, | |
"showCountdownMotoGP": false, | |
} |
{ | |
"MRData":{ | |
"RaceTable":{ | |
"season":"2024", | |
"Races":[ | |
{ | |
"season":"2024", | |
"round":"1", | |
"url":"https://en.wikipedia.org/wiki/2023_Bahrain_Grand_Prix", | |
"raceName":"Bahrain Grand Prix", |
// ContentView.swift | |
import SwiftUI | |
struct ContentView: View { | |
@State var dragAmount: CGSize = .zero | |
@State var currentMagnificationAmount = 0.0 | |
@State var finalMagnificationAmount = 1.0 | |
@State var currentRotationAngle: Angle = .zero | |
@State var finalRotationAngle: Angle = .zero | |
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
1.0 |
class MoonPayPaymentWebView : AppCompatActivity() { | |
companion object { | |
const val PERMISSION_REQUEST_CODE = 1000 | |
const val REQUEST_SELECT_FILE = 1001 | |
private const val FILECHOOSER_RESULTCODE = 1002 | |
private var mUploadMessage: ValueCallback<Uri?>? = null | |
var uploadMessage: ValueCallback<Array<Uri>>? = null | |
} |
ext { | |
compileSDKVersionValue = 29 | |
minSDKVersionValue = 22 | |
targetSDKVersionValue = 29 | |
libraries = [ | |
cardView : 'androidx.cardview:cardview:1.0.0', | |
androidXLegacySupport : 'androidx.legacy:legacy-support-v4:1.0.0', | |
androidXAppCompat : 'androidx.appcompat:appcompat:1.1.0', |