g-ukpoliticalparties get the FT approved full name, short name and, PA id, for a party var parties = require('g-ukpoliticalparties'); console.log(parties('l')); will, at the moment, log out... { name: 'Labour', shortname: 'Lab', ft_id: 'l', pa_id: '' }