Important Update: The EveryPolitician project is currently paused. Find out more on our blog.

14th Legislative Assembly

2013-03-20 – 2015-06-17

What’s in this dataset?

As much as we know. Here’s a taste of the information we have so far.

Biographical 88%
Social links 0%
Contact details 0%
Identifiers 0%

Know where we can find more information? Let us know

Members Download data

David E. Buffett

Independent

Gender male

David R. Porter

Independent

Gender male

Haydn P. Evans

Independent

Gender male

Lisle D.Snell

Independent

Gender male

Melissa Ward

Independent

Gender female

Robin E. Adams

Independent

Ronald C. Nobbs

Independent

Gender male

Ronald J. Ward

Independent

Gender male

Timothy J.Sheridan

Independent

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('Norfolk-Island')
house = country.legislature('Assembly')
house.popolo.terms.find_by(id: 'term/14').memberships.each do |membership|
  puts "#{membership.person.name} (#{membership.party.name}): #{membership.person.gender}"
end

Libraries also available in Python and PHP.

Main Source: http://www.norfolkisland.gov.nf/legislativeassembly/legislativeassembly.html

Anything wrong? If you've spotted an error, or the data is incomplete, here's how to get that fixed.