Important Update: The EveryPolitician project is currently paused. Find out more on our blog.
2013-07-17 – current
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
Non-Partisan
Gender | male |
---|
Non-Partisan
Gender | female |
---|
Non-Partisan
Gender | male |
---|
Non-Partisan
Gender | male |
---|
Non-Partisan
Gender | male |
---|
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-Helena') house = country.legislature('Legislative-Council') house.popolo.terms.find_by(id: 'term/2013').memberships.each do |membership| puts "#{membership.person.name} (#{membership.party.name}): #{membership.person.gender}" end
Main Sources: https://en.wikipedia.org/wiki/Saint_Helena_general_election,_2013, http://www.sainthelena.gov.sh/your-council/
Anything wrong? If you've spotted an error, or the data is incomplete, here's how to get that fixed.