Skip to content

Instantly share code, notes, and snippets.

@penland365
Created September 19, 2014 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penland365/a9020620d08f3a69fef7 to your computer and use it in GitHub Desktop.
Save penland365/a9020620d08f3a69fef7 to your computer and use it in GitHub Desktop.
SportsData LLC MLB Trial
curl -v https://api.sportsdatallc.org/mlb-t4/schedules/2014.json\?api_key\=[VALID_API_KEY]
* Adding handle: conn: 0x7fdb3b804000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fdb3b804000) send_pipe: 1, recv_pipe: 0
* About to connect() to api.sportsdatallc.org port 443 (#0)
* Trying 23.23.158.219...
* Connected to api.sportsdatallc.org (23.23.158.219) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
* Server certificate: api.sportsdatallc.org
* Server certificate: VeriSign Class 3 International Server CA - G3
* Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5
* Server certificate: Class 3 Public Primary Certification Authority
> GET /mlb-t4/schedules/2013.json?api_key=[VALID_API_KEY] HTTP/1.1
> User-Agent: curl/7.30.0
> Host: api.sportsdatallc.org
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< Content-Type: text/xml
< Date: Fri, 19 Sep 2014 14:25:24 GMT
* Server Mashery Proxy is not blacklisted
< Server: Mashery Proxy
< X-Mashery-Error-Code: ERR_403_DEVELOPER_INACTIVE
< X-Mashery-Responder: prod-j-worker-us-east-1e-49.mashery.com
< Content-Length: 27
< Connection: keep-alive
<
* Connection #0 to host api.sportsdatallc.org left intact
<h1>Developer Inactive</h1>%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment