I have an API that when using I am getting the following in the "Response" after I test. Here is the API info
http://www.ivolleytech.com/api/getpla...
Parameter "userid=18512"
Here is the response....
{
"status":"404 Not Found",
"url":"http://www.ivolleytech.com/api/getpla...",
"response":{
"status":"1",
"message":[
{
"id":"6",
"title":"Hitting Videos",
"total_videos":"1"
},
{
"id":"7",
"title":"Drill Videos",
"total_videos":"0"
},
{
"id":"47",
"title":"cameron to watch",
"total_videos":"3"
},
{
"id":"55",
"title":"Offense-Middle",
"total_videos":"2"
},
{
"id":"56",
"title":"cover",
"total_videos":"1"
},
{
"id":"57",
"title":"Base to Read",
"total_videos":"1"
},
{
"id":"60",
"title":"Defense",
"total_videos":"0"
}
]
}
}
This is the response when you put this into the browser....http://www.ivolleytech.com/api/getpla...
{"status":"1","message":[{"id":"6","title":"Hitting Videos","total_videos":"1"},{"id":"7","title":"Drill Videos","total_videos":"0"},{"id":"47","title":"cameron to watch","total_videos":"3"},{"id":"55","title":"Offense-Middle","total_videos":"2"},{"id":"56","title":"cover","total_videos":"1"},{"id":"57","title":"Base to Read","total_videos":"1"},{"id":"60","title":"Defense","total_videos":"0"}]}