www.fgks.org   »   [go: up one dir, main page]

or Login to see your representatives.

Access Candidates' and Representatives' Biographies, Voting Records, Interest Group Ratings, Issue Positions, Public Statements, and Campaign Finances

Simply enter your zip code above to get to all of your candidates and representatives, or enter a name. Then, just click on the person you are interested in, and you can navigate to the categories of information we track for them.

Vote Smart Application Programming Interface

General Information

The Vote Smart Application Programming Interface (API) will allow you to integrate our data into your applications. An application could be a Web site, standalone program, or pretty much anything in the computer world. The API will respond to simple requests for data, such as 'get bio information for candidate Y' and 'get Votes for candidate X.'

Before signing up, please review our terms of service. When you are ready to sign up for API access, please register.

REGISTER

Technical Details

The Vote Smart API is developed on the REST principle. Our backend is simply a Web server interface that takes GET requests and returns the data in the format of your choice. The API provides data in either XML or JSON.

The data is output in a strict and expected format as outlined in our documentation. We have provided Java and PHP libraries, and third parties have developed other things that interact with our API. You may also interact with our backend directly.

Classes

Local

Basic local information on cities and counties.

Political Courage Test

Returns a candidates most recently filled out Political Courage Test.

Office

Get various lists of offices that Vote Smart tracks according to various criteria.

Officials

This class fetches a list of officials according to the criteria of the method.

Rating

This class provides information on special interest groups(SIGs) and their ratings on candidates.

State

Returns basic info on states.

Votes

Votes provides information on state and federal key legislation and the candidate's respective votes.

Address

This class will fetch address and contact information for various offices for incumbents and candidates.

CandidateBio

CandidateBio provides all the various biographical data we collect on candidates and officials.

Candidates

This class fetches a list of candidates according to the criteria of the method.

Committee

Provides information on committees and their members.

District

Returns lists of districts according to the criteria supplied.

Election

This class provides basic election information and candidates in the election.

Leadership

Information on officials that hold certain leadership positions.

Downloads

Libraries

All libraries are released on the BSD License.

Widgets

We also now provide widgets that utilize our API. No registration is required and they can be used anywhere HTML can be inserted.

3rd Party

Please note that the following software comes in varied licenses and is not under Project Vote Smart's control.

Libraries

Libraries for interacting with our API.

Modules/Add-Ons

Modules or addons for other pieces of software

If you know of any other third party tools using our API, please let us know by mailing webmaster@votesmart.org.

Back to top