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

1st Legislative Assembly

2014-01-01 – current

Party Groupings

  • PDM

    7 seats

  • MCAP

    2 seats

What’s in this dataset?

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

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

Know where we can find more information? Let us know

Members Download data

Claude Hogan

PDM

Gender male

David Osborne

PDM

Gender male

Delmaude Ryan

PDM

Gender female

Donaldson Romeo

PDM

Gender male

Dr. Ingrid Buffonge

PDM

Gender female

Gregory Willock

PDM

Gender male

Joseph Farrell

MCAP

Gender male

Paul Lewis

PDM

Gender male

Reuben T. Meade

MCAP

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('Montserrat')
house = country.legislature('Assembly')
house.popolo.terms.find_by(id: 'term/1').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.elections.ms

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