Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

p-chan/BotchAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botch API (公開停止中)

追記: 2015/11/27
現在、APIの公開を停止しています。

Botchはプロ野球の試合データをJSON形式で配布していたAPIです。 2015/06/14~の試合データを取り扱っていました。

Usage (現在は利用できません)

Get Score

Request

GET http://botch.herokuapp.com/v0/scores/YYYYMMDD

Response

{
  date: [
    {
      info: {start: '13:00', inning: 'end'},
      home: {team: 'F', score: '3'},
      away: {team: 'DB', score: '1'}
    },
    {
      info: {start: '13:00', inning: 'end'},
      home: {team: 'E', score: '4'},
      away: {team: 'D', score: '0'}
    },
    .
    .
    .
  ]
}

Author

@p1ch_jp

About

⚾ NPB JSON API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published