Search Data API
Last updated
Last updated
GET /cricket/api/v2/search/player HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
[
{
"name": "Virat Kohli",
"fullName": "Virat Kohli",
"playerID": "3993",
"birthPlace": "India",
"playerRank": null,
"image": "https://static-image.sportsapi360.com/cricket/logo/player/3993.png"
}
]GET /cricket/api/v2/search/team HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
[
{
"name": "England",
"teamID": "3",
"shortName": "ENG",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/3.png"
},
{
"name": "All England Eleven",
"teamID": "59",
"shortName": "AEE",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/59.png"
},
{
"name": "Another England Eleven",
"teamID": "75",
"shortName": "ANE",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/75.png"
},
{
"name": "A Shrewsbury's England XI",
"teamID": "85",
"shortName": "ASE",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/85.png"
},
{
"name": "England A",
"teamID": "269",
"shortName": "ENA",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/269.png"
},
{
"name": "England XI",
"teamID": "289",
"shortName": "ENG-XI",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/289.png"
},
{
"name": "New All England Eleven",
"teamID": "621",
"shortName": "NAE",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/621.png"
},
{
"name": "North of England",
"teamID": "634",
"shortName": "NE",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/634.png"
},
{
"name": "New England XI",
"teamID": "639",
"shortName": "NEX",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/639.png"
},
{
"name": "United North of England",
"teamID": "982",
"shortName": "UNE",
"image": "https://static-image.sportsapi360.com/cricket/logo/team/982.png"
}
]