GOP.gov Anywhere API

committee.members


This method provides all Republican members of standing or subcommittees.

http://www.gop.gov/api/committee.members

 

Parameters

Parameters are the data you will pass with the call.

api_token

Your secret identifier. You can find your API Token under "Information" of your GOP Portfolio Account.

committee_name

The committee shortname as returned in committee.getall

Rules: Required

committee_type

The committee type, as defined in committee.getall

Rules: Required; only two values are accepted: "standing" or "subcommittee"

committee_parent

Supervisory committee if "committee_name" is subordinate to a standing committee

Rules: Required if "committee_type" equals "subcommittee"

 

XML Return

<?xml version="1.0" encoding="utf-8"?>
   <method call="committee.members" timestamp="3/22/2010 3:48:22 AM" >
      <committee-contact>
         <name>Agriculture</name>
         <shortname>agriculture</shortname>
         <office>1305 Longworth HOB</office>
         <phone>5-0029</phone>
         <fax>5-0917</fax>
         <url>agriculture.house.gov/republicans</url>
         <rssurl>0</rssurl>
         <committeetype>standing</committeetype>
         <committeeparent></committeeparent>
      </committee-contact>
      <member>
         <firstname>Mike</firstname>
         <middlename></middlename>
         <lastname>Pence</lastname>
         <suffix></suffix>
         <state>IN</state>
         <district>06</district>
         <office>1431 Longworth HOB</office>
         <phone>5-3021</phone>
         <fax>5-3382</fax>
         <url>mikepence.house.gov</url>
         <rssurl>0</rssurl>
         <photo>gop.gov/resources/images/contact/members/111/IN/06.jpg</photo>
      </member>
   </method>
GOP.gov Anywhere API
Member Methods
Committee Methods
Legislative Methods
Documents Methods