Important Update: The EveryPolitician project is currently paused. Find out more on our blog.
2004-10-26 – 2010-01-01
7 seats
2 seats
1 seat
1 seat
As much as we know. Here’s a taste of the information we have so far.
Know where we can find more information? Let us know
LP — Ottley's-St. Peter's
LP — Basseterre East
LP — Basseterre Central
CCM — St. John's and St. Paul's
LP — Half Way Tree
Ruby programmer? It’s easy to use this data in your own app! Use the gem like this:
require 'everypolitician' country = Everypolitician::Index.new.country('Saint-Kitts-and-Nevis') house = country.legislature('Assembly') house.popolo.terms.find_by(id: 'term/2004').memberships.each do |membership| puts "#{membership.person.name} (#{membership.party.name}): #{membership.person.gender}" end
Main Sources: http://www.electionpassport.com/, https://en.wikipedia.org/wiki/Saint_Kitts_and_Nevis_general_election,_2015, http://wikidata.org/
Anything wrong? If you've spotted an error, or the data is incomplete, here's how to get that fixed.