Fork me on GitHub

Other sub-API

State Party Counts

Required Params
  • N/A
Usage
nyt.congress.other.statePartyCounts(args, callback)
Example
nyt.congress.other.statePartyCounts({}, console.log)

Committees and Committee Members

Required Params
  • congress-number
  • chamber
  • committee-ID
Usage
nyt.congress.other.comittees(args, callback)
Example
nyt.congress.other.comittees({‘congress-number’:’110’,
‘chamber’:’house’,’committee-ID’:’1’}, console.log)

Chamber Schedule

Required Params
  • chamber
Usage
nyt.congress.other.chamberSchedule(args, callback)
Example
nyt.congress.other.chamberSchedule({‘chamber’:’house’}, console.log)