API For Match Schedules?

Hi CD,
Does anyone know of an api that I can use to fetch the match schedules. I am trying to pull every teams match schedules into a system I am developing using php.

Thanks,
Harris Christiansen
Team 3245
[email protected]

I’ve never used it before, but have you looked at the blue alliance’s api?

http://www.thebluealliance.com/apidocs

Maybe some things you might want to look at are the event key in the team model, the matches key in the event model, and the match_number and alliances keys in the match model.

Also, look at the bottom for example GET Requests. Looks like the responses are given in JSON.